84 lines
2.5 KiB
JSON
84 lines
2.5 KiB
JSON
{
|
|
"homepage": "http://quakespasm.sourceforge.net/",
|
|
"description": "Conservative Quake source port for singleplayer gameplay",
|
|
"version": "0.94.3",
|
|
"license": "GPL-2.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/quakespasm/Windows/quakespasm-0.94.3_win64.zip",
|
|
"hash": "sha1:f2e13616bc5f350262d79927a55d40dae30a5b3a",
|
|
"extract_dir": "quakespasm-0.94.3_win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/quakespasm/Windows/quakespasm-0.94.3_windows.zip",
|
|
"hash": "sha1:eb16e18c91fd3d4631bacceb17a8b8a3afbb5599",
|
|
"extract_dir": "quakespasm-0.94.3_windows"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"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\\"
|
|
],
|
|
"checkver": {
|
|
"url": "http://quakespasm.sourceforge.net/download.htm",
|
|
"regex": "/Windows/quakespasm-(\\d+\\.\\d+\\.\\d+)_windows"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/quakespasm/Windows/quakespasm-$version_win64.zip",
|
|
"extract_dir": "quakespasm-$version_win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/quakespasm/Windows/quakespasm-$version_windows.zip",
|
|
"extract_dir": "quakespasm-$version_windows"
|
|
}
|
|
}
|
|
}
|
|
}
|