files:
- game: N/A:Select the file S101.EXE
game:
main_file: $GAMEDIR/spell.conf
installer:
- execute:
args: $GAMEDIR/HDD $GAMEDIR/HDD/spell
file: mkdir
- write_file:
content: '#!/bin/bash
src=$1
dst=$2
src_path=$(echo "$1" | sed -r "s/(.+)\/.+/\1/")
cp -avr "$src_path/." "$dst"'
file: $CACHE/bulkcopy.sh
- chmodx: $CACHE/bulkcopy.sh
- execute:
args: $game $GAMEDIR/HDD/spell
file: $CACHE/bulkcopy.sh
- write_file:
content: '[sdl]
sensitivity=20
[autoexec]
mount C "$GAMEDIR/HDD" -t dir
C:
cd spell
S101.EXE mt32
exit'
file: $GAMEDIR/spell.conf
description: null
game_slug: spellcasting-101-sorcerers-get-all-the-girls
gogslug: ''
humblestoreid: ''
installer_slug: spellcasting-101-sorcerers-ge-ms-dos
name: 'Spellcasting 101: Sorcerers Get All The Girls'
notes: ''
runner: dosbox
script:
files:
- game: N/A:Select the file S101.EXE
game:
main_file: $GAMEDIR/spell.conf
installer:
- execute:
args: $GAMEDIR/HDD $GAMEDIR/HDD/spell
file: mkdir
- write_file:
content: '#!/bin/bash
src=$1
dst=$2
src_path=$(echo "$1" | sed -r "s/(.+)\/.+/\1/")
cp -avr "$src_path/." "$dst"'
file: $CACHE/bulkcopy.sh
- chmodx: $CACHE/bulkcopy.sh
- execute:
args: $game $GAMEDIR/HDD/spell
file: $CACHE/bulkcopy.sh
- write_file:
content: '[sdl]
sensitivity=20
[autoexec]
mount C "$GAMEDIR/HDD" -t dir
C:
cd spell
S101.EXE mt32
exit'
file: $GAMEDIR/spell.conf
slug: spellcasting-101-sorcerers-ge-ms-dos
steamid: null
version: MS-DOS
year: 1990
{
"game_slug": "spellcasting-101-sorcerers-get-all-the-girls",
"version": "MS-DOS",
"description": null,
"notes": "",
"name": "Spellcasting 101: Sorcerers Get All The Girls",
"year": 1990,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "dosbox",
"slug": "spellcasting-101-sorcerers-ge-ms-dos",
"installer_slug": "spellcasting-101-sorcerers-ge-ms-dos",
"script": {
"files": [
{
"game": "N/A:Select the file S101.EXE"
}
],
"game": {
"main_file": "$GAMEDIR/spell.conf"
},
"installer": [
{
"execute": {
"args": "$GAMEDIR/HDD $GAMEDIR/HDD/spell",
"file": "mkdir"
}
},
{
"write_file": {
"content": "#!/bin/bash\nsrc=$1\ndst=$2\nsrc_path=$(echo \"$1\" | sed -r \"s/(.+)\\/.+/\\1/\")\ncp -avr \"$src_path/.\" \"$dst\"",
"file": "$CACHE/bulkcopy.sh"
}
},
{
"chmodx": "$CACHE/bulkcopy.sh"
},
{
"execute": {
"args": "$game $GAMEDIR/HDD/spell",
"file": "$CACHE/bulkcopy.sh"
}
},
{
"write_file": {
"content": "[sdl]\nsensitivity=20\n[autoexec]\nmount C \"$GAMEDIR/HDD\" -t dir\nC:\ncd spell\nS101.EXE mt32\nexit",
"file": "$GAMEDIR/spell.conf"
}
}
]
}
}