Installer descent-2-dxx-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:
- engine: https://lutris.net/files/games/dxxrebirth/d2x-rebirth-0.58.1-x86_64.tar.gz
- assets: N/A:Please provide an archive containing Descent game files
game:
  args: -hogdir .
  exe: d2x-rebirth
installer:
- extract:
    dst: $GAMEDIR
    file: engine
- extract:
    dst: $GAMEDIR
    file: assets
{
  "files": [
    {
      "engine": "https://lutris.net/files/games/dxxrebirth/d2x-rebirth-0.58.1-x86_64.tar.gz"
    },
    {
      "assets": "N/A:Please provide an archive containing Descent game files"
    }
  ],
  "game": {
    "args": "-hogdir .",
    "exe": "d2x-rebirth"
  },
  "installer": [
    {
      "extract": {
        "dst": "$GAMEDIR",
        "file": "engine"
      }
    },
    {
      "extract": {
        "dst": "$GAMEDIR",
        "file": "assets"
      }
    }
  ]
}
Back to game