Installer the-guild-2-pirates-of-the-eu-dvd
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.
game: exe: drive_c/Program Files (x86)/The Guild 2 - Pirates of the European Seas/GuildII.exe prefix: $GAMEDIR installer: - task: description: Creating WINE prefix name: create_prefix prefix: $GAMEDIR - task: app: directplay description: Installing WINE data name: winetricks prefix: $GAMEDIR - insert-disc: description: Insert disc requires: setup.exe - task: args: /SILENT /NOGUI /SUPPRESSMSGBOXES executable: $DISC/setup.exe name: wineexec prefix: $GAMEDIR
{ "game": { "exe": "drive_c/Program Files (x86)/The Guild 2 - Pirates of the European Seas/GuildII.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "description": "Creating WINE prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "directplay", "description": "Installing WINE data", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "insert-disc": { "description": "Insert disc", "requires": "setup.exe" } }, { "task": { "args": "/SILENT /NOGUI /SUPPRESSMSGBOXES", "executable": "$DISC/setup.exe", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }