scoop-games/bucket/quakespasm.json

62 lines
1.8 KiB
JSON

{
"homepage": "http://quakespasm.sourceforge.net/",
"description": "Conservative Quake source port for singleplayer gameplay",
"version": "0.93.1",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/quakespasm/Windows/quakespasm-0.93.1_win64.zip",
"hash": "348035345bca0655e7bba9e5af4fc1fd90c631b1ec2d129d9edb8c7b3a89d3a1",
"extract_dir": "quakespasm-0.93.1_win64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/quakespasm/Windows/quakespasm-0.93.1_windows.zip",
"hash": "c158ce9967d5d67b220fa510ce32f34402e705afbf5fdca7599772a3fa964bee",
"extract_dir": "quakespasm-0.93.1_windows"
}
},
"shortcuts": [
[
"quakespasm.exe",
"QuakeSpasm",
"-game id1"
],
[
"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"
],
"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\\"
]
}