{ "homepage": "https://www.doomretro.com/", "description": "A classic redefined DOOM source port", "license": "GPL-3.0-or-later", "version": "4.4.1", "architecture": { "64bit": { "url": "https://github.com/bradharding/doomretro/releases/download/v4.4.1/doomretro-4.4.1-win64.zip", "hash": "e5ef46383d04d5d569b15fbb4bb29bcb7e694665688acb16b4f0509d6349711b" }, "32bit": { "url": "https://github.com/bradharding/doomretro/releases/download/v4.4.1/doomretro-4.4.1-win32.zip", "hash": "5c97f1cbd2aeb7f516eaf051fed55a2330d53a55e9caa9eaab9c8568c3e90a1e" } }, "pre_install": [ "if (!(Test-Path \"$persist_dir\\doomretro.cfg\")) {", " New-Item -ItemType File \"$dir\\doomretro.cfg\" | Out-Null", "}", "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" ] }