Create installer that doesn't download files. (debugging purposes)

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

you can activate cache for downloaded files here, press cache button and precise a folder:

ArcoLinux_2020-12-26_12-47-35

1 Like

Thanks! turns out lutris hadn’t updated in AGES somehow. found the button now, thanks for the help!