Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:bsd:wine:osu [2024/12/15 01:00] – Sean Rhone | games:bsd:wine:osu [2025/06/05 23:09] (current) – Sean Rhone |
---|
* [[bsd:freebsd_14.2_xfce]] | * 2025/05/18: Works good [[bsd;freebsd_14.2_xfce|14.2-R-p3]]! |
| * [[https://www.youtube.com/watch?v=y693YXIsO3s|YouTube]] |
* :!: Has to be ''dotnet48'' as ''dotnet40'' is too-old to connect to osu! servers ([[https://old.reddit.com/r/linux_gaming/comments/1bumem3/osu_connection_issue/lh972uz/|tip]]) | |
* Videos: [[https://www.youtube.com/watch?v=y693YXIsO3s|YouTube]], [[https://x.com/espionage724/status/1866155150173217008|X (Twitter)]], [[https://www.facebook.com/seanrhone92/videos/479544274715153|Facebook]] | |
| |
* https://m1.ppy.sh/r/osu!install.exe | |
| |
WINEPREFIX=~/'.wine/osu!' WINEARCH='win32' winetricks -q 'dotnet48' 'gdiplus' | WINEPREFIX=~/'.wine/osu!' WINEARCH='win32' winetricks -q 'dotnet48' 'gdiplus' |
| |
WINEPREFIX=~/'.wine/osu!' WINEDLLOVERRIDES='winemenubuilder.exe=d' wine ~/'Downloads/osu!install.exe' | wget -O ~/'Downloads/osu!install.exe' 'https://m1.ppy.sh/r/osu!install.exe' && WINEPREFIX=~/'.wine/osu!' WINEDLLOVERRIDES='winemenubuilder.exe=d' wine ~/'Downloads/osu!install.exe' |
| |
cd ~/'.wine/osu!/drive_c/users/'$USER'/AppData/Local/osu!' && WINEPREFIX=~/'.wine/osu!' wine ~/'.wine/osu!/drive_c/users/'$USER'/AppData/Local/osu!/osu!.exe' | cd ~/'.wine/osu!/drive_c/users/'$USER'/AppData/Local/osu!' && WINEPREFIX=~/'.wine/osu!' wine ~/'.wine/osu!/drive_c/users/'$USER'/AppData/Local/osu!/osu!.exe' |
| |
| ====== Restore ====== |
| |
| ===== Songs ===== |
| |
| **** |
| |
| rm -Rf ~/'.wine/osu!/drive_c/users/'$USER'/AppData/Local/osu!/Songs' && mkdir -p ~/'.wine/osu!/drive_c/users/'$USER'/AppData/Local/osu!/Songs' && mv -f ~/'Downloads/osu/'*'.osz' ~/'.wine/osu!/drive_c/users/'$USER'/AppData/Local/osu!/Songs' |
| |
| ===== Skin ===== |
| |
| ==== argon remake ==== |
| |
| * [[https://drive.google.com/file/d/12iyPCDtM9xMrD9-NAETn9ezYVunDDqcK/view?usp=sharing|Google Drive]] ([[https://www.reddit.com/r/OsuSkins/comments/y11vk2/lazer_argon_skin_remake_std_gameplay_only/|source]]) |
| * [[https://osuskinner.com/element/29426/148|Cursor]] (([[https://i.imgur.com/ew3olzN.png|cursor.png]], [[https://i.imgur.com/tMAcYu9.png|cursor@2x.png]])) |
| |
| ====== Benchmark ====== |
| |
| * ''GALLIUM_HUD'' 8 CPU |
| * ''vblank_mode=0'' |
| * 720p Wine Virtual Desktop |
| * In-game -> Settings -> Layout -> ''[ ]'' Fullscreen mode |
| * In-game -> Settings -> Layout -> ''[ ]'' Render at native resolution |
| |
| cd ~/'.wine/osu!/drive_c/users/'$USER'/AppData/Local/osu!' && GALLIUM_HUD='cpu0+cpu1+cpu2+cpu3;cpu4+cpu5+cpu6+cpu7;fps' vblank_mode='0' WINEPREFIX=~/'.wine/osu!' wine explorer /desktop='osu!','1280x720' ~/'.wine/osu!/drive_c/users/'$USER'/AppData/Local/osu!/osu!.exe' |
| |
| WINEPREFIX=~/'.wine/osu!' wineserver -k |
| |