files:
- client: https://web-cdn.funcom.com/downloads/swl/SecretWorldLegendsMin.exe
game:
arch: win64
exe: drive_c/Program Files (x86)/Funcom/Secret World Legends/SecretWorldLegends.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- task:
app: d3dcompiler_43 d3dx9_43 d3dx11_43 dxvk vcrun2015 win10
arch: win64
name: winetricks
prefix: $GAMEDIR
- task:
arch: win64
args: /S
description: Installing client
executable: client
name: wineexec
prefix: $GAMEDIR
system:
env:
DXVK_HUD: '0'
wine:
overrides:
nvapi,nvapi64: disabled
description: Uses installer from https://www.secretworldlegends.com/
game_slug: secret-world-legends
gogslug: ''
humblestoreid: ''
installer_slug: secret-world-legends-online-installer
name: Secret World Legends
notes: The launcher menu will not render buttons, but they can still be pressed to
start the game.
runner: wine
script:
files:
- client: https://web-cdn.funcom.com/downloads/swl/SecretWorldLegendsMin.exe
game:
arch: win64
exe: drive_c/Program Files (x86)/Funcom/Secret World Legends/SecretWorldLegends.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- task:
app: d3dcompiler_43 d3dx9_43 d3dx11_43 dxvk vcrun2015 win10
arch: win64
name: winetricks
prefix: $GAMEDIR
- task:
arch: win64
args: /S
description: Installing client
executable: client
name: wineexec
prefix: $GAMEDIR
system:
env:
DXVK_HUD: '0'
wine:
overrides:
nvapi,nvapi64: disabled
slug: secret-world-legends-online-installer
steamid: 215280
version: Online installer
year: 2017
{
"game_slug": "secret-world-legends",
"version": "Online installer",
"description": "Uses installer from https://www.secretworldlegends.com/",
"notes": "The launcher menu will not render buttons, but they can still be pressed to start the game.",
"name": "Secret World Legends",
"year": 2017,
"steamid": 215280,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "secret-world-legends-online-installer",
"installer_slug": "secret-world-legends-online-installer",
"script": {
"files": [
{
"client": "https://web-cdn.funcom.com/downloads/swl/SecretWorldLegendsMin.exe"
}
],
"game": {
"arch": "win64",
"exe": "drive_c/Program Files (x86)/Funcom/Secret World Legends/SecretWorldLegends.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win64",
"description": "Creating Wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"app": "d3dcompiler_43 d3dx9_43 d3dx11_43 dxvk vcrun2015 win10",
"arch": "win64",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"arch": "win64",
"args": "/S",
"description": "Installing client",
"executable": "client",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
],
"system": {
"env": {
"DXVK_HUD": "0"
}
},
"wine": {
"overrides": {
"nvapi,nvapi64": "disabled"
}
}
}
}