Installer tomb-raider-ii-steam
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - regpatch: filename: tr2.reg url: https://pastebin.com/raw/pTLmxe6H game: appid: 225300 arch: win32 prefix: $GAMEDIR/prefix installer: - task: arch: win32 name: create_prefix prefix: $GAMEDIR/prefix - task: arch: win32 filename: regpatch name: set_regedit_file prefix: $GAMEDIR/prefix
{ "files": [ { "regpatch": { "url": "https://pastebin.com/raw/pTLmxe6H", "filename": "tr2.reg" } } ], "installer": [ { "task": { "prefix": "$GAMEDIR/prefix", "arch": "win32", "name": "create_prefix" } }, { "task": { "prefix": "$GAMEDIR/prefix", "filename": "regpatch", "arch": "win32", "name": "set_regedit_file" } } ], "game": { "prefix": "$GAMEDIR/prefix", "arch": "win32", "appid": 225300 } }