Installer star-wars-jedi-knight-jedi-ac-xlava-port-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:Please select the GOG installer
- file2: http://constexpr.org/innoextract/files/innoextract-1.6-linux.tar.xz
- jedi-outcast-bin: https://lutris.net/files/games/jedi-outcast/jedi-outcast-i386.tar.gz
game:
  exe: jk2sp
installer:
- extract:
    dst: $CACHE
    file: $file2
- execute:
    args: -d "$CACHE" "$file1"
    file: $CACHE/innoextract
- merge:
    dst: $GAMEDIR
    src: $CACHE/app/GameData
- extract:
    file: jedi-outcast-bin
{
  "files": [
    {
      "file1": "N/A:Please select the GOG installer"
    },
    {
      "file2": "http://constexpr.org/innoextract/files/innoextract-1.6-linux.tar.xz"
    },
    {
      "jedi-outcast-bin": "https://lutris.net/files/games/jedi-outcast/jedi-outcast-i386.tar.gz"
    }
  ],
  "game": {
    "exe": "jk2sp"
  },
  "installer": [
    {
      "extract": {
        "dst": "$CACHE",
        "file": "$file2"
      }
    },
    {
      "execute": {
        "args": "-d \"$CACHE\" \"$file1\"",
        "file": "$CACHE/innoextract"
      }
    },
    {
      "merge": {
        "dst": "$GAMEDIR",
        "src": "$CACHE/app/GameData"
      }
    },
    {
      "extract": {
        "file": "jedi-outcast-bin"
      }
    }
  ]
}
Back to game