Installer wolfenstein-enemy-territory-etlegacy-2802-on-win
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: - etlegacyInst: filename: etlegacyInst referer: https://www.etlegacy.com/download url: https://www.etlegacy.com/download/file/408 game: arch: win64 exe: $GAMEDIR/drive_c/Program Files (x86)/Enemy Territory - Legacy/etl.exe prefix: $GAMEDIR installer: - task: arch: win64 name: create_prefix prefix: $GAMEDIR - task: arch: win64 description: Installing ET Legacy executable: etlegacyInst name: wineexec prefix: $GAMEDIR - task: arch: win64 name: winekill prefix: $GAMEDIR
{ "files": [ { "etlegacyInst": { "filename": "etlegacyInst", "referer": "https://www.etlegacy.com/download", "url": "https://www.etlegacy.com/download/file/408" } } ], "game": { "arch": "win64", "exe": "$GAMEDIR/drive_c/Program Files (x86)/Enemy Territory - Legacy/etl.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "description": "Installing ET Legacy", "executable": "etlegacyInst", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "name": "winekill", "prefix": "$GAMEDIR" } } ] }