Installer a-new-beginning-final-cut-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.
env: SDL_AUDIODRIVER: winmm files: - setup: N/A:Select the GOG installer game: exe: drive_c/GOG Games/A New Beginning - Final Cut/anb.exe prefix: $GAMEDIR installer: - task: name: create_prefix prefix: $GAMEDIR - task: app: dotnet40 vcrun2012 win7 name: winetricks prefix: $GAMEDIR - task: args: /NOCANCEL /SP- /SUPPRESSMSGBOXES executable: setup name: wineexec prefix: $GAMEDIR
{ "env": { "SDL_AUDIODRIVER": "winmm" }, "files": [ { "setup": "N/A:Select the GOG installer" } ], "game": { "exe": "drive_c/GOG Games/A New Beginning - Final Cut/anb.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "dotnet40 vcrun2012 win7", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "args": "/NOCANCEL /SP- /SUPPRESSMSGBOXES", "executable": "setup", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }