files:
- tfe: https://github.com/luciusDXL/TheForceEngine/releases/download/v1.10.000/TheForceEngine-v1.10.000.zip
- steam-data: $STEAM:32400:DosBox
game:
appid: 32400
installer:
- extract:
dst: $CACHE
file: tfe
- execute:
command: mv $CACHE/TheForceEngine.exe $CACHE/dosbox.exe
- merge:
dst: steam-data
src: $CACHE
description: Installs The Force Engine mod to the Steam version of Dark Forces.
game_slug: star-wars-dark-forces
gogslug: star_wars_dark_forces
humblestoreid: ''
installer_slug: star-wars-dark-forces-tfe-110
name: 'Star Wars: Dark Forces'
notes: You must connect your Steam account to Lutris before running this script. If
the game is already installed just select "install again".
runner: steam
script:
files:
- tfe: https://github.com/luciusDXL/TheForceEngine/releases/download/v1.10.000/TheForceEngine-v1.10.000.zip
- steam-data: $STEAM:32400:DosBox
game:
appid: 32400
installer:
- extract:
dst: $CACHE
file: tfe
- execute:
command: mv $CACHE/TheForceEngine.exe $CACHE/dosbox.exe
- merge:
dst: steam-data
src: $CACHE
slug: star-wars-dark-forces-tfe-110
steamid: 32400
version: TFE 1.10
year: 1995
{
"game_slug": "star-wars-dark-forces",
"version": "TFE 1.10",
"description": "Installs The Force Engine mod to the Steam version of Dark Forces.",
"notes": "You must connect your Steam account to Lutris before running this script. If the game is already installed just select \"install again\".",
"name": "Star Wars: Dark Forces",
"year": 1995,
"steamid": 32400,
"gogslug": "star_wars_dark_forces",
"humblestoreid": "",
"runner": "steam",
"slug": "star-wars-dark-forces-tfe-110",
"installer_slug": "star-wars-dark-forces-tfe-110",
"script": {
"files": [
{
"tfe": "https://github.com/luciusDXL/TheForceEngine/releases/download/v1.10.000/TheForceEngine-v1.10.000.zip"
},
{
"steam-data": "$STEAM:32400:DosBox"
}
],
"game": {
"appid": 32400
},
"installer": [
{
"extract": {
"dst": "$CACHE",
"file": "tfe"
}
},
{
"execute": {
"command": "mv $CACHE/TheForceEngine.exe $CACHE/dosbox.exe"
}
},
{
"merge": {
"dst": "steam-data",
"src": "$CACHE"
}
}
]
}
}