files:
- Extender: https://raw.githubusercontent.com/appoloin/WfW/master/dos32a-912-bin.zip
game:
main_file: $GAMEDIR/orionburger.conf
installer:
- write_file:
content: '#!/bin/bash
src=$1
dst=$2
cp -avr "$src/." "$dst"'
file: $CACHE/bulkcopy-alt.sh
- chmodx: $CACHE/bulkcopy-alt.sh
- execute:
args: $GAMEDIR/HDD $GAMEDIR/CDD
file: mkdir
- insert-disc:
description: Please insert disc
requires: install.bat
- execute:
args: $DISC "$GAMEDIR/CDD"
file: $CACHE/bulkcopy-alt.sh
- execute:
args: -R 775 "$GAMEDIR/CDD"
file: /bin/chmod
- write_file:
content: '[sdl]
sensitivity=30
[autoexec]
mount C "$GAMEDIR/HDD" -t dir
mount D "$GAMEDIR/CDD" -t cdrom
D:
install.bat
exit'
file: $GAMEDIR/orionburger_setup.conf
- task:
config_file: $GAMEDIR/orionburger_setup.conf
name: dosexec
working_dir: $GAMEDIR/HDD/
- extract:
dst: $CACHE
file: $Extender
- copy:
dst: $GAMEDIR/HDD/BURGER
src: $CACHE/binw/dos32a.exe
- write_file:
content: '[sdl]
sensitivity=30
fullresolution=desktop
windowresolution=original
fullscreen=true
output=opengl
[render]
aspect=true
scaler=normal2x
[autoexec]
mount C "$GAMEDIR/HDD" -t dir
mount D "$GAMEDIR/CDD" -t cdrom
C:
cd burger
cls
ECHO OFF
goto launcher
:launcher
cls
ECHO -----------------------------------------------------
ECHO Orion Burger
ECHO -----------------------------------------------------
ECHO 1) Play Game
ECHO 2) Setup
ECHO -----------------------------------------------------
ECHO 5) Exit Program
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
DOS32A.exe burger -c %1 %2 %3 %4 %5 %6 %7 %8 %9
goto exit
:setup
cls
setup.exe
goto launcher
:exit
exit'
file: $GAMEDIR/orionburger.conf
description: null
game_slug: orion-burger
gogslug: ''
humblestoreid: ''
installer_slug: orion-burger-cdrom
name: Orion Burger
notes: ''
runner: dosbox
script:
files:
- Extender: https://raw.githubusercontent.com/appoloin/WfW/master/dos32a-912-bin.zip
game:
main_file: $GAMEDIR/orionburger.conf
installer:
- write_file:
content: '#!/bin/bash
src=$1
dst=$2
cp -avr "$src/." "$dst"'
file: $CACHE/bulkcopy-alt.sh
- chmodx: $CACHE/bulkcopy-alt.sh
- execute:
args: $GAMEDIR/HDD $GAMEDIR/CDD
file: mkdir
- insert-disc:
description: Please insert disc
requires: install.bat
- execute:
args: $DISC "$GAMEDIR/CDD"
file: $CACHE/bulkcopy-alt.sh
- execute:
args: -R 775 "$GAMEDIR/CDD"
file: /bin/chmod
- write_file:
content: '[sdl]
sensitivity=30
[autoexec]
mount C "$GAMEDIR/HDD" -t dir
mount D "$GAMEDIR/CDD" -t cdrom
D:
install.bat
exit'
file: $GAMEDIR/orionburger_setup.conf
- task:
config_file: $GAMEDIR/orionburger_setup.conf
name: dosexec
working_dir: $GAMEDIR/HDD/
- extract:
dst: $CACHE
file: $Extender
- copy:
dst: $GAMEDIR/HDD/BURGER
src: $CACHE/binw/dos32a.exe
- write_file:
content: '[sdl]
sensitivity=30
fullresolution=desktop
windowresolution=original
fullscreen=true
output=opengl
[render]
aspect=true
scaler=normal2x
[autoexec]
mount C "$GAMEDIR/HDD" -t dir
mount D "$GAMEDIR/CDD" -t cdrom
C:
cd burger
cls
ECHO OFF
goto launcher
:launcher
cls
ECHO -----------------------------------------------------
ECHO Orion Burger
ECHO -----------------------------------------------------
ECHO 1) Play Game
ECHO 2) Setup
ECHO -----------------------------------------------------
ECHO 5) Exit Program
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
DOS32A.exe burger -c %1 %2 %3 %4 %5 %6 %7 %8 %9
goto exit
:setup
cls
setup.exe
goto launcher
:exit
exit'
file: $GAMEDIR/orionburger.conf
slug: orion-burger-cdrom
steamid: null
version: CDrom
year: 1996
{
"game_slug": "orion-burger",
"version": "CDrom",
"description": null,
"notes": "",
"name": "Orion Burger",
"year": 1996,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "dosbox",
"slug": "orion-burger-cdrom",
"installer_slug": "orion-burger-cdrom",
"script": {
"files": [
{
"Extender": "https://raw.githubusercontent.com/appoloin/WfW/master/dos32a-912-bin.zip"
}
],
"game": {
"main_file": "$GAMEDIR/orionburger.conf"
},
"installer": [
{
"write_file": {
"content": "#!/bin/bash\nsrc=$1\ndst=$2\ncp -avr \"$src/.\" \"$dst\"",
"file": "$CACHE/bulkcopy-alt.sh"
}
},
{
"chmodx": "$CACHE/bulkcopy-alt.sh"
},
{
"execute": {
"args": "$GAMEDIR/HDD $GAMEDIR/CDD",
"file": "mkdir"
}
},
{
"insert-disc": {
"description": "Please insert disc",
"requires": "install.bat"
}
},
{
"execute": {
"args": "$DISC \"$GAMEDIR/CDD\"",
"file": "$CACHE/bulkcopy-alt.sh"
}
},
{
"execute": {
"args": "-R 775 \"$GAMEDIR/CDD\"",
"file": "/bin/chmod"
}
},
{
"write_file": {
"content": "[sdl]\nsensitivity=30\n[autoexec]\nmount C \"$GAMEDIR/HDD\" -t dir\nmount D \"$GAMEDIR/CDD\" -t cdrom\nD:\ninstall.bat\nexit",
"file": "$GAMEDIR/orionburger_setup.conf"
}
},
{
"task": {
"config_file": "$GAMEDIR/orionburger_setup.conf",
"name": "dosexec",
"working_dir": "$GAMEDIR/HDD/"
}
},
{
"extract": {
"dst": "$CACHE",
"file": "$Extender"
}
},
{
"copy": {
"dst": "$GAMEDIR/HDD/BURGER",
"src": "$CACHE/binw/dos32a.exe"
}
},
{
"write_file": {
"content": "[sdl]\nsensitivity=30\nfullresolution=desktop\nwindowresolution=original\nfullscreen=true\noutput=opengl\n[render]\naspect=true\nscaler=normal2x\n\n[autoexec]\nmount C \"$GAMEDIR/HDD\" -t dir\nmount D \"$GAMEDIR/CDD\" -t cdrom\nC:\ncd burger\ncls\nECHO OFF\ngoto launcher\n:launcher\ncls\nECHO -----------------------------------------------------\nECHO Orion Burger\nECHO -----------------------------------------------------\nECHO 1) Play Game\nECHO 2) Setup\nECHO -----------------------------------------------------\nECHO 5) Exit Program\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\n:game\ncls\nDOS32A.exe burger -c %1 %2 %3 %4 %5 %6 %7 %8 %9\ngoto exit\n\n:setup\ncls\nsetup.exe\ngoto launcher\n\n:exit\nexit",
"file": "$GAMEDIR/orionburger.conf"
}
}
]
}
}