files:
- psydoom: N/A:Please provide the latest PsyDoom version for your CPU architecture
- doomcue: N/A:Please provide Sony PlayStation Doom files (.cue file + .bin files)
in a zip file
game:
args: -cue $GAMEDIR/doom.cue
exe: $GAMEDIR/PsyDoom.AppImage
launch_configs:
- exe: $GAMEDIR/PsyDoom.AppImage
name: Open PsyDoom config
installer:
- merge:
dst: $GAMEDIR
src: psydoom
- execute:
command: unset LD_LIBRARY_PATH; ls "$GAMEDIR" | grep -i *.AppImage | xargs -I
{} mv "$GAMEDIR/{}" "$GAMEDIR/PsyDoom.AppImage"; chmod +x $GAMEDIR/PsyDoom.AppImage
- extract:
dst: $GAMEDIR
file: doomcue
- execute:
command: unset LD_LIBRARY_PATH; ls "$GAMEDIR" | grep -i *.cue | xargs -I {} mv
"$GAMEDIR/{}" "$GAMEDIR/doom.cue";
description: Sony PlayStation version running with PsyDoom
game_slug: doom-1993
gogslug: doom_1993
humblestoreid: ''
installer_slug: doom-1993-psydoom
name: DOOM (1993)
notes: '- Requires a copy of Sony PlayStation Doom in the .cue + .bin format in a
zip archive'
runner: linux
script:
files:
- psydoom: N/A:Please provide the latest PsyDoom version for your CPU architecture
- doomcue: N/A:Please provide Sony PlayStation Doom files (.cue file + .bin files)
in a zip file
game:
args: -cue $GAMEDIR/doom.cue
exe: $GAMEDIR/PsyDoom.AppImage
launch_configs:
- exe: $GAMEDIR/PsyDoom.AppImage
name: Open PsyDoom config
installer:
- merge:
dst: $GAMEDIR
src: psydoom
- execute:
command: unset LD_LIBRARY_PATH; ls "$GAMEDIR" | grep -i *.AppImage | xargs -I
{} mv "$GAMEDIR/{}" "$GAMEDIR/PsyDoom.AppImage"; chmod +x $GAMEDIR/PsyDoom.AppImage
- extract:
dst: $GAMEDIR
file: doomcue
- execute:
command: unset LD_LIBRARY_PATH; ls "$GAMEDIR" | grep -i *.cue | xargs -I {}
mv "$GAMEDIR/{}" "$GAMEDIR/doom.cue";
slug: doom-1993-psydoom
steamid: 2280
version: PsyDoom
year: 1993
{
"game_slug": "doom-1993",
"version": "PsyDoom",
"description": "Sony PlayStation version running with PsyDoom",
"notes": "- Requires a copy of Sony PlayStation Doom in the .cue + .bin format in a zip archive",
"name": "DOOM (1993)",
"year": 1993,
"steamid": 2280,
"gogslug": "doom_1993",
"humblestoreid": "",
"runner": "linux",
"slug": "doom-1993-psydoom",
"installer_slug": "doom-1993-psydoom",
"script": {
"files": [
{
"psydoom": "N/A:Please provide the latest PsyDoom version for your CPU architecture"
},
{
"doomcue": "N/A:Please provide Sony PlayStation Doom files (.cue file + .bin files) in a zip file"
}
],
"game": {
"args": "-cue $GAMEDIR/doom.cue",
"exe": "$GAMEDIR/PsyDoom.AppImage",
"launch_configs": [
{
"exe": "$GAMEDIR/PsyDoom.AppImage",
"name": "Open PsyDoom config"
}
]
},
"installer": [
{
"merge": {
"dst": "$GAMEDIR",
"src": "psydoom"
}
},
{
"execute": {
"command": "unset LD_LIBRARY_PATH; ls \"$GAMEDIR\" | grep -i *.AppImage | xargs -I {} mv \"$GAMEDIR/{}\" \"$GAMEDIR/PsyDoom.AppImage\"; chmod +x $GAMEDIR/PsyDoom.AppImage"
}
},
{
"extract": {
"dst": "$GAMEDIR",
"file": "doomcue"
}
},
{
"execute": {
"command": "unset LD_LIBRARY_PATH; ls \"$GAMEDIR\" | grep -i *.cue | xargs -I {} mv \"$GAMEDIR/{}\" \"$GAMEDIR/doom.cue\";"
}
}
]
}
}