files:
- assets: 'N/A:Please provide an archive containing Star Wars: Dark Forces game files'
game:
main_file: $GAMEDIR/dark.exe
installer:
- extract:
dst: $GAMEDIR
file: assets
description: Installs Dark Forces from an archive file obtained directly from the
original game cd.
game_slug: star-wars-dark-forces
gogslug: star_wars_dark_forces
humblestoreid: ''
installer_slug: star-wars-dark-forces-dosbox
name: 'Star Wars: Dark Forces'
notes: ''
runner: dosbox
script:
files:
- assets: 'N/A:Please provide an archive containing Star Wars: Dark Forces game
files'
game:
main_file: $GAMEDIR/dark.exe
installer:
- extract:
dst: $GAMEDIR
file: assets
slug: star-wars-dark-forces-dosbox
steamid: 32400
version: DOSBox
year: 1995
{
"game_slug": "star-wars-dark-forces",
"version": "DOSBox",
"description": "Installs Dark Forces from an archive file obtained directly from the original game cd.",
"notes": "",
"name": "Star Wars: Dark Forces",
"year": 1995,
"steamid": 32400,
"gogslug": "star_wars_dark_forces",
"humblestoreid": "",
"runner": "dosbox",
"slug": "star-wars-dark-forces-dosbox",
"installer_slug": "star-wars-dark-forces-dosbox",
"script": {
"files": [
{
"assets": "N/A:Please provide an archive containing Star Wars: Dark Forces game files"
}
],
"game": {
"main_file": "$GAMEDIR/dark.exe"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "assets"
}
}
]
}
}