Installer return-to-castle-wolfenstein-steamnative-iortcw
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: - gamedata: $STEAM:9010:/ - iortcw: https://github.com/iortcw/iortcw/releases/download/1.51c/iortcw-1.51c-linux-x86_64.zip game: exe: iowolfsp.x86_64 installer: - merge: dst: $GAMEDIR src: gamedata - move: dst: $GAMEDIR/main src: $GAMEDIR/Main - extract: dst: $GAMEDIR file: iortcw
{ "files": [ { "gamedata": "$STEAM:9010:/" }, { "iortcw": "https://github.com/iortcw/iortcw/releases/download/1.51c/iortcw-1.51c-linux-x86_64.zip" } ], "game": { "exe": "iowolfsp.x86_64" }, "installer": [ { "merge": { "dst": "$GAMEDIR", "src": "gamedata" } }, { "move": { "dst": "$GAMEDIR/main", "src": "$GAMEDIR/Main" } }, { "extract": { "dst": "$GAMEDIR", "file": "iortcw" } } ] }