files:
- setup:
filename: Battle.net-Setup.exe
url: https://www.battle.net/download/getInstallerForGame?os=win&version=LIVE&gameProgram=BATTLENET_APP
game:
arch: win64
exe: drive_c/Program Files (x86)/Battle.net/Battle.net Launcher.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Creating 64bit Wine prefix.
name: create_prefix
prefix: $GAMEDIR
- task:
app: arial
arch: win64
description: Installing Arial font
name: winetricks
prefix: $GAMEDIR
- task:
app: fontsmooth=rgb
arch: win64
description: Setting fontsmooth=rbg
name: winetricks
prefix: $GAMEDIR
- task:
arch: win64
description: Setting Windows 10 mode for Wine
key: Version
name: set_regedit
path: HKEY_CURRENT_USER\Software\Wine
prefix: $GAMEDIR
value: win10
- write_json:
data:
Client:
GameLaunchWindowBehavior: '2'
HardwareAcceleration: 'false'
Sound:
Enabled: 'false'
Streaming:
StreamingEnabled: 'false'
description: Disabling Sound/Hardware Acceleration/Streaming in Blizzard App
file: $GAMEDIR/drive_c/users/$USER/Application Data/Battle.net/Battle.net.config
- task:
arch: win64
description: 'Installing Blizzard App
------------------------------
Do not try to log into Battle.net. Lutris will automatically close the login
window. After Lutris installer is finished, you can start Blizzard App with
"Launch the game", and install / locate your Blizzard game.'
exclude_processes: Battle.net.exe Agent.exe "Battle.net Helper.exe"
executable: setup
name: wineexec
- task:
name: winekill
prefix: $GAMEDIR
description: null
game_slug: call-of-duty-warzone
gogslug: ''
humblestoreid: ''
installer_slug: call-of-duty-warzone-001
name: 'Call of Duty: Warzone'
notes: ''
runner: wine
script:
files:
- setup:
filename: Battle.net-Setup.exe
url: https://www.battle.net/download/getInstallerForGame?os=win&version=LIVE&gameProgram=BATTLENET_APP
game:
arch: win64
exe: drive_c/Program Files (x86)/Battle.net/Battle.net Launcher.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Creating 64bit Wine prefix.
name: create_prefix
prefix: $GAMEDIR
- task:
app: arial
arch: win64
description: Installing Arial font
name: winetricks
prefix: $GAMEDIR
- task:
app: fontsmooth=rgb
arch: win64
description: Setting fontsmooth=rbg
name: winetricks
prefix: $GAMEDIR
- task:
arch: win64
description: Setting Windows 10 mode for Wine
key: Version
name: set_regedit
path: HKEY_CURRENT_USER\Software\Wine
prefix: $GAMEDIR
value: win10
- write_json:
data:
Client:
GameLaunchWindowBehavior: '2'
HardwareAcceleration: 'false'
Sound:
Enabled: 'false'
Streaming:
StreamingEnabled: 'false'
description: Disabling Sound/Hardware Acceleration/Streaming in Blizzard App
file: $GAMEDIR/drive_c/users/$USER/Application Data/Battle.net/Battle.net.config
- task:
arch: win64
description: 'Installing Blizzard App
------------------------------
Do not try to log into Battle.net. Lutris will automatically close the login
window. After Lutris installer is finished, you can start Blizzard App with
"Launch the game", and install / locate your Blizzard game.'
exclude_processes: Battle.net.exe Agent.exe "Battle.net Helper.exe"
executable: setup
name: wineexec
- task:
name: winekill
prefix: $GAMEDIR
slug: call-of-duty-warzone-001
steamid: null
version: 0.0.1
year: 2020
{
"game_slug": "call-of-duty-warzone",
"version": "0.0.1",
"description": null,
"notes": "",
"name": "Call of Duty: Warzone",
"year": 2020,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "call-of-duty-warzone-001",
"installer_slug": "call-of-duty-warzone-001",
"script": {
"files": [
{
"setup": {
"filename": "Battle.net-Setup.exe",
"url": "https://www.battle.net/download/getInstallerForGame?os=win&version=LIVE&gameProgram=BATTLENET_APP"
}
}
],
"game": {
"arch": "win64",
"exe": "drive_c/Program Files (x86)/Battle.net/Battle.net Launcher.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win64",
"description": "Creating 64bit Wine prefix.",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"app": "arial",
"arch": "win64",
"description": "Installing Arial font",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"app": "fontsmooth=rgb",
"arch": "win64",
"description": "Setting fontsmooth=rbg",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"arch": "win64",
"description": "Setting Windows 10 mode for Wine",
"key": "Version",
"name": "set_regedit",
"path": "HKEY_CURRENT_USER\\Software\\Wine",
"prefix": "$GAMEDIR",
"value": "win10"
}
},
{
"write_json": {
"data": {
"Client": {
"GameLaunchWindowBehavior": "2",
"HardwareAcceleration": "false",
"Sound": {
"Enabled": "false"
},
"Streaming": {
"StreamingEnabled": "false"
}
}
},
"description": "Disabling Sound/Hardware Acceleration/Streaming in Blizzard App",
"file": "$GAMEDIR/drive_c/users/$USER/Application Data/Battle.net/Battle.net.config"
}
},
{
"task": {
"arch": "win64",
"description": "Installing Blizzard App\n------------------------------\nDo not try to log into Battle.net. Lutris will automatically close the login window. After Lutris installer is finished, you can start Blizzard App with \"Launch the game\", and install / locate your Blizzard game.",
"exclude_processes": "Battle.net.exe Agent.exe \"Battle.net Helper.exe\"",
"executable": "setup",
"name": "wineexec"
}
},
{
"task": {
"name": "winekill",
"prefix": "$GAMEDIR"
}
}
]
}
}