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.2",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/quakespasm/Windows/quakespasm-0.93.2_win64.zip",
"hash": "70d4dcd927f479709b887b429b18d904a4265861e63a0d8c226a3d40d4dda82f",
"extract_dir": "quakespasm-0.93.2_win64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/quakespasm/Windows/quakespasm-0.93.2_windows.zip",
"hash": "6cf9906efd392f31ff025aeefd4f94a2efb5d39f277e4093e52734daeae63c2f",
"extract_dir": "quakespasm-0.93.2_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\\"
]
}