files:
- setup: N/A:Select the GOG game installer.
game:
main_file: $GAMEDIR/dosboxREGRET_lutris.conf
installer:
- extract:
description: Extract GOG installer
dst: $GAMEDIR
file: setup
- write_file:
content: '[sdl]
fullscreen = true
fullresolution = desktop
output = openglpp
[cpu]
core=auto
cputype=auto
cycles=max
cycleup=1000
cycledown=1000
[render]
aspect = true
[autoexec]
# Lines in this section will be run at startup.
@echo off
cls
mount C "$GAMEDIR"
mount C "$GAMEDIR/cloud_saves" -t overlay
imgmount d "$GAMEDIR/game.gog" -t iso -fs iso
c:
goto launcher
:launcher
cls
ECHO ------------------------------------------
ECHO Crusader: No Regret Launcher
ECHO ------------------------------------------
ECHO 1) Crusader: No Regret
ECHO 2) Game DOS Settings
ECHO ------------------------------------------
ECHO 3) Exit
ECHO ------------------------------------------
choice /c123 /s Which program do you want to run? [1-3]: /n
if errorlevel 3 goto exit
if errorlevel 2 goto setup
if errorlevel 1 goto game
:game
cls
REGRET.EXE
goto exit
:setup
cls
install.EXE
goto launcher
:exit
exit'
file: $GAMEDIR/dosboxREGRET_lutris.conf
description: ''
game_slug: crusader-no-regret
gogslug: crusader_no_regret
humblestoreid: ''
installer_slug: crusader-no-regret-gog
name: 'Crusader: No Regret'
notes: ''
runner: dosbox
script:
files:
- setup: N/A:Select the GOG game installer.
game:
main_file: $GAMEDIR/dosboxREGRET_lutris.conf
installer:
- extract:
description: Extract GOG installer
dst: $GAMEDIR
file: setup
- write_file:
content: '[sdl]
fullscreen = true
fullresolution = desktop
output = openglpp
[cpu]
core=auto
cputype=auto
cycles=max
cycleup=1000
cycledown=1000
[render]
aspect = true
[autoexec]
# Lines in this section will be run at startup.
@echo off
cls
mount C "$GAMEDIR"
mount C "$GAMEDIR/cloud_saves" -t overlay
imgmount d "$GAMEDIR/game.gog" -t iso -fs iso
c:
goto launcher
:launcher
cls
ECHO ------------------------------------------
ECHO Crusader: No Regret Launcher
ECHO ------------------------------------------
ECHO 1) Crusader: No Regret
ECHO 2) Game DOS Settings
ECHO ------------------------------------------
ECHO 3) Exit
ECHO ------------------------------------------
choice /c123 /s Which program do you want to run? [1-3]: /n
if errorlevel 3 goto exit
if errorlevel 2 goto setup
if errorlevel 1 goto game
:game
cls
REGRET.EXE
goto exit
:setup
cls
install.EXE
goto launcher
:exit
exit'
file: $GAMEDIR/dosboxREGRET_lutris.conf
slug: crusader-no-regret-gog
steamid: null
version: GOG
year: 1996
{
"game_slug": "crusader-no-regret",
"version": "GOG",
"description": "",
"notes": "",
"name": "Crusader: No Regret",
"year": 1996,
"steamid": null,
"gogslug": "crusader_no_regret",
"humblestoreid": "",
"runner": "dosbox",
"slug": "crusader-no-regret-gog",
"installer_slug": "crusader-no-regret-gog",
"script": {
"files": [
{
"setup": "N/A:Select the GOG game installer."
}
],
"game": {
"main_file": "$GAMEDIR/dosboxREGRET_lutris.conf"
},
"installer": [
{
"extract": {
"description": "Extract GOG installer",
"dst": "$GAMEDIR",
"file": "setup"
}
},
{
"write_file": {
"content": "[sdl]\nfullscreen = true\nfullresolution = desktop\noutput = openglpp\n[cpu]\ncore=auto\ncputype=auto\ncycles=max\ncycleup=1000\ncycledown=1000\n[render]\naspect = true\n[autoexec]\n# Lines in this section will be run at startup.\n@echo off\ncls\nmount C \"$GAMEDIR\"\nmount C \"$GAMEDIR/cloud_saves\" -t overlay\nimgmount d \"$GAMEDIR/game.gog\" -t iso -fs iso\nc:\ngoto launcher\n:launcher\ncls\nECHO ------------------------------------------\nECHO Crusader: No Regret Launcher\nECHO ------------------------------------------\nECHO 1) Crusader: No Regret\nECHO 2) Game DOS Settings\nECHO ------------------------------------------\nECHO 3) Exit\nECHO ------------------------------------------\nchoice /c123 /s Which program do you want to run? [1-3]: /n\nif errorlevel 3 goto exit\nif errorlevel 2 goto setup\nif errorlevel 1 goto game\n:game\ncls\nREGRET.EXE\ngoto exit\n:setup\ncls\ninstall.EXE\ngoto launcher\n:exit\nexit",
"file": "$GAMEDIR/dosboxREGRET_lutris.conf"
}
}
]
}
}