Differences
This shows you the differences between two versions of the page.
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/16 21:39] (current) – external edit 127.0.0.1 |
---|
* [[linux;distros;opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]] | * [[bsd:freebsd_14.2_xfce]] |
| |
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/Oblivion.exe' |
| |
WINEPREFIX=~/'.wine/The Elder Scrolls IV - Oblivion' wineserver -k | WINEPREFIX=~/'.wine/The Elder Scrolls IV - Oblivion' wineserver -k |
* :!: HDR Lighting causes character selection/world to be gray ((2025/05/02: also on Windows)) | * :!: 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' && mousepad ~/'Documents/My Games/Oblivion/Oblivion.ini' |
| |
<code> | <code> |
**** | **** |
| |
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.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' | ls ~/'Downloads/'*'-Oblivion.tar.gz' && rm -Rf ~/'Documents/My Games/Oblivion/Saves' && mkdir -p ~/'Documents/My Games/Oblivion' && tar -xvzf ~/'Downloads/'*'-Oblivion.tar.gz' -C ~/'Documents/My Games/Oblivion' 'Saves' |
| |