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:58] – [Textures] Sean Rhonegames:linux:wine:unreal_tournament_99 [2025/07/04 02:12] (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+
  
-  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'+===== 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' 
 + 
 +===== 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 21: Line 32:
   * https://www.moddb.com/mods/ut99hd/downloads   * https://www.moddb.com/mods/ut99hd/downloads
   * Last tested: ''UT99-HD-Remastered-v4.0.1.zip'' (7GB)   * Last tested: ''UT99-HD-Remastered-v4.0.1.zip'' (7GB)
 +
 +  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'
  
   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'   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'
Line 46: Line 59:
 ===== 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.1744631901.txt.gz · Last modified: by Sean Rhone