Installer a-new-beginning-final-cut-humble
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: - file1: N/A:Please select the Humble archive game: arch: win32 exe: drive_c/Program Files/Daedalic Entertainment/A New Beginning - Final Cut/anb.exe prefix: $GAMEDIR installer: - extract: dst: $CACHE file: $file1 - task: executable: $CACHE/setup.exe name: wineexec prefix: $GAMEDIR
{ "files": [ { "file1": "N/A:Please select the Humble archive" } ], "game": { "arch": "win32", "exe": "drive_c/Program Files/Daedalic Entertainment/A New Beginning - Final Cut/anb.exe", "prefix": "$GAMEDIR" }, "installer": [ { "extract": { "dst": "$CACHE", "file": "$file1" } }, { "task": { "executable": "$CACHE/setup.exe", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }