Next revision | Previous revision |
games:bsd:wine:elder_scrolls_oblivion_gog [2025/05/16 17:28] – created Sean Rhone | games:bsd:wine:elder_scrolls_oblivion_gog [2025/05/22 23:13] (current) – Sean Rhone |
---|
* [[linux;distros;opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]] | * 2025/05/18: Works good [[bsd;freebsd_14.2_xfce|14.2-R-p3]]! |
| |
mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/The Elder Scrolls IV - Oblivion' WINEARCH='win32' WINEDLLOVERRIDES='winemenubuilder.exe=d' wine ~/'Downloads/Oblivion/setup_oblivion_1.2.0416_cs_(12788).exe' | mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/The Elder Scrolls IV - Oblivion' WINEARCH='win32' WINEDLLOVERRIDES='winemenubuilder.exe=d' wine ~/'Downloads/Oblivion/setup_oblivion_1.2.0416_cs_(12788).exe' |
| |
cd ~/'.wine/The Elder Scrolls IV - Oblivion/drive_c/GOG Games/Oblivion' wine ~/'.wine/The Elder Scrolls IV - Oblivion/drive_c/GOG Games/Oblivion/Oblivion.exe' | cd ~/'.wine/The Elder Scrolls IV - Oblivion/drive_c/GOG Games/Oblivion' && WINEPREFIX=~/'.wine/The Elder Scrolls IV - Oblivion' wine ~/'.wine/The Elder Scrolls IV - Oblivion/drive_c/GOG Games/Oblivion/OblivionLauncher.exe' |
| |
WINEPREFIX=~/'.wine/The Elder Scrolls IV - Oblivion' wineserver -k | |
| |
====== Settings ====== | ====== Settings ====== |
===== Initial ===== | ===== Initial ===== |
| |
* :!: HDR Lighting causes character selection/world to be gray ((2025/05/02: also on Windows)) | * :!: HDR Lighting causes character selection/world to be gray (TODO: Check on FreeBSD, but also happened Linux/Wine and Windows native) |
| |
mkdir -p ~/'Documents/My Games/Oblivion' && nano ~/'Documents/My Games/Oblivion/Oblivion.ini' | mkdir -p ~/'Documents/My Games/Oblivion' && mousepad ~/'Documents/My Games/Oblivion/Oblivion.ini' |
| |
<code> | <code> |
===== Hide Intros ===== | ===== Hide Intros ===== |
| |
sed -i 's/SMainMenuMovieIntro=Oblivion iv logo.bik/SMainMenuMovieIntro=/g' ~/'Documents/My Games/Oblivion/Oblivion.ini' | sed -i -e 's/SMainMenuMovieIntro=Oblivion iv logo.bik/SMainMenuMovieIntro=/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' | sed -i -e '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 ====== |
| |
===== Save Data ===== | ===== Backup ===== |
| |
==== Backup ==== | |
| |
**** | **** |
| |
tar -cvzf ~/'Downloads/'$(date +%Y-%m-%d-%s)'-TES-Oblivion-Saves.tar.gz' -C ~/'Documents/My Games/Oblivion' 'Saves' | tar -cvzf ~/'Downloads/'$(date +%Y-%m-%d-%s)'-Oblivion-Saves.tar.gz' -C ~/'Documents/My Games/Oblivion' 'Saves' |
| |
==== Restore ==== | ===== 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' | rm -f -R -v ~/'Documents/My Games/Oblivion/Saves' && mkdir -p ~/'Documents/My Games/Oblivion' && tar -xvzf ~/'Downloads/'*'-Oblivion-Saves.tar.gz' -C ~/'Documents/My Games/Oblivion' 'Saves' |
| |
| ====== Benchmark ====== |
| |
| * ''GALLIUM_HUD'' 8 CPU |
| * ''vblank_mode=0'' |
| * 1024x768 Wine Virtual Desktop |
| |
| cd ~/'.wine/The Elder Scrolls IV - Oblivion/drive_c/GOG Games/Oblivion' && GALLIUM_HUD='cpu0+cpu1+cpu2+cpu3;cpu4+cpu5+cpu6+cpu7;fps' vblank_mode='0' WINEPREFIX=~/'.wine/The Elder Scrolls IV - Oblivion' wine explorer /desktop='Oblivion','1024x768' ~/'.wine/The Elder Scrolls IV - Oblivion/drive_c/GOG Games/Oblivion/OblivionLauncher.exe' |
| |
| WINEPREFIX=~/'.wine/The Elder Scrolls IV - Oblivion' wineserver -k |
| |