Ok, I'll tell you everything I had to do in order to play osu!. I use Ubuntu 14.04 btw, but it should work on most linux versions. Anyway, that's what you have to do in order to play osu! using this method:TheCoffeeLord wrote:
Shit, I don't get this at all. Not to bash on that dude's English, but I couldn't follow the directions at all. I'm a noob at Linux, so that's probably why. Anyway, I already have a windows installation of osu! from a while back and I put it in my wine folder for osu!. What do I do now?Ponii-chan wrote:
https://www.youtube.com/watch?v=7RwEBXVx7UU
1) Install osu! on windows and copy the entire folder to your linux folder. It doesn't have to be a wine folder. In fact, I'd say that it is better if it is not there. I have my osu! folder on a different partition and it works great. Wherever you put it, remember the path to your osu! folder.
2) Download and install wine. It should work on most wine versions, I use 1.6.2 and it works.
3) Navigate to your home folder and press ctrl+H. It'll show hidden folders. Look for a folder named .wine (notice the dot). If this folder was made as a 32-bit folder, then I guess you can skip this step and step 4 (not sure though). If it's 64-bit or you don't know whether it's 32 or 64, then rename the old .wine folder to something else, like .wine2. If you don't have the .wine folder, then you can move on to step 4.
4) Open the terminal (ctrl+alt+T on ubuntu) and copy & paste the following command:
WINEARCH=win32 winecfg
It'll make a new .wine folder with a 32-bit prefix. You need a 32-bit version to install .NET in the next step.
5) When wine finishes making the new .wine folder, go to terminal again and put in this command:
winetricks dotnet20
This will download and install .NET required to run the game. Follow the instructions and install it.
Congratulations! Now you can play osu!. Go to your osu! folder and double click the exe file, or right-click -> open with -> wine.
I guess you could create a shortcut on your desktop, but I have no idea how to do it. Just keep in mind that I'm a linux noob myself, so there's probably a better way to do all this.