Installer postal-2-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: - game: N/A:Please select the GOG.com Windows installer. game: arch: win32 exe: drive_c/GOG Games/Postal 2/System/Postal2.exe prefix: $GAMEDIR installer: - task: arch: win32 description: Creating Wine prefix name: create_prefix prefix: $GAMEDIR - task: arch: win32 args: /SP- /SUPPRESSMSGBOXES executable: game name: wineexec prefix: $GAMEDIR
{ "files": [ { "game": "N/A:Please select the GOG.com Windows installer." } ], "game": { "arch": "win32", "exe": "drive_c/GOG Games/Postal 2/System/Postal2.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win32", "description": "Creating Wine prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win32", "args": "/SP- /SUPPRESSMSGBOXES", "executable": "game", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }