Installer wasteland-2-directors-cut-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:
- goginstaller: N/A:Please select the GOG.com Linux installer
game:
  exe: start.sh
installer:
- extract:
    dst: $CACHE/GOG
    file: goginstaller
    format: zip
- merge:
    dst: $GAMEDIR
    src: $CACHE/GOG/data/noarch/
{
  "files": [
    {
      "goginstaller": "N/A:Please select the GOG.com Linux installer"
    }
  ],
  "game": {
    "exe": "start.sh"
  },
  "installer": [
    {
      "extract": {
        "dst": "$CACHE/GOG",
        "file": "goginstaller",
        "format": "zip"
      }
    },
    {
      "merge": {
        "dst": "$GAMEDIR",
        "src": "$CACHE/GOG/data/noarch/"
      }
    }
  ]
}
Back to game