files:
- engine: https://github.com/LostArtefacts/TRX/releases/download/tr2-1.0.2/TR2X-1.0.2-Linux.zip
- steam_data: $STEAM:225300:/
- dlc: https://lostartefacts.dev/aux/tr2x/trgm.zip
game:
exe: $GAMEDIR/TR2X
launch_configs:
- args: -gold
exe: $GAMEDIR/TR2X
name: Tomb Raider II - The Golden Mask
installer:
- merge:
dst: $GAMEDIR
src: $steam_data
- extract:
dst: $GAMEDIR
src: engine
- extract:
dst: $GAMEDIR/data
src: dlc
description: Play "Tomb Raider II" provided by Steam on Linux!
game_slug: tomb-raider-ii
gogslug: tomb_raider_123
humblestoreid: ''
installer_slug: tomb-raider-ii-steam-tr2x
name: Tomb Raider II
notes: "- Using TR2X open source engine\r\n- \"The Golden Mask\" extension included"
runner: linux
script:
files:
- engine: https://github.com/LostArtefacts/TRX/releases/download/tr2-1.0.2/TR2X-1.0.2-Linux.zip
- steam_data: $STEAM:225300:/
- dlc: https://lostartefacts.dev/aux/tr2x/trgm.zip
game:
exe: $GAMEDIR/TR2X
launch_configs:
- args: -gold
exe: $GAMEDIR/TR2X
name: Tomb Raider II - The Golden Mask
installer:
- merge:
dst: $GAMEDIR
src: $steam_data
- extract:
dst: $GAMEDIR
src: engine
- extract:
dst: $GAMEDIR/data
src: dlc
slug: tomb-raider-ii-steam-tr2x
steamid: 225300
version: Steam + TR2X
year: 1997
{
"game_slug": "tomb-raider-ii",
"version": "Steam + TR2X",
"description": "Play \"Tomb Raider II\" provided by Steam on Linux!",
"notes": "- Using TR2X open source engine\r\n- \"The Golden Mask\" extension included",
"name": "Tomb Raider II",
"year": 1997,
"steamid": 225300,
"gogslug": "tomb_raider_123",
"humblestoreid": "",
"runner": "linux",
"slug": "tomb-raider-ii-steam-tr2x",
"installer_slug": "tomb-raider-ii-steam-tr2x",
"script": {
"files": [
{
"engine": "https://github.com/LostArtefacts/TRX/releases/download/tr2-1.0.2/TR2X-1.0.2-Linux.zip"
},
{
"steam_data": "$STEAM:225300:/"
},
{
"dlc": "https://lostartefacts.dev/aux/tr2x/trgm.zip"
}
],
"game": {
"exe": "$GAMEDIR/TR2X",
"launch_configs": [
{
"args": "-gold",
"exe": "$GAMEDIR/TR2X",
"name": "Tomb Raider II - The Golden Mask"
}
]
},
"installer": [
{
"merge": {
"dst": "$GAMEDIR",
"src": "$steam_data"
}
},
{
"extract": {
"dst": "$GAMEDIR",
"src": "engine"
}
},
{
"extract": {
"dst": "$GAMEDIR/data",
"src": "dlc"
}
}
]
}
}