User Tools

Site Tools


games:linux:wine:unreal_tournament_99

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:linux:wine:unreal_tournament_99 [2025/04/14 07:56] – [Patch] Sean Rhonegames:linux:wine:unreal_tournament_99 [2025/04/25 05:10] (current) Sean Rhone
Line 5: Line 5:
 ====== Install ====== ====== Install ======
  
-  * [[linux:distros:fedora_workstation_gnome]] +  * [[linux;distros;opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]] 
-  * UT99 GOG installed with Wine+ 
 +===== Wine ===== 
 + 
 +****
  
   mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/Unreal Tournament 99' WINEARCH='win32' WINEDLLOVERRIDES='winemenubuilder.exe=d' wine ~/'Downloads/Unreal Tournament GOTY [GOG]/setup_ut_goty_2.0.0.5.exe'   mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/Unreal Tournament 99' WINEARCH='win32' WINEDLLOVERRIDES='winemenubuilder.exe=d' wine ~/'Downloads/Unreal Tournament GOTY [GOG]/setup_ut_goty_2.0.0.5.exe'
 +
 +===== innoextract =====
 +
 +  sudo zypper install 'innoextract'
 +
 +  mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/Unreal Tournament 99' wineboot
 +
 +  mkdir -p ~/'.wine/Unreal Tournament 99/drive_c/GOG Games' && innoextract --extract --exclude-temp --output-dir ~/'.wine/Unreal Tournament 99/drive_c/GOG Games' ~/'Downloads/Unreal Tournament GOTY [GOG]/setup_ut_goty_2.0.0.5.exe' && mv -f ~/'.wine/Unreal Tournament 99/drive_c/GOG Games/app' ~/'.wine/Unreal Tournament 99/drive_c/GOG Games/Unreal Tournament GOTY'
  
 ====== Patch ====== ====== Patch ======
Line 19: Line 30:
 ====== 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-HD-Remastered-v4.0.1.zip' '*/Textures/'*'.utx'
  
 ====== Execute ====== ====== Execute ======
Line 47: Line 57:
 ===== 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' 'User.ini'
  
/srv/www/wiki/data/attic/games/linux/wine/unreal_tournament_99.1744631796.txt.gz · Last modified: by Sean Rhone