Installer wolfenstein-enemy-territory-latest
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.
exe: etl files: - et260: http://trackbase.eu/files/et/full/et260b.x86_full.zip - etlegacy: filename: etlegacy-i386.sh url: https://www.etlegacy.com/download/file/408 installer: - extract: dst: $GAMEDIR file: et260 - execute: args: --target $GAMEDIR --noexec --keep --nox11 file: $GAMEDIR/et260b.x86_keygen_V03.run - chmodx: etlegacy - execute: args: --prefix=$GAMEDIR --skip-license file: etlegacy
{ "exe": "etl", "files": [ { "et260": "http://trackbase.eu/files/et/full/et260b.x86_full.zip" }, { "etlegacy": { "filename": "etlegacy-i386.sh", "url": "https://www.etlegacy.com/download/file/408" } } ], "installer": [ { "extract": { "dst": "$GAMEDIR", "file": "et260" } }, { "execute": { "args": "--target $GAMEDIR --noexec --keep --nox11", "file": "$GAMEDIR/et260b.x86_keygen_V03.run" } }, { "chmodx": "etlegacy" }, { "execute": { "args": "--prefix=$GAMEDIR --skip-license", "file": "etlegacy" } } ] }