Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:linux:wine:unreal_tournament_99 [2025/02/19 22:16] – Sean Rhone | games:linux:wine:unreal_tournament_99 [2025/09/11 06:43] (current) – external edit 127.0.0.1 |
|---|
| ====== Media ====== | ====== Media ====== |
| |
| * [[https://www.youtube.com/watch?v=ryCGf1lEQgU|Gameplay on Fedora 41]] (Intel UHD 630, HD textures) | * [[https://www.youtube.com/watch?v=ryCGf1lEQgU|Gameplay on Fedora 41]] ([[https://discussion.fedoraproject.org/t/a-post-listing-games/139802/15|post]]) |
| |
| ====== Install ====== | ====== Install ====== |
| |
| * [[linux:distros:fedora_workstation_gnome]] | * [[linux;distros;opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]] |
| * UT99 GOG installed with Wine | |
| |
| mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/Unreal Tournament 99' WINEARCH='win32' WINEDLLOVERRIDES='winemenubuilder.exe=d' wine ~/'Downloads/UT99/Unreal Tournament GOTY [GOG]/setup_ut_goty_2.0.0.5.exe' | ===== Wine ===== |
| | |
| | **** |
| | |
| | mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/Unreal Tournament 99' WINEARCH='win32' WINEDLLOVERRIDES='winemenubuilder.exe=d' wine ~/'Downloads/UT99/setup_ut_goty_2.0.0.5.exe' |
| |
| ====== Patch ====== | ====== Patch ====== |
| ====== Textures ====== | ====== Textures ====== |
| |
| * https://sites.google.com/view/unrealhdtextures/home | * https://www.moddb.com/mods/ut99hd/downloads |
| * https://www.moddb.com/games/unreal-tournament/addons/unreal-hd-textures-ut99 | * Last tested: ''UT99-HD-Remastered-v4.0.1.zip'' (7GB) |
| * Last tested: ''UT99-HD-Remastered-v4.0.1-LE.zip'' | |
| |
| 7z e -o$HOME/'.wine/Unreal Tournament 99/drive_c/GOG Games/Unreal Tournament GOTY/Textures' -y ~/'Downloads/UT99-HD-Remastered-v4.0.1-LE.zip' '*/Textures/'*'.utx' | 7z e -o$HOME/'.wine/Unreal Tournament 99/drive_c/GOG Games/Unreal Tournament GOTY/Textures' -y ~/'Downloads/UT99/Content/UT99-HD-Remastered-v4.0.1.zip' '*/Textures/'*'.utx' |
| |
| ====== Execute ====== | ====== Execute ====== |
| ===== Restore ===== | ===== Restore ===== |
| |
| **** | mkdir -p ~/'.utpg/System' && tar -xvzf ~/'Downloads/'*'-UT99-UTPG-Save.tar.gz' -C ~/'.utpg/System' 'User.ini' |
| |
| mkdir -p ~/'.utpg/System' && tar -xvzf ~/'Downloads/'*'-UT99-UTPG-Save.tar.gz' -C ~/'.utpg/System' 'User.ini' | mkdir -p ~/'.utpg/System' && gio open ~/'.utpg/System' |
| |