game:
args: -novideo -alphatrans -horzres 640 -vertres 480
exe: drive_c/Program Files (x86)/LEGO Media/Games/LEGO Racers/LEGORacers.exe
prefix: $GAMEDIR
installer:
- insert-disc:
message: Insert disc
requires: Setup.exe
- merge:
description: Copying disc to cache
dst: $CACHE/cdrom
src: $DISC
- task:
executable: $CACHE/cdrom/Setup.exe
name: wineexec
prefix: $GAMEDIR
description: "Wine version for the retail cd version.\r\nYou will need the original\
\ game cd for this."
game_slug: lego-racers
gogslug: ''
humblestoreid: ''
installer_slug: lego-racers-retail-cd
name: Lego Racers
notes: ''
runner: wine
script:
game:
args: -novideo -alphatrans -horzres 640 -vertres 480
exe: drive_c/Program Files (x86)/LEGO Media/Games/LEGO Racers/LEGORacers.exe
prefix: $GAMEDIR
installer:
- insert-disc:
message: Insert disc
requires: Setup.exe
- merge:
description: Copying disc to cache
dst: $CACHE/cdrom
src: $DISC
- task:
executable: $CACHE/cdrom/Setup.exe
name: wineexec
prefix: $GAMEDIR
slug: lego-racers-retail-cd
steamid: null
version: Retail CD
year: 1999
{
"game_slug": "lego-racers",
"version": "Retail CD",
"description": "Wine version for the retail cd version.\r\nYou will need the original game cd for this.",
"notes": "",
"name": "Lego Racers",
"year": 1999,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "lego-racers-retail-cd",
"installer_slug": "lego-racers-retail-cd",
"script": {
"game": {
"args": "-novideo -alphatrans -horzres 640 -vertres 480",
"exe": "drive_c/Program Files (x86)/LEGO Media/Games/LEGO Racers/LEGORacers.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"insert-disc": {
"message": "Insert disc",
"requires": "Setup.exe"
}
},
{
"merge": {
"description": "Copying disc to cache",
"dst": "$CACHE/cdrom",
"src": "$DISC"
}
},
{
"task": {
"executable": "$CACHE/cdrom/Setup.exe",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}