Installer warhammer-online-return-of-re-launcher
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: - rorlauncher: http://launcher.returnofreckoning.com/RoRLauncher.exe game: exe: drive_c/Return_of_Reckoning/RoRLauncher.exe prefix: $GAMEDIR installer: - task: arch: win64 install_gecko: false install_mono: false name: create_prefix prefix: $GAMEDIR - copy: dst: $GAMEDIR/drive_c/Return_of_Reckoning src: rorlauncher - task: app: dotnet40 d3dx9_34 name: winetricks prefix: $GAMEDIR - write_config: file: $GAMEDIR/drive_c/Return_of_Reckoning/dxvk.conf key: d3d9.shaderModel section: RoRLauncher.exe value: 1 - task: arch: win64 key: background name: set_regedit path: HKEY_CURRENT_USER\Control Panel\Colors\ prefix: $GAMEDIR type: REG_SZ value: 0 0 0 wine: dxvk: true esync: true fsync: true version: lutris-fshack-7.2-x86_64
{ "files": [ { "rorlauncher": "http://launcher.returnofreckoning.com/RoRLauncher.exe" } ], "game": { "exe": "drive_c/Return_of_Reckoning/RoRLauncher.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "install_gecko": false, "install_mono": false, "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "copy": { "dst": "$GAMEDIR/drive_c/Return_of_Reckoning", "src": "rorlauncher" } }, { "task": { "app": "dotnet40 d3dx9_34", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "write_config": { "file": "$GAMEDIR/drive_c/Return_of_Reckoning/dxvk.conf", "key": "d3d9.shaderModel", "section": "RoRLauncher.exe", "value": 1 } }, { "task": { "arch": "win64", "key": "background", "name": "set_regedit", "path": "HKEY_CURRENT_USER\\Control Panel\\Colors\\", "prefix": "$GAMEDIR", "type": "REG_SZ", "value": "0 0 0" } } ], "wine": { "dxvk": true, "esync": true, "fsync": true, "version": "lutris-fshack-7.2-x86_64" } }