game:
arch: win64
exe: drive_c/Program Files (x86)/Warmane/Wow.exe
prefix: $GAMEDIR
installer:
- insert-disc:
requires: Wow.exe
- copy:
dst: $GAMEDIR/drive_c/Program Files (x86)/Warmane
src: $DISC
- task:
arch: win64
description: Creating 64bit Wine prefix.
name: create_prefix
prefix: $GAMEDIR
- task:
name: winekill
system:
env:
DXVK_HUD: compiler
DXVK_STATE_CACHE_PATH: $GAMEDIR
STAGING_SHARED_MEMORY: 1
__GL_SHADER_DISK_CACHE: 1
__GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
wine:
overrides:
nvapi: disabled
nvapi64: disabled
description: Install from game directory.
game_slug: warmane-wow
gogslug: ''
humblestoreid: ''
installer_slug: warmane-wow-wrath-of-the-lich-ki
name: Warmane WoW
notes: This installer installs the game via the torrent provided by the project website
(Wow 3.3.5a, torrent hash 5b65d1928a3025a820b45e6db2451aaaabc5347c) by copying the
game into the created wineprefix.
runner: wine
script:
game:
arch: win64
exe: drive_c/Program Files (x86)/Warmane/Wow.exe
prefix: $GAMEDIR
installer:
- insert-disc:
requires: Wow.exe
- copy:
dst: $GAMEDIR/drive_c/Program Files (x86)/Warmane
src: $DISC
- task:
arch: win64
description: Creating 64bit Wine prefix.
name: create_prefix
prefix: $GAMEDIR
- task:
name: winekill
system:
env:
DXVK_HUD: compiler
DXVK_STATE_CACHE_PATH: $GAMEDIR
STAGING_SHARED_MEMORY: 1
__GL_SHADER_DISK_CACHE: 1
__GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
wine:
overrides:
nvapi: disabled
nvapi64: disabled
slug: warmane-wow-wrath-of-the-lich-ki
steamid: null
version: Wrath of the Lich King 3.3.5a
year: 2015
{
"game_slug": "warmane-wow",
"version": "Wrath of the Lich King 3.3.5a",
"description": "Install from game directory.",
"notes": "This installer installs the game via the torrent provided by the project website (Wow 3.3.5a, torrent hash 5b65d1928a3025a820b45e6db2451aaaabc5347c) by copying the game into the created wineprefix.",
"name": "Warmane WoW",
"year": 2015,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "warmane-wow-wrath-of-the-lich-ki",
"installer_slug": "warmane-wow-wrath-of-the-lich-ki",
"script": {
"game": {
"arch": "win64",
"exe": "drive_c/Program Files (x86)/Warmane/Wow.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"insert-disc": {
"requires": "Wow.exe"
}
},
{
"copy": {
"dst": "$GAMEDIR/drive_c/Program Files (x86)/Warmane",
"src": "$DISC"
}
},
{
"task": {
"arch": "win64",
"description": "Creating 64bit Wine prefix.",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"name": "winekill"
}
}
],
"system": {
"env": {
"DXVK_HUD": "compiler",
"DXVK_STATE_CACHE_PATH": "$GAMEDIR",
"STAGING_SHARED_MEMORY": 1,
"__GL_SHADER_DISK_CACHE": 1,
"__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
}
},
"wine": {
"overrides": {
"nvapi": "disabled",
"nvapi64": "disabled"
}
}
}
}