scoop-games/bucket/quakespasm.json
2022-07-24 12:32:07 +00:00

84 lines
2.5 KiB
JSON

{
"version": "0.94.7",
"description": "Conservative Quake source port for singleplayer gameplay",
"homepage": "http://quakespasm.sourceforge.net/",
"license": "GPL-2.0-or-later",
"notes": [
"Place game data files (such as pak0.pak and pak1.pak) in:",
"",
"- Quake:",
" $persist_dir\\id1\\",
"",
"- Quake Mission Pack 1 - Scourge of Armagon:",
" $persist_dir\\hipnotic\\",
"",
"- Quake Mission Pack 2 - Dissolution of Eternity:",
" $persist_dir\\rogue\\",
"",
"- Quake Mission Pack 3 - Abyss of Pandemonium:",
" $persist_dir\\abyss\\"
],
"architecture": {
"32bit": {
"url": "https://downloads.sourceforge.net/project/quakespasm/Windows/quakespasm-0.94.7_windows.zip",
"hash": "sha1:51f4918a681fd9ca91a51afa6f4a9db2784355c8",
"extract_dir": "quakespasm-0.94.7_windows"
},
"64bit": {
"url": "https://downloads.sourceforge.net/project/quakespasm/Windows/quakespasm-0.94.7_win64.zip",
"hash": "sha1:547556d9a8eb73adbed2fa220e2998d92fa0afe7",
"extract_dir": "quakespasm-0.94.7_win64"
}
},
"bin": [
[
"quakespasm.exe",
"quakespasm",
"-basedir $persist_dir"
]
],
"shortcuts": [
[
"quakespasm.exe",
"QuakeSpasm"
],
[
"quakespasm.exe",
"QuakeSpasm (Scourge of Armagon)",
"-game hipnotic"
],
[
"quakespasm.exe",
"QuakeSpasm (Dissolution of Eternity)",
"-game rogue"
],
[
"quakespasm.exe",
"QuakeSpasm (Abyss of Pandemonium)",
"-game abyss"
]
],
"persist": [
"id1",
"hipnotic",
"rogue",
"abyss"
],
"checkver": {
"url": "http://quakespasm.sourceforge.net/download.htm",
"regex": "/Windows/quakespasm-(\\d+\\.\\d+\\.\\d+)_windows"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://downloads.sourceforge.net/project/quakespasm/Windows/quakespasm-$version_windows.zip",
"extract_dir": "quakespasm-$version_windows"
},
"64bit": {
"url": "https://downloads.sourceforge.net/project/quakespasm/Windows/quakespasm-$version_win64.zip",
"extract_dir": "quakespasm-$version_win64"
}
}
}
}