feat: WoW Clients (3.3.5a + 5.4.8) Lutris-Konfigurationen

- YMLs von wine-ge-8-26 auf system wine umgestellt
- SD-Karte automount in fstab (UUID=a90255d0-e349-49e4-bd97-a2e780890c83)
- Lutris-DB auf installed=1 gesetzt
This commit is contained in:
Kay Türtscher 2026-06-30 19:25:38 +02:00
parent e03470ec0f
commit 0d9566c068
2 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,32 @@
name: "World of Warcraft 3.3.5a (Wrath of the Lich King)"
game_slug: world-of-warcraft-wrath-of-the-lich-king
slug: wow-335-wrath
version: "3.3.5a (Private Server)"
runner: wine
script:
game:
exe: Wow.exe
prefix: $GAMEDIR
working_dir: $GAMEDIR
arch: win32
wine:
version: system
overrides:
mscoree: disabled
mshtml: disabled
system:
env:
DXVK_HUD: 0
__GL_SHADER_DISK_CACHE: 1
__GL_SHADER_DISK_CACHE_SIZE: 1073741824
disable_runtime: false
prefer_system_libs: false
installer:
- execute:
command: "echo 'Spielverzeichnis: /mnt/sd-card/WoW_3.3.5a-neu'"
- execute:
command: "echo 'Fuehre vor dem ersten Start setup.sh aus fuer Dependencies'"

View file

@ -0,0 +1,32 @@
name: "World of Warcraft 5.4.8 (Mists of Pandaria)"
game_slug: world-of-warcraft-mists-of-pandaria
slug: wow-548-mop
version: "5.4.8 (Private Server)"
runner: wine
script:
game:
exe: Wow-64.exe
prefix: $GAMEDIR
working_dir: $GAMEDIR
arch: win64
wine:
version: system
overrides:
mscoree: disabled
mshtml: disabled
system:
env:
DXVK_HUD: 0
__GL_SHADER_DISK_CACHE: 1
__GL_SHADER_DISK_CACHE_SIZE: 1073741824
disable_runtime: false
prefer_system_libs: false
installer:
- execute:
command: "echo 'Spielverzeichnis: /mnt/sd-card/WoW548-18414DE/WoW548-18414'"
- execute:
command: "echo 'Fuehre vor dem ersten Start setup.sh aus fuer Dependencies'"