Installer age-of-wonders-iii-gog
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: - aow: N/A:Select the Windows installer downloaded from GOG game: exe: drive_c/GOG Games/Age of Wonders III/AoW3Launcher.exe prefix: $GAMEDIR installer: - task: name: create_prefix prefix: $GAMEDIR - task: app: vcrun2008 vcrun2010 win7 name: winetricks prefix: $GAMEDIR - task: args: /SP- /SUPPRESSMSGBOXES /NOCANCEL executable: aow name: wineexec prefix: $GAMEDIR
{ "files": [ { "aow": "N/A:Select the Windows installer downloaded from GOG" } ], "game": { "exe": "drive_c/GOG Games/Age of Wonders III/AoW3Launcher.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "vcrun2008 vcrun2010 win7", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "args": "/SP- /SUPPRESSMSGBOXES /NOCANCEL", "executable": "aow", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }