files:
- engine: https://github.com/LostArtefacts/TRX/releases/download/tr2-0.9/TR2X-0.9-Linux.zip
- gogsetup: N/A:Select the Windows installer file in exe format downloaded from your
GOG account
game:
exe: $GAMEDIR/TR2X
installer:
- extract:
dst: $GAMEDIR
file: gogsetup
format: gog
- extract:
dst: $GAMEDIR
src: engine
- execute:
command: unset LD_LIBRARY_PATH; cd "$GAMEDIR/music"; for i in *.ogg; do filename=$(basename
$i .ogg); ffmpeg -i $i $filename.flac; done;
description: Play "Tomb Raider II" provided by GOG on Linux!
game_slug: tomb-raider-ii
gogslug: tomb_raider_123
humblestoreid: ''
installer_slug: tomb-raider-ii-gog-trx2
name: Tomb Raider II
notes: '- Using TR2X open source engine'
runner: linux
script:
files:
- engine: https://github.com/LostArtefacts/TRX/releases/download/tr2-0.9/TR2X-0.9-Linux.zip
- gogsetup: N/A:Select the Windows installer file in exe format downloaded from
your GOG account
game:
exe: $GAMEDIR/TR2X
installer:
- extract:
dst: $GAMEDIR
file: gogsetup
format: gog
- extract:
dst: $GAMEDIR
src: engine
- execute:
command: unset LD_LIBRARY_PATH; cd "$GAMEDIR/music"; for i in *.ogg; do filename=$(basename
$i .ogg); ffmpeg -i $i $filename.flac; done;
slug: tomb-raider-ii-gog-trx2
steamid: 225300
version: GOG + TRX2
year: 1997
{
"game_slug": "tomb-raider-ii",
"version": "GOG + TRX2",
"description": "Play \"Tomb Raider II\" provided by GOG on Linux!",
"notes": "- Using TR2X open source engine",
"name": "Tomb Raider II",
"year": 1997,
"steamid": 225300,
"gogslug": "tomb_raider_123",
"humblestoreid": "",
"runner": "linux",
"slug": "tomb-raider-ii-gog-trx2",
"installer_slug": "tomb-raider-ii-gog-trx2",
"script": {
"files": [
{
"engine": "https://github.com/LostArtefacts/TRX/releases/download/tr2-0.9/TR2X-0.9-Linux.zip"
},
{
"gogsetup": "N/A:Select the Windows installer file in exe format downloaded from your GOG account"
}
],
"game": {
"exe": "$GAMEDIR/TR2X"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "gogsetup",
"format": "gog"
}
},
{
"extract": {
"dst": "$GAMEDIR",
"src": "engine"
}
},
{
"execute": {
"command": "unset LD_LIBRARY_PATH; cd \"$GAMEDIR/music\"; for i in *.ogg; do filename=$(basename $i .ogg); ffmpeg -i $i $filename.flac; done;"
}
}
]
}
}