1199 users, 1 online now.
A total of 242698 plays!

Index » Titanic! » Development » More orthodox tutorial for running osu! (Titanic) on Linux

8 posts | Jump | 1
KatouMegumi
53 posts

1 week ago
Okay, so, first of ensure you have Wine installed on your distribution. You can use Google to check for how to.
Some parts are copied from my arch tutorial

Assuming we are using Arch Linux.
We need to install wine
# pacman -S wine winetricks

After you installed wine, you need to create a folder for where you'll store your game client. Best to do so in your home folder.
$ mkdir .osu

Now we need to set up our wineprefix to run osu! This will take a while.
$ WINEPREFIX=$HOME/.osu/.wine winetricks -q -f win2k3 dotnet40 gdiplus_winxp cjkfonts

After you have finished setting up your wineprefix, we need to download the game.
$ wget https://cdn.lekuru.xyz/clients/b20141222.6cuttingedge.zip && unar b20141222.6cuttingedge.zip

Now we need to set up a launch script.
$HOME/.osu/start.sh
—————————
#!/usr/bin/env bash
#export PATH="$HOME/.wineosu/osuwine/bin:$PATH" #Use custom WINE version to run osu!
export WINEPREFIX="$HOME/.osu/.wine"
#export WINEFSYNC=1

#VSync. settings
export vblank_mode=0 #For AMD, Intel and others
export __GL_SYNC_TO_VBLANK=0 #For NVIDIA proprietary and open source >=500

#start osu!
wine osu/!.exe/code]

Set the launch script as executable
$ chmod +x

Now we are done. You could additionally create a .desktop file that would call the start.sh script.
Last edited by KatouMegumi 1 week ago, edited 2 times in total.
BlueChinchompa

1 week ago
At some point I will go out and replace the current install guide in the wiki to this
maybe we should still include it for the lutris enjoyers though so maybe its just better to add this to the wiki rather than replace the lutris guide.
Ame-chan
299 posts

1 week ago

BlueChinchompa wrote:

At some point I will go out and replace the current install guide in the wiki to this
maybe we should still include it for the lutris enjoyers though so maybe its just better to add this to the wiki rather than replace the lutris guide.


fuck lutris :trolley:
click me >~<
KatouMegumi
53 posts

1 week ago

Ame-chan wrote:

fuck lutris :trolley:

ngl I still use lutris to run stable
Ame-chan
299 posts

1 week ago

KatouMegumi wrote:

ngl I still use lutris to run stable


do you wanna see my experience with lutris? :tf:
click me >~<
KatouMegumi
53 posts

1 week ago

Ame-chan wrote:

do you wanna see my experience with lutris? :tf:

Ame-chan
299 posts

1 week ago

KatouMegumi wrote:



:sob:
click me >~<
BlueChinchompa

1 week ago

KatouMegumi wrote:




I'm saving this image this is peak

8 posts | Jump | 1