game:
exe: drive_c/Games/NOLF/NOLF.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
requires: data1.hdr
- task:
app: dsound
description: Installing dsound
name: winetricks
prefix: $GAMEDIR
silent: true
- task:
app: dmusic
description: Installing dmusic
name: winetricks
prefix: $GAMEDIR
silent: true
- task:
app: directx9
description: Installing DirectX 9
name: winetricks
prefix: $GAMEDIR
silent: true
- task:
executable: $DISC/Setup.exe
name: wineexec
prefix: $GAMEDIR
description: ''
game_slug: no-one-lives-forever
gogslug: ''
humblestoreid: ''
installer_slug: no-one-lives-forever-cd
name: No One Lives Forever
notes: ''
runner: wine
script:
game:
exe: drive_c/Games/NOLF/NOLF.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
requires: data1.hdr
- task:
app: dsound
description: Installing dsound
name: winetricks
prefix: $GAMEDIR
silent: true
- task:
app: dmusic
description: Installing dmusic
name: winetricks
prefix: $GAMEDIR
silent: true
- task:
app: directx9
description: Installing DirectX 9
name: winetricks
prefix: $GAMEDIR
silent: true
- task:
executable: $DISC/Setup.exe
name: wineexec
prefix: $GAMEDIR
slug: no-one-lives-forever-cd
steamid: null
version: CD
year: 2000
{
"game_slug": "no-one-lives-forever",
"version": "CD",
"description": "",
"notes": "",
"name": "No One Lives Forever",
"year": 2000,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "no-one-lives-forever-cd",
"installer_slug": "no-one-lives-forever-cd",
"script": {
"game": {
"exe": "drive_c/Games/NOLF/NOLF.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win32",
"description": "Creating Wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"insert-disc": {
"requires": "data1.hdr"
}
},
{
"task": {
"app": "dsound",
"description": "Installing dsound",
"name": "winetricks",
"prefix": "$GAMEDIR",
"silent": true
}
},
{
"task": {
"app": "dmusic",
"description": "Installing dmusic",
"name": "winetricks",
"prefix": "$GAMEDIR",
"silent": true
}
},
{
"task": {
"app": "directx9",
"description": "Installing DirectX 9",
"name": "winetricks",
"prefix": "$GAMEDIR",
"silent": true
}
},
{
"task": {
"executable": "$DISC/Setup.exe",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}