Installer strange-horticulture-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:
- gogsetup: N/A:Select the game setup files
game:
  arch: win64
  exe: drive_c/GOG Games/Strange Horticulture/Strange Horticulture.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- task:
    args: null
    description: Installing Strange Horticulture
    executable: gogsetup
    name: wineexec
    prefix: $GAMEDIR
{
  "files": [
    {
      "gogsetup": "N/A:Select the game setup files"
    }
  ],
  "game": {
    "arch": "win64",
    "exe": "drive_c/GOG Games/Strange Horticulture/Strange Horticulture.exe",
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "task": {
        "arch": "win64",
        "name": "create_prefix",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "args": null,
        "description": "Installing Strange Horticulture",
        "executable": "gogsetup",
        "name": "wineexec",
        "prefix": "$GAMEDIR"
      }
    }
  ]
}
Back to game