A python script that provides a Discord Rich Presence description for osu! but it's AQN.
Get the current game activity through the process title of osu!.exe
.
It gets the process title every three seconds, but the occupancy rate in the background is low enough to be ignored.
Some people want to show their Rich-Presence but dont want to get a report for it. But at the same time, they still want to let their friends know what they are doing instead of telling the kids that their username is used for reporting. AquilaRP is for them.
AquilaRP will not display any ign, only show the beatmap you are currently playing or editing, and which player is spectating by you.
State | Real | Fake |
---|---|---|
Idle/AFK | ||
In game | ||
Editing (delete) |
State | Preview |
---|---|
Idle | |
In game | |
Editing | |
Spectating |
Preview |
---|
- Download compiled file in Release.
- Put it where you cant forget (I dont care you putting AquliaRP next to AQN LOL).
- Open it and forget it.
Don't want to use my client id? Build AquilaRP from source fairly easily.
Prerequisites:
- Python 3.8.2
- pypresence
- pygetwindow
- pyinstaller (You can get this using
pip install pyinstaller
)
Windows
- Any
clone
method you want to use - Make you own big brain code here.
- Open
cmd
and runpyinstaller -F main.py
in main folder.
Linux
I don't use Linux. If you are all using Linux, building python should not be difficult for you
- Support AQN replay editor.
- Identify in-game beatmap edit.
- Custom text.
- Disable display server.
- Python GUI