Installer tribes-2-playt2-config
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: - PlayT2_config: https://files.playt2.com/Install/Tribes2Config_1.8.exe - updated_RubyDLL190_2: https://files.playt2.com/Linux/Lutris/msvcrt-ruby190.zip - perfCounter0: https://files.playt2.com/Linux/Lutris/SetPerfCounter.zip game: args: -online exe: $GAMEDIR/drive_c/Dynamix/Tribes2/GameData/Tribes2.exe prefix: $GAMEDIR installer: - task: description: Running Main Installer executable: PlayT2_config name: wineexec prefix: $GAMEDIR - move: description: Backup Old RubyDLL dst: $GAMEDIR/drive_c/Dynamix/Tribes2/GameData/msvcrt-ruby190.dll.bak src: $GAMEDIR/drive_c/Dynamix/Tribes2/GameData/msvcrt-ruby190.dll - extract: description: Extracting New RubyDLL dst: $GAMEDIR/drive_c/Dynamix/Tribes2/GameData/ file: updated_RubyDLL190_2 - extract: description: Extracting script to Disable HPC dst: $GAMEDIR/drive_c/Dynamix/Tribes2/GameData/base/scripts/autoexec/ file: perfCounter0 system: disable_desktop_effects: 'true' disable_screen_saver: 'true' restore_gamma: 'true' single_cpu: 'true'
{ "files": [ { "PlayT2_config": "https://files.playt2.com/Install/Tribes2Config_1.8.exe" }, { "updated_RubyDLL190_2": "https://files.playt2.com/Linux/Lutris/msvcrt-ruby190.zip" }, { "perfCounter0": "https://files.playt2.com/Linux/Lutris/SetPerfCounter.zip" } ], "game": { "args": "-online", "exe": "$GAMEDIR/drive_c/Dynamix/Tribes2/GameData/Tribes2.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "description": "Running Main Installer", "executable": "PlayT2_config", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "move": { "description": "Backup Old RubyDLL", "dst": "$GAMEDIR/drive_c/Dynamix/Tribes2/GameData/msvcrt-ruby190.dll.bak", "src": "$GAMEDIR/drive_c/Dynamix/Tribes2/GameData/msvcrt-ruby190.dll" } }, { "extract": { "description": "Extracting New RubyDLL", "dst": "$GAMEDIR/drive_c/Dynamix/Tribes2/GameData/", "file": "updated_RubyDLL190_2" } }, { "extract": { "description": "Extracting script to Disable HPC", "dst": "$GAMEDIR/drive_c/Dynamix/Tribes2/GameData/base/scripts/autoexec/", "file": "perfCounter0" } } ], "system": { "disable_desktop_effects": "true", "disable_screen_saver": "true", "restore_gamma": "true", "single_cpu": "true" } }