User Tools

Site Tools


games:linux:wine:elder_scrolls_oblivion_gog

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:elder_scrolls_oblivion_gog [2025/04/28 04:43] Sean Rhonegames:linux:wine:elder_scrolls_oblivion_gog [2025/05/16 21:39] (current) – external edit 127.0.0.1
Line 3: Line 3:
   mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/The Elder Scrolls IV - Oblivion' WINEARCH='win32' wineboot   mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/The Elder Scrolls IV - Oblivion' WINEARCH='win32' wineboot
  
-  innoextract --extract --exclude-temp --output-dir ~/'.wine/The Elder Scrolls IV - Oblivion/drive_c/Program Files' ~/'Downloads/TES Oblivion (GOG)/setup_oblivion_1.2.0416_cs_(12788).exe' && mv -f ~/'.wine/The Elder Scrolls IV - Oblivion/drive_c/Program Files/app' ~/'.wine/The Elder Scrolls IV - Oblivion/drive_c/Program Files/Oblivion'+  innoextract --extract --exclude-temp --output-dir ~/'.wine/The Elder Scrolls IV - Oblivion/drive_c/Program Files' ~/'Downloads/Oblivion/setup_oblivion_1.2.0416_cs_(12788).exe' && mv -f ~/'.wine/The Elder Scrolls IV - Oblivion/drive_c/Program Files/app' ~/'.wine/The Elder Scrolls IV - Oblivion/drive_c/Program Files/Oblivion'
  
   WINEPREFIX=~/'.wine/The Elder Scrolls IV - Oblivion' '/usr/libexec/dxvk/bin/setup_dxvk.sh' install   WINEPREFIX=~/'.wine/The Elder Scrolls IV - Oblivion' '/usr/libexec/dxvk/bin/setup_dxvk.sh' install
Line 15: Line 15:
 ===== Initial ===== ===== Initial =====
  
-  * :!: HDR Lighting causes character selection/world to be gray+  * :!: HDR Lighting causes character selection/world to be gray ((2025/05/02: also on Windows))
  
   mkdir -p ~/'Documents/My Games/Oblivion' && nano ~/'Documents/My Games/Oblivion/Oblivion.ini'   mkdir -p ~/'Documents/My Games/Oblivion' && nano ~/'Documents/My Games/Oblivion/Oblivion.ini'
Line 37: Line 37:
  
   sed -i 's/SIntroSequence=bethesda softworks HD720p.bik,2k games.bik,game studios.bik,Oblivion Legal.bik/SIntroSequence=/g' ~/'Documents/My Games/Oblivion/Oblivion.ini'   sed -i 's/SIntroSequence=bethesda softworks HD720p.bik,2k games.bik,game studios.bik,Oblivion Legal.bik/SIntroSequence=/g' ~/'Documents/My Games/Oblivion/Oblivion.ini'
 +
 +====== TODO ======
 +
 +===== Save Data =====
 +
 +==== Backup ====
 +
 +****
 +
 +  tar -cvzf ~/'Downloads/'$(date +%Y-%m-%d-%s)'-TES-Oblivion-Saves.tar.gz' -C ~/'Documents/My Games/Oblivion' 'Saves'
 +
 +==== Restore ====
 +
 +****
 +
 +  ls ~/'Downloads/'*'-TES-Oblivion-Saves.tar.gz' && rm -Rf ~/'Documents/My Games/Oblivion/Saves' && mkdir -p ~/'Documents/My Games/Oblivion' && tar -xvzf ~/'Downloads/'*'-TES-Oblivion-Saves.tar.gz' -C ~/'Documents/My Games/Oblivion' 'Saves'
  
/srv/www/wiki/data/attic/games/linux/wine/elder_scrolls_oblivion_gog.1745829830.txt.gz · Last modified: by Sean Rhone