files:
- client: http://cdn.funcom.com/downloads/tsw/client/TheSecretWorldInstaller.exe
game:
arch: win64
exe: drive_c/Program Files (x86)/Funcom/The Secret World/ClientPatcher.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
description: ''
game_slug: the-secret-world-classic
gogslug: ''
humblestoreid: ''
installer_slug: the-secret-world-classic-online-installer
name: The Secret World (Classic)
notes: should work out of box with wine-ge-8-26
runner: wine
script:
files:
- client: http://cdn.funcom.com/downloads/tsw/client/TheSecretWorldInstaller.exe
game:
arch: win64
exe: drive_c/Program Files (x86)/Funcom/The Secret World/ClientPatcher.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
slug: the-secret-world-classic-online-installer
steamid: null
version: Online Installer
year: 2011
{
"game_slug": "the-secret-world-classic",
"version": "Online Installer",
"description": "",
"notes": "should work out of box with wine-ge-8-26",
"name": "The Secret World (Classic)",
"year": 2011,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "the-secret-world-classic-online-installer",
"installer_slug": "the-secret-world-classic-online-installer",
"script": {
"files": [
{
"client": "http://cdn.funcom.com/downloads/tsw/client/TheSecretWorldInstaller.exe"
}
],
"game": {
"arch": "win64",
"exe": "drive_c/Program Files (x86)/Funcom/The Secret World/ClientPatcher.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"
}
}
]
}
}