diff --git a/configs/wow/lutris-wow-335.yml b/configs/wow/lutris-wow-335.yml new file mode 100644 index 0000000..8e406cf --- /dev/null +++ b/configs/wow/lutris-wow-335.yml @@ -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'" diff --git a/configs/wow/lutris-wow-548.yml b/configs/wow/lutris-wow-548.yml new file mode 100644 index 0000000..8870f31 --- /dev/null +++ b/configs/wow/lutris-wow-548.yml @@ -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'"