Installer creatures-3-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:
- file1: "N/A:Select the Creatures Exodus installer provided by GOG. You can download\
    \ it here: \nhttps://secure.gog.com/downlink/creatures_exodus/en1installer0"
game:
  args: --autokill
  exe: drive_c/GOG Games/Creatures Exodus/Creatures 3/engine.exe
  prefix: $GAMEDIR
installer:
- task:
    args: /silent /nogui
    executable: file1
    name: wineexec
    prefix: $GAMEDIR
{
  "files": [
    {
      "file1": "N/A:Select the Creatures Exodus installer provided by GOG. You can download it here: \nhttps://secure.gog.com/downlink/creatures_exodus/en1installer0"
    }
  ],
  "game": {
    "args": "--autokill",
    "exe": "drive_c/GOG Games/Creatures Exodus/Creatures 3/engine.exe",
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "task": {
        "args": "/silent /nogui",
        "executable": "file1",
        "name": "wineexec",
        "prefix": "$GAMEDIR"
      }
    }
  ]
}
Back to game