scoop-games/bucket/quakespasm.json

62 lines
1.8 KiB
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
"homepage": "http://quakespasm.sourceforge.net/",
"description": "Conservative Quake source port for singleplayer gameplay",
2019-12-01 02:00:57 -08:00
"version": "0.93.2",
2019-03-07 18:44:25 -08:00
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
2019-12-01 02:00:57 -08:00
"url": "https://downloads.sourceforge.net/project/quakespasm/Windows/quakespasm-0.93.2_win64.zip",
"hash": "70d4dcd927f479709b887b429b18d904a4265861e63a0d8c226a3d40d4dda82f",
"extract_dir": "quakespasm-0.93.2_win64"
2019-03-07 18:44:25 -08:00
},
"32bit": {
2019-12-01 02:00:57 -08:00
"url": "https://downloads.sourceforge.net/project/quakespasm/Windows/quakespasm-0.93.2_windows.zip",
"hash": "6cf9906efd392f31ff025aeefd4f94a2efb5d39f277e4093e52734daeae63c2f",
"extract_dir": "quakespasm-0.93.2_windows"
2019-03-07 18:44:25 -08:00
}
},
"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:",
2019-03-07 18:44:57 -08:00
" $persist_dir\\id1\\",
2019-03-07 18:44:25 -08:00
"",
"- Quake Mission Pack 1 - Scourge of Armagon:",
2019-03-07 18:44:57 -08:00
" $persist_dir\\hipnotic\\",
2019-03-07 18:44:25 -08:00
"",
"- Quake Mission Pack 2 - Dissolution of Eternity:",
2019-03-07 18:44:57 -08:00
" $persist_dir\\rogue\\",
2019-03-07 18:44:25 -08:00
"",
"- Quake Mission Pack 3 - Abyss of Pandemonium:",
2019-03-07 18:44:57 -08:00
" $persist_dir\\abyss\\"
2019-03-07 18:44:25 -08:00
]
}