Installer the-witcher-enhanced-edition-rise-of-the-white-wo
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - game: N/A:Select the Windows setup exe file downloaded from GOG - mod: N/A:Select the Mod installer exe game: arch: win32 exe: drive_c/GOG Games/The Witcher Enhanced Edition/launcher.exe prefix: $GAMEDIR installer: - task: arch: win32 name: create_prefix prefix: $GAMEDIR - task: arch: win32 executable: game name: wineexec prefix: $GAMEDIR - task: app: d3dx9_35 arch: win32 name: winetricks prefix: $GAMEDIR - task: arch: win32 key: CheckFloatConstants name: set_regedit path: HKEY_CURRENT_USER\Software\Wine\Direct3D prefix: $GAMEDIR value: enabled - execute: command: mkdir -p "$GAMEDIR/drive_c/GOG Games/The Witcher Enhanced Edition/backup/System" - move: dst: $GAMEDIR/drive_c/GOG Games/The Witcher Enhanced Edition/backup src: $GAMEDIR/drive_c/GOG Games/The Witcher Enhanced Edition/Launcher - move: dst: $GAMEDIR/drive_c/GOG Games/The Witcher Enhanced Edition/backup/System src: $GAMEDIR/drive_c/GOG Games/The Witcher Enhanced Edition/System/witcher.exe - move: dst: $GAMEDIR/drive_c/GOG Games/The Witcher Enhanced Edition/backup src: $GAMEDIR/drive_c/GOG Games/The Witcher Enhanced Edition/launcher.exe - task: arch: win32 executable: mod name: wineexec prefix: $GAMEDIR
{ "files": [ { "game": "N/A:Select the Windows setup exe file downloaded from GOG" }, { "mod": "N/A:Select the Mod installer exe" } ], "game": { "arch": "win32", "exe": "drive_c/GOG Games/The Witcher Enhanced Edition/launcher.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win32", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win32", "executable": "game", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "app": "d3dx9_35", "arch": "win32", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win32", "key": "CheckFloatConstants", "name": "set_regedit", "path": "HKEY_CURRENT_USER\\Software\\Wine\\Direct3D", "prefix": "$GAMEDIR", "value": "enabled" } }, { "execute": { "command": "mkdir -p \"$GAMEDIR/drive_c/GOG Games/The Witcher Enhanced Edition/backup/System\"" } }, { "move": { "dst": "$GAMEDIR/drive_c/GOG Games/The Witcher Enhanced Edition/backup", "src": "$GAMEDIR/drive_c/GOG Games/The Witcher Enhanced Edition/Launcher" } }, { "move": { "dst": "$GAMEDIR/drive_c/GOG Games/The Witcher Enhanced Edition/backup/System", "src": "$GAMEDIR/drive_c/GOG Games/The Witcher Enhanced Edition/System/witcher.exe" } }, { "move": { "dst": "$GAMEDIR/drive_c/GOG Games/The Witcher Enhanced Edition/backup", "src": "$GAMEDIR/drive_c/GOG Games/The Witcher Enhanced Edition/launcher.exe" } }, { "task": { "arch": "win32", "executable": "mod", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }