game:
config_file: $GAMEDIR/dosbox.ini
installer:
- insert-disc: null
requires: install.exe
- copy:
dst: $GAMEDIR
src: $DISC
- execute:
command: chmod +w $GAMEDIR/*
- write_file:
content: '[autoexec]
mount d $GAMEDIR -t cdrom -usecd 0 -ioctl
[cpu] cycles = max '
file: $GAMEDIR/dosbox.ini
- task:
description: Configuring...
executable: $GAMEDIR/install.exe
name: dosexec
main_file: $GAMEDIR/bwing.exe
description: Install for DOS from retail CD
game_slug: star-warstm-x-wing-special-edition
gogslug: star_wars_xwing_special_edition
humblestoreid: ''
installer_slug: star-wars-x-wing-collectors-c-cd
name: "STAR WARS\xAE: X-Wing Collector's CD (1994)"
notes: ''
runner: dosbox
script:
game:
config_file: $GAMEDIR/dosbox.ini
installer:
- insert-disc: null
requires: install.exe
- copy:
dst: $GAMEDIR
src: $DISC
- execute:
command: chmod +w $GAMEDIR/*
- write_file:
content: '[autoexec]
mount d $GAMEDIR -t cdrom -usecd 0 -ioctl
[cpu] cycles = max '
file: $GAMEDIR/dosbox.ini
- task:
description: Configuring...
executable: $GAMEDIR/install.exe
name: dosexec
main_file: $GAMEDIR/bwing.exe
slug: star-wars-x-wing-collectors-c-cd
steamid: 354430
version: CD
year: 1994
{
"game_slug": "star-warstm-x-wing-special-edition",
"version": "CD",
"description": "Install for DOS from retail CD",
"notes": "",
"name": "STAR WARS\u00ae: X-Wing Collector's CD (1994)",
"year": 1994,
"steamid": 354430,
"gogslug": "star_wars_xwing_special_edition",
"humblestoreid": "",
"runner": "dosbox",
"slug": "star-wars-x-wing-collectors-c-cd",
"installer_slug": "star-wars-x-wing-collectors-c-cd",
"script": {
"game": {
"config_file": "$GAMEDIR/dosbox.ini",
"installer": [
{
"insert-disc": null,
"requires": "install.exe"
},
{
"copy": {
"dst": "$GAMEDIR",
"src": "$DISC"
}
},
{
"execute": {
"command": "chmod +w $GAMEDIR/*"
}
},
{
"write_file": {
"content": "[autoexec]\nmount d $GAMEDIR -t cdrom -usecd 0 -ioctl\n[cpu] cycles = max ",
"file": "$GAMEDIR/dosbox.ini"
}
},
{
"task": {
"description": "Configuring...",
"executable": "$GAMEDIR/install.exe",
"name": "dosexec"
}
}
],
"main_file": "$GAMEDIR/bwing.exe"
}
}
}