Installer broken-ranks-installer
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: - installer: https://eu.brokenranks.com/BrokenRanksInstaller.exe game: arch: win64 exe: $GAMEDIR/drive_c/Whitemoon/BrokenRanks/launcher/BrokenRanksLauncher.exe prefix: $GAMEDIR installer: - task: arch: win64 description: Creating wine prefix... (1/3) name: create_prefix prefix: $GAMEDIR - task: app: dotnet40 description: Installing .NET Framework 4.0...(2/3) name: winetricks silent: false - task: arch: win64 description: Installing game files...(3/3) executable: installer name: wineexec prefix: $GAMEDIR
{ "files": [ { "installer": "https://eu.brokenranks.com/BrokenRanksInstaller.exe" } ], "game": { "arch": "win64", "exe": "$GAMEDIR/drive_c/Whitemoon/BrokenRanks/launcher/BrokenRanksLauncher.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "description": "Creating wine prefix... (1/3)", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "dotnet40", "description": "Installing .NET Framework 4.0...(2/3)", "name": "winetricks", "silent": false } }, { "task": { "arch": "win64", "description": "Installing game files...(3/3)", "executable": "installer", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }