Installer heroes-of-the-storm-standard
files: - cache-updater: https://lutris.nyc3.cdn.digitaloceanspaces.com/games/overwatch/state-cache-update.sh - setup: filename: setup.exe url: https://www.battle.net/download/getInstallerForGame?os=win&version=LIVE&gameProgram=BATTLENET_APP - dxvkcache: https://lutris.nyc3.cdn.digitaloceanspaces.com/games/overwatch/Overwatch.tar.xz game: arch: win64 exe: drive_c/Program Files (x86)/Battle.net/Battle.net.exe prefix: $GAMEDIR installer: - task: arch: win64 description: Creating 64bit Wine prefix. name: create_prefix prefix: $GAMEDIR - extract: description: Extracting DXVK state cache dst: $GAMEDIR file: dxvkcache - write_file: content: '#!/bin/bash date="$(wget --server-response --spider https://lutris.nyc3.cdn.digitaloceanspaces.com/games/overwatch/Overwatch.tar.xz 2>&1 | sed -n "s/ Last-Modified: //p")" date="$(date -d "$date" +%s)" echo "$date" > ./state-cache-merge/.state-cache-timestamp' file: $GAMEDIR/timestamp.sh - write_file: content: 'dxgi.nvapiHack = False [Overwatch.exe] dxvk.hud = compiler' file: $GAMEDIR/dxvk.conf - merge: dst: $GAMEDIR/state-cache-merge src: cache-updater - chmodx: $GAMEDIR/state-cache-merge/state-cache-update.sh - chmodx: $GAMEDIR/timestamp.sh - execute: file: $GAMEDIR/timestamp.sh - move: dst: $CACHE src: $GAMEDIR/timestamp.sh - task: app: arial arch: win64 description: Installing Arial font... name: winetricks prefix: $GAMEDIR silent: true - task: name: winekill prefix: $GAMEDIR - write_json: data: Client: GameLaunchWindowBehavior: '2' GameSearch: BackgroundSearch: 'true' HardwareAcceleration: 'false' Sound: Enabled: 'false' Streaming: StreamingEnabled: 'false' description: Writing a Battle.Net config file file: $GAMEDIR/drive_c/users/$USER/Application Data/Battle.net/Battle.net.config - write_config: description: Enabling Borderless Windowed mode file: $GAMEDIR/drive_c/users/$USER/Documents/Overwatch/Settings/Settings_v0.ini key: WindowMode section: Render.13 value: '"1"' - write_config: description: Switching to WEBM format for saving Highlights file: $GAMEDIR/drive_c/users/$USER/Documents/Overwatch/Settings/Settings_v0.ini key: Type section: MovieExport.1 value: '"1"' - write_config: description: Disabling hardware acceleration for saving Highlights file: $GAMEDIR/drive_c/users/$USER/Documents/Overwatch/Settings/Settings_v0.ini key: UseHardware section: MovieExport.1 value: '"0"' - write_file: content: hasseennewcinematic=True description: Adding a startup workaround for Hearthstone file: $GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Blizzard/Hearthstone/options.txt - task: arch: win64 description: 'Wine Staging: Enabling DXVA2' key: backend name: set_regedit path: HKEY_CURRENT_USER\Software\Wine\DXVA2 prefix: $GAMEDIR value: va - task: name: winekill prefix: $GAMEDIR - task: arch: win64 description: 'Installing Blizzard App. An installer will open. ------------------------------ To progress, manually continue installation in that window.' exclude_processes: Battle.net.exe Agent.exe "Battle.net Helper.exe" wineconsole explorer.exe conhost.exe svchost.exe executable: setup name: wineexec - task: name: winekill prefix: $GAMEDIR system: env: DXVK_STATE_CACHE_PATH: $GAMEDIR STAGING_SHARED_MEMORY: 1 __GL_DXVK_OPTIMIZATIONS: 1 __GL_SHADER_DISK_CACHE: 1 __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR exclude_processes: Agent.exe "Battle.net Helper.exe" manual_command: $GAMEDIR/state-cache-merge/state-cache-update.sh
description: '' game_slug: heroes-of-the-storm gogslug: '' humblestoreid: '' installer_slug: heroes-of-the-storm-standard name: Heroes of the Storm notes: "**CONFIGURE AND INSTALL THE DEPENDENCIES FIRST**\r\nInstructions for Vulkan\ \ support: https://github.com/lutris/lutris/wiki/Installing-drivers\r\nInstructions\ \ for proper functionality of Battle.Net (+ common problems) https://github.com/lutris/lutris/wiki/Game:-Blizzard-App\r\ \n**IMPORTANT NOTES**\r\n- The installer provides a pre-generated DXVK state cache\ \ to provide stutter-free experience. As a result, it will cause a temporary performance\ \ hit while the shaders are being compiled. The FPS will rise back up after it has\ \ finished." runner: wine script: files: - cache-updater: https://lutris.nyc3.cdn.digitaloceanspaces.com/games/overwatch/state-cache-update.sh - setup: filename: setup.exe url: https://www.battle.net/download/getInstallerForGame?os=win&version=LIVE&gameProgram=BATTLENET_APP - dxvkcache: https://lutris.nyc3.cdn.digitaloceanspaces.com/games/overwatch/Overwatch.tar.xz game: arch: win64 exe: drive_c/Program Files (x86)/Battle.net/Battle.net.exe prefix: $GAMEDIR installer: - task: arch: win64 description: Creating 64bit Wine prefix. name: create_prefix prefix: $GAMEDIR - extract: description: Extracting DXVK state cache dst: $GAMEDIR file: dxvkcache - write_file: content: '#!/bin/bash date="$(wget --server-response --spider https://lutris.nyc3.cdn.digitaloceanspaces.com/games/overwatch/Overwatch.tar.xz 2>&1 | sed -n "s/ Last-Modified: //p")" date="$(date -d "$date" +%s)" echo "$date" > ./state-cache-merge/.state-cache-timestamp' file: $GAMEDIR/timestamp.sh - write_file: content: 'dxgi.nvapiHack = False [Overwatch.exe] dxvk.hud = compiler' file: $GAMEDIR/dxvk.conf - merge: dst: $GAMEDIR/state-cache-merge src: cache-updater - chmodx: $GAMEDIR/state-cache-merge/state-cache-update.sh - chmodx: $GAMEDIR/timestamp.sh - execute: file: $GAMEDIR/timestamp.sh - move: dst: $CACHE src: $GAMEDIR/timestamp.sh - task: app: arial arch: win64 description: Installing Arial font... name: winetricks prefix: $GAMEDIR silent: true - task: name: winekill prefix: $GAMEDIR - write_json: data: Client: GameLaunchWindowBehavior: '2' GameSearch: BackgroundSearch: 'true' HardwareAcceleration: 'false' Sound: Enabled: 'false' Streaming: StreamingEnabled: 'false' description: Writing a Battle.Net config file file: $GAMEDIR/drive_c/users/$USER/Application Data/Battle.net/Battle.net.config - write_config: description: Enabling Borderless Windowed mode file: $GAMEDIR/drive_c/users/$USER/Documents/Overwatch/Settings/Settings_v0.ini key: WindowMode section: Render.13 value: '"1"' - write_config: description: Switching to WEBM format for saving Highlights file: $GAMEDIR/drive_c/users/$USER/Documents/Overwatch/Settings/Settings_v0.ini key: Type section: MovieExport.1 value: '"1"' - write_config: description: Disabling hardware acceleration for saving Highlights file: $GAMEDIR/drive_c/users/$USER/Documents/Overwatch/Settings/Settings_v0.ini key: UseHardware section: MovieExport.1 value: '"0"' - write_file: content: hasseennewcinematic=True description: Adding a startup workaround for Hearthstone file: $GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Blizzard/Hearthstone/options.txt - task: arch: win64 description: 'Wine Staging: Enabling DXVA2' key: backend name: set_regedit path: HKEY_CURRENT_USER\Software\Wine\DXVA2 prefix: $GAMEDIR value: va - task: name: winekill prefix: $GAMEDIR - task: arch: win64 description: 'Installing Blizzard App. An installer will open. ------------------------------ To progress, manually continue installation in that window.' exclude_processes: Battle.net.exe Agent.exe "Battle.net Helper.exe" wineconsole explorer.exe conhost.exe svchost.exe executable: setup name: wineexec - task: name: winekill prefix: $GAMEDIR system: env: DXVK_STATE_CACHE_PATH: $GAMEDIR STAGING_SHARED_MEMORY: 1 __GL_DXVK_OPTIMIZATIONS: 1 __GL_SHADER_DISK_CACHE: 1 __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR exclude_processes: Agent.exe "Battle.net Helper.exe" manual_command: $GAMEDIR/state-cache-merge/state-cache-update.sh slug: heroes-of-the-storm-standard steamid: null version: Standard year: 2015
{ "game_slug": "heroes-of-the-storm", "version": "Standard", "description": "", "notes": "**CONFIGURE AND INSTALL THE DEPENDENCIES FIRST**\r\nInstructions for Vulkan support: https://github.com/lutris/lutris/wiki/Installing-drivers\r\nInstructions for proper functionality of Battle.Net (+ common problems) https://github.com/lutris/lutris/wiki/Game:-Blizzard-App\r\n**IMPORTANT NOTES**\r\n- The installer provides a pre-generated DXVK state cache to provide stutter-free experience. As a result, it will cause a temporary performance hit while the shaders are being compiled. The FPS will rise back up after it has finished.", "name": "Heroes of the Storm", "year": 2015, "steamid": null, "gogslug": "", "humblestoreid": "", "runner": "wine", "slug": "heroes-of-the-storm-standard", "installer_slug": "heroes-of-the-storm-standard", "script": { "files": [ { "cache-updater": "https://lutris.nyc3.cdn.digitaloceanspaces.com/games/overwatch/state-cache-update.sh" }, { "setup": { "filename": "setup.exe", "url": "https://www.battle.net/download/getInstallerForGame?os=win&version=LIVE&gameProgram=BATTLENET_APP" } }, { "dxvkcache": "https://lutris.nyc3.cdn.digitaloceanspaces.com/games/overwatch/Overwatch.tar.xz" } ], "game": { "arch": "win64", "exe": "drive_c/Program Files (x86)/Battle.net/Battle.net.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "description": "Creating 64bit Wine prefix.", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "extract": { "description": "Extracting DXVK state cache", "dst": "$GAMEDIR", "file": "dxvkcache" } }, { "write_file": { "content": "#!/bin/bash\ndate=\"$(wget --server-response --spider https://lutris.nyc3.cdn.digitaloceanspaces.com/games/overwatch/Overwatch.tar.xz 2>&1 | sed -n \"s/ Last-Modified: //p\")\"\ndate=\"$(date -d \"$date\" +%s)\"\necho \"$date\" > ./state-cache-merge/.state-cache-timestamp", "file": "$GAMEDIR/timestamp.sh" } }, { "write_file": { "content": "dxgi.nvapiHack = False\n[Overwatch.exe]\ndxvk.hud = compiler", "file": "$GAMEDIR/dxvk.conf" } }, { "merge": { "dst": "$GAMEDIR/state-cache-merge", "src": "cache-updater" } }, { "chmodx": "$GAMEDIR/state-cache-merge/state-cache-update.sh" }, { "chmodx": "$GAMEDIR/timestamp.sh" }, { "execute": { "file": "$GAMEDIR/timestamp.sh" } }, { "move": { "dst": "$CACHE", "src": "$GAMEDIR/timestamp.sh" } }, { "task": { "app": "arial", "arch": "win64", "description": "Installing Arial font...", "name": "winetricks", "prefix": "$GAMEDIR", "silent": true } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } }, { "write_json": { "data": { "Client": { "GameLaunchWindowBehavior": "2", "GameSearch": { "BackgroundSearch": "true" }, "HardwareAcceleration": "false", "Sound": { "Enabled": "false" }, "Streaming": { "StreamingEnabled": "false" } } }, "description": "Writing a Battle.Net config file", "file": "$GAMEDIR/drive_c/users/$USER/Application Data/Battle.net/Battle.net.config" } }, { "write_config": { "description": "Enabling Borderless Windowed mode", "file": "$GAMEDIR/drive_c/users/$USER/Documents/Overwatch/Settings/Settings_v0.ini", "key": "WindowMode", "section": "Render.13", "value": "\"1\"" } }, { "write_config": { "description": "Switching to WEBM format for saving Highlights", "file": "$GAMEDIR/drive_c/users/$USER/Documents/Overwatch/Settings/Settings_v0.ini", "key": "Type", "section": "MovieExport.1", "value": "\"1\"" } }, { "write_config": { "description": "Disabling hardware acceleration for saving Highlights", "file": "$GAMEDIR/drive_c/users/$USER/Documents/Overwatch/Settings/Settings_v0.ini", "key": "UseHardware", "section": "MovieExport.1", "value": "\"0\"" } }, { "write_file": { "content": "hasseennewcinematic=True", "description": "Adding a startup workaround for Hearthstone", "file": "$GAMEDIR/drive_c/users/$USER/Local Settings/Application Data/Blizzard/Hearthstone/options.txt" } }, { "task": { "arch": "win64", "description": "Wine Staging: Enabling DXVA2", "key": "backend", "name": "set_regedit", "path": "HKEY_CURRENT_USER\\Software\\Wine\\DXVA2", "prefix": "$GAMEDIR", "value": "va" } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win64", "description": "Installing Blizzard App. An installer will open.\n------------------------------\nTo progress, manually continue installation in that window.", "exclude_processes": "Battle.net.exe Agent.exe \"Battle.net Helper.exe\" wineconsole explorer.exe conhost.exe svchost.exe", "executable": "setup", "name": "wineexec" } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } } ], "system": { "env": { "DXVK_STATE_CACHE_PATH": "$GAMEDIR", "STAGING_SHARED_MEMORY": 1, "__GL_DXVK_OPTIMIZATIONS": 1, "__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR" }, "exclude_processes": "Agent.exe \"Battle.net Helper.exe\"", "manual_command": "$GAMEDIR/state-cache-merge/state-cache-update.sh" } } }