Installer doom-3-native-steam-data

files:
- doom3-engine: http://lutris.net/files/games/doom-3/doom3-linux-1.3.1_nolibs.tar.gz
- doom3-data: $STEAM:9050:base
game:
  exe: $GAMEDIR/doom3
installer:
- extract:
    file: doom3-engine
- merge:
    dst: $GAMEDIR/base
    src: doom3-data
description: Downloads the Linux engine v1.3.1 from ID Software with Steam data on
  top.
game_slug: doom-3
gogslug: doom_3
humblestoreid: ''
installer_slug: doom-3-native-steam-data
name: Doom 3
notes: '2015.12.15: Fixed symbol missing errors with libstdc++.so.6'
runner: linux
script:
  files:
  - doom3-engine: http://lutris.net/files/games/doom-3/doom3-linux-1.3.1_nolibs.tar.gz
  - doom3-data: $STEAM:9050:base
  game:
    exe: $GAMEDIR/doom3
  installer:
  - extract:
      file: doom3-engine
  - merge:
      dst: $GAMEDIR/base
      src: doom3-data
slug: doom-3-native-steam-data
steamid: 9050
version: Native + Steam data
year: 2004
{
  "game_slug": "doom-3",
  "version": "Native + Steam data",
  "description": "Downloads the Linux engine v1.3.1 from ID Software with Steam data on top.",
  "notes": "2015.12.15: Fixed symbol missing errors with libstdc++.so.6",
  "name": "Doom 3",
  "year": 2004,
  "steamid": 9050,
  "gogslug": "doom_3",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "doom-3-native-steam-data",
  "installer_slug": "doom-3-native-steam-data",
  "script": {
    "files": [
      {
        "doom3-engine": "http://lutris.net/files/games/doom-3/doom3-linux-1.3.1_nolibs.tar.gz"
      },
      {
        "doom3-data": "$STEAM:9050:base"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/doom3"
    },
    "installer": [
      {
        "extract": {
          "file": "doom3-engine"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/base",
          "src": "doom3-data"
        }
      }
    ]
  }
}
Back to game