Installer jazz-jackrabbit-2-shareware

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:
- game: http://lutris.net/files/games/jazz-jackrabbit-2/jazz2_demo.zip
game:
  exe: $GAMEDIR/drive_c/Jazz2Sw/Jazz2.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/Jazz2Sw/
    file: game
{
  "files": [
    {
      "game": "http://lutris.net/files/games/jazz-jackrabbit-2/jazz2_demo.zip"
    }
  ],
  "game": {
    "exe": "$GAMEDIR/drive_c/Jazz2Sw/Jazz2.exe",
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "task": {
        "name": "create_prefix",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "extract": {
        "dst": "$GAMEDIR/drive_c/Jazz2Sw/",
        "file": "game"
      }
    }
  ]
}
Back to game