scoop-games/bucket/doom-retro.json

64 lines
2.2 KiB
JSON
Raw Normal View History

2021-03-05 15:39:05 -08:00
{
"homepage": "https://www.doomretro.com/",
"description": "A classic redefined DOOM source port",
"license": "GPL-3.0-or-later",
2021-12-07 16:30:40 -08:00
"version": "4.4.1",
2021-03-05 15:39:05 -08:00
"architecture": {
"64bit": {
2021-12-07 16:30:40 -08:00
"url": "https://github.com/bradharding/doomretro/releases/download/v4.4.1/doomretro-4.4.1-win64.zip",
"hash": "e5ef46383d04d5d569b15fbb4bb29bcb7e694665688acb16b4f0509d6349711b"
2021-03-05 15:39:05 -08:00
},
"32bit": {
2021-12-07 16:30:40 -08:00
"url": "https://github.com/bradharding/doomretro/releases/download/v4.4.1/doomretro-4.4.1-win32.zip",
"hash": "5c97f1cbd2aeb7f516eaf051fed55a2330d53a55e9caa9eaab9c8568c3e90a1e"
2021-03-05 15:39:05 -08:00
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\\doomretro.cfg\")) {",
" New-Item -ItemType File \"$dir\\doomretro.cfg\" | Out-Null",
2021-03-05 15:39:05 -08:00
"}",
"if (!(Test-Path \"$scoopdir\\persist\\_doom\")) {",
" New-item \"$scoopdir\\persist\\_doom\" -ItemType Directory | Out-Null",
"}"
],
"bin": "doomretro.exe",
"shortcuts": [
[
"doomretro.exe",
"DOOM Retro"
]
],
"persist": [
"savegames",
"screenshots",
"doomretro.cfg"
],
"checkver": {
"github": "https://github.com/bradharding/doomretro/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bradharding/doomretro/releases/download/v$version/doomretro-$version-win64.zip"
},
"32bit": {
"url": "https://github.com/bradharding/doomretro/releases/download/v$version/doomretro-$version-win32.zip"
}
}
},
"notes": [
"ATTENTION: DOOM Retro requires WAD files, e.g. from a commercial DOOM copy (DOOM 1, 2, Ultimate DOOM, etc).",
"Place WAD files in the _doom directory under: $persist_dir",
"",
"If you want to bind controls in the config file, here are some examples:",
"",
"bind capslock +alwaysrun",
"bind 's' +back",
"bind mouse1 +fire",
"",
"Basically it's: bind control +action",
"",
"See the corresponding wiki section here for reference: https://github.com/bradharding/doomretro/wiki/THE-CONTROLS"
2021-03-05 15:39:05 -08:00
]
}