Installer doom-3-dhewm3-cds

files:
- doom3patch: https://files.holarse-linuxgaming.de/native/Spiele/Doom%203/doom3-linux-1.3.1.1304.x86.run
- doom3engine: https://lutris.net/files/games/doom-3/dhewm-master-x86_64.tar.gz
game:
  exe: $GAMEDIR/dhewm3
installer:
- chmodx: doom3patch
- insert-disc:
    message: Please insert Disc 1
    requires: Setup/Data/Base/game00.pk4
- merge:
    dst: $GAMEDIR/base
    src: $DISC/Setup/Data/base
- insert-disc:
    message: Please insert Disc 2
    requires: Setup/Data/Base/pak000.pk4
- merge:
    dst: $GAMEDIR/base
    src: $DISC/Setup/Data/base
- insert-disc:
    message: Please insert Disc 3
    requires: Setup/Data/Base/pak003.pk4
- merge:
    dst: $GAMEDIR/base
    src: $DISC/Setup/Data/base
- execute:
    command: cd "$CACHE/doom3patch" && "$doom3patch" --tar xvf --wildcards "base/pak*"
- merge:
    dst: $GAMEDIR/base
    src: $CACHE/doom3patch/base
- extract:
    file: doom3engine
- chmodx: $GAMEDIR/dhewm3
description: Downloads the Dhewm3 engine and installs the game from CD's (3 required).
game_slug: doom-3
gogslug: doom_3
humblestoreid: ''
installer_slug: doom-3-dhewm3-cds
name: Doom 3
notes: ''
runner: linux
script:
  files:
  - doom3patch: https://files.holarse-linuxgaming.de/native/Spiele/Doom%203/doom3-linux-1.3.1.1304.x86.run
  - doom3engine: https://lutris.net/files/games/doom-3/dhewm-master-x86_64.tar.gz
  game:
    exe: $GAMEDIR/dhewm3
  installer:
  - chmodx: doom3patch
  - insert-disc:
      message: Please insert Disc 1
      requires: Setup/Data/Base/game00.pk4
  - merge:
      dst: $GAMEDIR/base
      src: $DISC/Setup/Data/base
  - insert-disc:
      message: Please insert Disc 2
      requires: Setup/Data/Base/pak000.pk4
  - merge:
      dst: $GAMEDIR/base
      src: $DISC/Setup/Data/base
  - insert-disc:
      message: Please insert Disc 3
      requires: Setup/Data/Base/pak003.pk4
  - merge:
      dst: $GAMEDIR/base
      src: $DISC/Setup/Data/base
  - execute:
      command: cd "$CACHE/doom3patch" && "$doom3patch" --tar xvf --wildcards "base/pak*"
  - merge:
      dst: $GAMEDIR/base
      src: $CACHE/doom3patch/base
  - extract:
      file: doom3engine
  - chmodx: $GAMEDIR/dhewm3
slug: doom-3-dhewm3-cds
steamid: 9050
version: Dhewm3 + CD's
year: 2004
{
  "game_slug": "doom-3",
  "version": "Dhewm3 + CD's",
  "description": "Downloads the Dhewm3 engine and installs the game from CD's (3 required).",
  "notes": "",
  "name": "Doom 3",
  "year": 2004,
  "steamid": 9050,
  "gogslug": "doom_3",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "doom-3-dhewm3-cds",
  "installer_slug": "doom-3-dhewm3-cds",
  "script": {
    "files": [
      {
        "doom3patch": "https://files.holarse-linuxgaming.de/native/Spiele/Doom%203/doom3-linux-1.3.1.1304.x86.run"
      },
      {
        "doom3engine": "https://lutris.net/files/games/doom-3/dhewm-master-x86_64.tar.gz"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/dhewm3"
    },
    "installer": [
      {
        "chmodx": "doom3patch"
      },
      {
        "insert-disc": {
          "message": "Please insert Disc 1",
          "requires": "Setup/Data/Base/game00.pk4"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/base",
          "src": "$DISC/Setup/Data/base"
        }
      },
      {
        "insert-disc": {
          "message": "Please insert Disc 2",
          "requires": "Setup/Data/Base/pak000.pk4"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/base",
          "src": "$DISC/Setup/Data/base"
        }
      },
      {
        "insert-disc": {
          "message": "Please insert Disc 3",
          "requires": "Setup/Data/Base/pak003.pk4"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/base",
          "src": "$DISC/Setup/Data/base"
        }
      },
      {
        "execute": {
          "command": "cd \"$CACHE/doom3patch\" && \"$doom3patch\" --tar xvf --wildcards \"base/pak*\""
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/base",
          "src": "$CACHE/doom3patch/base"
        }
      },
      {
        "extract": {
          "file": "doom3engine"
        }
      },
      {
        "chmodx": "$GAMEDIR/dhewm3"
      }
    ]
  }
}
Back to game