Since the good old osume!.exe seems to not work I'm creating this thread.
I used Gentoo on an old intel 965 video card, Wine 1.7.29, winetricks.
So the first thing we're gonna do is creating a new win32 prefix
After The install is complete we're gonna download the osu! installer from here, http://m1.ppy.sh/r/osu!install.exe .
Open a Terminal console in the folder you downloaded it and run
After that you successfully installed osu!!! to run it just create a really simple script, so
create a new sh file with your favourite text editor and write this
I used Gentoo on an old intel 965 video card, Wine 1.7.29, winetricks.
So the first thing we're gonna do is creating a new win32 prefix
WINEARCH=win32 WINEPREFIX=~/.osu winecfgafter that we're gonna install dotnet20sp1 that is .NetFramework yadda yadda Micro$oft hell.
WINEPREFIX=~/.osu winetricks dotnet20sp1I think you shouldn't install mono but since my gentoo box didn't ask for it I really don't know.
After The install is complete we're gonna download the osu! installer from here, http://m1.ppy.sh/r/osu!install.exe .
Open a Terminal console in the folder you downloaded it and run
WINEPREFIX=~/.osu wine osu\!install.exeWhen it prompts to where you should install it put it in ~/.osu/drive_c/Program Files/ (where ~ is your home folder)
After that you successfully installed osu!!! to run it just create a really simple script, so
create a new sh file with your favourite text editor and write this
WINEPREFIX~/.osu/ wine ~/.osu/drive_c/Program\ Files/osu\!/osu\!.exethen chmod it
chmod +x osu.shand run it
./osu.shYou should now play osu! ENJOY (I could really create a script for this but I don't really have the time at the moment so try to follow the guide )