Hi there!
i’m running into multiple problems while writing my first installer script (Via the web interface). the problem is that testing it restarts the gamefile downloading every time, which is over 16GB of data and takes like 30 minutes to download. Which makes debugging my script VERY hard.
this is the script i have now:
files:
- installer: N/A:Select gog setup exe
game:
exe: $GAMEDIR/drive_c/GOG Games/Syberia 3
prefix: $GAMEDIR
installer: - task:
name: create_prefix
prefix: $GAMEDIR - task:
args: /SP- /SUPPRESSMSGBOXES /DIR=“c:/GOG Games/Syberia 3”
description: Installing Syberia 3
executable: setup
name: wineexec
prefix: $GAMEDIR