Installer descent-2-gog-d2x-rebirth

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:
- data: N/A:Select the GOG installer for Descent II
- engine: https://lutris.net/files/games/dxxrebirth/d2x-rebirth-0.58.1-x86_64.tar.gz
- sound: https://www.dxx-rebirth.com/download/dxx/res/d2xr-sc55-music.dxa
game:
  args: -hogdir .
  exe: d2x-rebirth
installer:
- execute:
    args: -d "$CACHE" "$data"
    file: innoextract
- merge:
    dst: $GAMEDIR
    src: $CACHE/app
- extract:
    dst: $GAMEDIR
    file: engine
- merge:
    dst: $GAMEDIR
    src: sound
require-binaries: innoextract
{
  "files": [
    {
      "data": "N/A:Select the GOG installer for Descent II"
    },
    {
      "engine": "https://lutris.net/files/games/dxxrebirth/d2x-rebirth-0.58.1-x86_64.tar.gz"
    },
    {
      "sound": "https://www.dxx-rebirth.com/download/dxx/res/d2xr-sc55-music.dxa"
    }
  ],
  "game": {
    "args": "-hogdir .",
    "exe": "d2x-rebirth"
  },
  "installer": [
    {
      "execute": {
        "args": "-d \"$CACHE\" \"$data\"",
        "file": "innoextract"
      }
    },
    {
      "merge": {
        "dst": "$GAMEDIR",
        "src": "$CACHE/app"
      }
    },
    {
      "extract": {
        "dst": "$GAMEDIR",
        "file": "engine"
      }
    },
    {
      "merge": {
        "dst": "$GAMEDIR",
        "src": "sound"
      }
    }
  ],
  "require-binaries": "innoextract"
}
Back to game