Installer tribes-2-tribes-2
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: drive_c/Dynamix/Tribes2/GameData/SierraUp.exe files: - tribes_2_installer: http://xfer1.the-construct.net/tribes2/tribes2gsi.exe - tribes_next: http://www.tribesnext.com/files/TribesNext_rc2a.exe - linux_patch: https://lutris.net/files/games/tribes-2/TribesNext_RC2_LinuxVersion.zip game: prefix: $GAMEDIR installer: - task: description: Installing Tribes 2 executable: tribes_2_installer name: wineexec prefix: $GAMEDIR - task: description: Installing Tribes Next executable: tribes_next name: wineexec prefix: $GAMEDIR - extract: dst: $GAMEDIR/drive_c/Dynamix/Tribes2/GameData file: linux_patch
{ "exe": "drive_c/Dynamix/Tribes2/GameData/SierraUp.exe", "files": [ { "tribes_2_installer": "http://xfer1.the-construct.net/tribes2/tribes2gsi.exe" }, { "tribes_next": "http://www.tribesnext.com/files/TribesNext_rc2a.exe" }, { "linux_patch": "https://lutris.net/files/games/tribes-2/TribesNext_RC2_LinuxVersion.zip" } ], "game": { "prefix": "$GAMEDIR" }, "installer": [ { "task": { "description": "Installing Tribes 2", "executable": "tribes_2_installer", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "description": "Installing Tribes Next", "executable": "tribes_next", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "extract": { "dst": "$GAMEDIR/drive_c/Dynamix/Tribes2/GameData", "file": "linux_patch" } } ] }