Gosumemory actually works perfectly with this osu! guide e.e
Let's start from downloading the latest release from GitHub (you obv need to download the Linux version):
https://github.com/l3lackShark/gosumemory/releases/I'll go with amd64 as my PC is 64bits.
Now let's extract the file in the gosumemory folder: (remember to change "Downloads" to your language's name if needed!)
cd ~/Downloads && mkdir gosumemory
unzip -q gosumemory_linux_amd64.zip -d ~/Downloads/gosumemory/
Let's now run gosumemory once with:
cd ~/Downloads/gosumemory && chmod +x gosumemory
sudo ./gosumemory
Ignore the error and edit this file:
sudo nano ~/Downloads/gosumemory/config.ini
Here, you need to edit these 2 lines like this: (replace username with your own)
wine = true
path = /home/username/.local/share/osu-wine/OSU/Songs
Save with CTRL+O and exit with CTRL+X.
Our gosumemory is now working, but let's create a script to launch it whenever we want:
sudo nano /usr/bin/gosumemory
Here, just paste these commands:
#!/bin/sh
cd ~/Downloads/gosumemory
sudo ./gosumemory
And now just launch this one:
sudo chmod +x /usr/bin/gosumemory
And we're done! You can now launch gosumemory whenever you want by just typing:
gosumemory
in your terminal! e.e
Last thing to do is: adding it to OBS.
Here, I reccommend y'all to use the Snap version of OBS (
https://snapcraft.io/obs-studio) as it provides everything you might need for streaming.
Now open your osu!, launch gosumemory and then open your browser at this link:
http://127.0.0.1:24050Here you should see all the different overlays available: let's say I choose this one

You need to copy that link and paste in it
OBS > Sources > Browser like this:

And you're done! PP Counter is finally working xD