files:
- engine: https://github.com/atsb/Doom64EX-Plus/releases/download/5.2.0.0/doom64ex-plus-5.2.0.0-win64.zip
game:
exe: drive_c/doom64ex-plus/DOOM64.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Preparing wineprefix...
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR/drive_c/doom64ex-plus
src: engine
- insert-disc:
description: Please browse folder where is located DOOM64.WAD file from DOOM64
GOG or Steam install. "Autodetect" button will not work here, use "Browse" button.
requires: doom64.wad
- execute:
command: cd "$GAMEDIR/drive_c/doom64ex-plus"; find "$DISC" \( -iname "DOOM64.WAD"
-o -iname "DOOMSND.DLS" -o -iname "Doom64.kpf" \) -exec cp -L {} . \; ;
description: Play "Doom 64" on Linux!
game_slug: doom-64
gogslug: doom_64
humblestoreid: ''
installer_slug: doom-64-doom64ex-plus
name: Doom 64
notes: "- Using \"Doom 64 EX+\" open source engine\r\n- During install, you will need\
\ to provide \"DOOM64.WAD\", \"DOOMSND.DLS\" and \"DOOM64.KPF\" files from any \"\
Doom 64\" GOG or Steam install"
runner: wine
script:
files:
- engine: https://github.com/atsb/Doom64EX-Plus/releases/download/5.2.0.0/doom64ex-plus-5.2.0.0-win64.zip
game:
exe: drive_c/doom64ex-plus/DOOM64.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Preparing wineprefix...
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR/drive_c/doom64ex-plus
src: engine
- insert-disc:
description: Please browse folder where is located DOOM64.WAD file from DOOM64
GOG or Steam install. "Autodetect" button will not work here, use "Browse"
button.
requires: doom64.wad
- execute:
command: cd "$GAMEDIR/drive_c/doom64ex-plus"; find "$DISC" \( -iname "DOOM64.WAD"
-o -iname "DOOMSND.DLS" -o -iname "Doom64.kpf" \) -exec cp -L {} . \; ;
slug: doom-64-doom64ex-plus
steamid: 1148590
version: Doom64EX-Plus
year: 1997
{
"game_slug": "doom-64",
"version": "Doom64EX-Plus",
"description": "Play \"Doom 64\" on Linux!",
"notes": "- Using \"Doom 64 EX+\" open source engine\r\n- During install, you will need to provide \"DOOM64.WAD\", \"DOOMSND.DLS\" and \"DOOM64.KPF\" files from any \"Doom 64\" GOG or Steam install",
"name": "Doom 64",
"year": 1997,
"steamid": 1148590,
"gogslug": "doom_64",
"humblestoreid": "",
"runner": "wine",
"slug": "doom-64-doom64ex-plus",
"installer_slug": "doom-64-doom64ex-plus",
"script": {
"files": [
{
"engine": "https://github.com/atsb/Doom64EX-Plus/releases/download/5.2.0.0/doom64ex-plus-5.2.0.0-win64.zip"
}
],
"game": {
"exe": "drive_c/doom64ex-plus/DOOM64.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win64",
"description": "Preparing wineprefix...",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"dst": "$GAMEDIR/drive_c/doom64ex-plus",
"src": "engine"
}
},
{
"insert-disc": {
"description": "Please browse folder where is located DOOM64.WAD file from DOOM64 GOG or Steam install. \"Autodetect\" button will not work here, use \"Browse\" button.",
"requires": "doom64.wad"
}
},
{
"execute": {
"command": "cd \"$GAMEDIR/drive_c/doom64ex-plus\"; find \"$DISC\" \\( -iname \"DOOM64.WAD\" -o -iname \"DOOMSND.DLS\" -o -iname \"Doom64.kpf\" \\) -exec cp -L {} . \\; ;"
}
}
]
}
}