files:
- engine: https://github.com/LostArtefacts/TRX/releases/download/trx-1.8.1/TRX-1.8.1-Linux.zip
- steam_data: $STEAM:225300:/
- dlc: https://lostartefacts.dev/aux/tr2x/trgm.zip
game:
args: --mod tr2
exe: TRX
launch_configs:
- args: --mod tr2-gm
exe: $GAMEDIR/TRX
name: Tomb Raider II - The Golden Mask
installer:
- merge:
dst: $GAMEDIR/games/tr2
src: $steam_data
- move:
dst: $GAMEDIR/games/tr2/levels
src: $GAMEDIR/games/tr2/data
- move:
dst: $GAMEDIR/games/tr2
src: $GAMEDIR/games/tr2/levels/MAIN.SFX
- extract:
dst: $GAMEDIR/games/tr2-gm/levels
file: dlc
- move:
dst: $GAMEDIR/games/tr2-gm
src: $GAMEDIR/games/tr2-gm/levels/main_gm.sfx
- extract:
dst: $GAMEDIR
file: engine
- chmodx: $GAMEDIR/TRX
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-trx
name: Tomb Raider II
notes: "- Using TRX open source engine\r\n- \"The Golden Mask\" extension included"
runner: linux
script:
files:
- engine: https://github.com/LostArtefacts/TRX/releases/download/trx-1.8.1/TRX-1.8.1-Linux.zip
- steam_data: $STEAM:225300:/
- dlc: https://lostartefacts.dev/aux/tr2x/trgm.zip
game:
args: --mod tr2
exe: TRX
launch_configs:
- args: --mod tr2-gm
exe: $GAMEDIR/TRX
name: Tomb Raider II - The Golden Mask
installer:
- merge:
dst: $GAMEDIR/games/tr2
src: $steam_data
- move:
dst: $GAMEDIR/games/tr2/levels
src: $GAMEDIR/games/tr2/data
- move:
dst: $GAMEDIR/games/tr2
src: $GAMEDIR/games/tr2/levels/MAIN.SFX
- extract:
dst: $GAMEDIR/games/tr2-gm/levels
file: dlc
- move:
dst: $GAMEDIR/games/tr2-gm
src: $GAMEDIR/games/tr2-gm/levels/main_gm.sfx
- extract:
dst: $GAMEDIR
file: engine
- chmodx: $GAMEDIR/TRX
slug: tomb-raider-ii-steam-trx
steamid: 225300
version: Steam + TRX
year: 1997
{
"game_slug": "tomb-raider-ii",
"version": "Steam + TRX",
"description": "Play \"Tomb Raider II\" provided by Steam on Linux!",
"notes": "- Using TRX 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-trx",
"installer_slug": "tomb-raider-ii-steam-trx",
"script": {
"files": [
{
"engine": "https://github.com/LostArtefacts/TRX/releases/download/trx-1.8.1/TRX-1.8.1-Linux.zip"
},
{
"steam_data": "$STEAM:225300:/"
},
{
"dlc": "https://lostartefacts.dev/aux/tr2x/trgm.zip"
}
],
"game": {
"args": "--mod tr2",
"exe": "TRX",
"launch_configs": [
{
"args": "--mod tr2-gm",
"exe": "$GAMEDIR/TRX",
"name": "Tomb Raider II - The Golden Mask"
}
]
},
"installer": [
{
"merge": {
"dst": "$GAMEDIR/games/tr2",
"src": "$steam_data"
}
},
{
"move": {
"dst": "$GAMEDIR/games/tr2/levels",
"src": "$GAMEDIR/games/tr2/data"
}
},
{
"move": {
"dst": "$GAMEDIR/games/tr2",
"src": "$GAMEDIR/games/tr2/levels/MAIN.SFX"
}
},
{
"extract": {
"dst": "$GAMEDIR/games/tr2-gm/levels",
"file": "dlc"
}
},
{
"move": {
"dst": "$GAMEDIR/games/tr2-gm",
"src": "$GAMEDIR/games/tr2-gm/levels/main_gm.sfx"
}
},
{
"extract": {
"dst": "$GAMEDIR",
"file": "engine"
}
},
{
"chmodx": "$GAMEDIR/TRX"
}
]
}
}