Installer jazz-jackrabbit-2-gog-j2r

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:
- j2r: https://github.com/deathkiller/jazz2/releases/download/1.7.0/Jazz2_1.7.0_Linux.zip
- gogsetup: N/A:Please select the game Windows install file, available for  download
    from your GOG account page.
game:
  exe: $GAMEDIR/x64/jazz2_sdl2
  gogid: 1351891846
installer:
- extract:
    dst: $GAMEDIR
    file: j2r
- extract:
    dst: $GAMEDIR/x64/Source
    file: gogsetup
    format: gog
- chmodx: $GAMEDIR/x64/jazz2_sdl2
{
  "files": [
    {
      "j2r": "https://github.com/deathkiller/jazz2/releases/download/1.7.0/Jazz2_1.7.0_Linux.zip"
    },
    {
      "gogsetup": "N/A:Please select the game Windows install file, available for  download from your GOG account page."
    }
  ],
  "game": {
    "exe": "$GAMEDIR/x64/jazz2_sdl2",
    "gogid": 1351891846
  },
  "installer": [
    {
      "extract": {
        "dst": "$GAMEDIR",
        "file": "j2r"
      }
    },
    {
      "extract": {
        "dst": "$GAMEDIR/x64/Source",
        "file": "gogsetup",
        "format": "gog"
      }
    },
    {
      "chmodx": "$GAMEDIR/x64/jazz2_sdl2"
    }
  ]
}
Back to game