game:
game_id: tlj
path: $GAMEDIR
installer:
- insert-disc:
description: Please insert disc
requires: SETUP.EXE
- task:
executable: $DISC/SETUP.EXE
name: wine.wineexec
prefix: $CACHE/prefix
- merge:
dst: $GAMEDIR
src: $CACHE/prefix/drive_c/Program Files (x86)/Funcom/The Longest Journey
description: ''
game_slug: the-longest-journey
gogslug: the_longest_journey
humblestoreid: ''
installer_slug: the-longest-journey-dvd
name: The Longest Journey
notes: Disc is only needed for install. Do not change the default install path when
the installer runs.
runner: scummvm
script:
game:
game_id: tlj
path: $GAMEDIR
installer:
- insert-disc:
description: Please insert disc
requires: SETUP.EXE
- task:
executable: $DISC/SETUP.EXE
name: wine.wineexec
prefix: $CACHE/prefix
- merge:
dst: $GAMEDIR
src: $CACHE/prefix/drive_c/Program Files (x86)/Funcom/The Longest Journey
slug: the-longest-journey-dvd
steamid: 6310
version: DVD
year: 1999
{
"game_slug": "the-longest-journey",
"version": "DVD",
"description": "",
"notes": "Disc is only needed for install. Do not change the default install path when the installer runs.",
"name": "The Longest Journey",
"year": 1999,
"steamid": 6310,
"gogslug": "the_longest_journey",
"humblestoreid": "",
"runner": "scummvm",
"slug": "the-longest-journey-dvd",
"installer_slug": "the-longest-journey-dvd",
"script": {
"game": {
"game_id": "tlj",
"path": "$GAMEDIR"
},
"installer": [
{
"insert-disc": {
"description": "Please insert disc",
"requires": "SETUP.EXE"
}
},
{
"task": {
"executable": "$DISC/SETUP.EXE",
"name": "wine.wineexec",
"prefix": "$CACHE/prefix"
}
},
{
"merge": {
"dst": "$GAMEDIR",
"src": "$CACHE/prefix/drive_c/Program Files (x86)/Funcom/The Longest Journey"
}
}
]
}
}