scoop-games/bucket/vkquake.json

84 lines
2.5 KiB
JSON

{
"homepage": "https://github.com/Novum/vkQuake",
"description": "Quake 1 port using Vulkan instead of OpenGL for rendering, based on QuakeSpasm",
"version": "1.05.3",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/Novum/vkQuake/releases/download/1.05.3/vkquake-1.05.3_win64.zip",
"hash": "52c9cfc2821d5685afca7c7494e4db2f60ae7853072d1917ae4bd2f091e39f8a",
"extract_dir": "vkquake-1.05.3_win64"
},
"32bit": {
"url": "https://github.com/Novum/vkQuake/releases/download/1.05.3/vkquake-1.05.3_win32.zip",
"hash": "cb2c4227650fd080cd3bc861b6b97840409c8d84829f595ac25a50573108ca85",
"extract_dir": "vkquake-1.05.3_win32"
}
},
"bin": [
[
"vkQuake.exe",
"vkQuake",
"-basedir $persist_dir"
]
],
"shortcuts": [
[
"vkQuake.exe",
"vkQuake"
],
[
"vkQuake.exe",
"vkQuake (Scourge of Armagon)",
"-game hipnotic"
],
[
"vkQuake.exe",
"vkQuake (Dissolution of Eternity)",
"-game rogue"
],
[
"vkQuake.exe",
"vkQuake (Abyss of Pandemonium)",
"-game abyss"
]
],
"persist": [
"id1",
"hipnotic",
"rogue",
"abyss"
],
"suggest": {
"vcredist": "extras/vcredist2019"
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Novum/vkQuake/releases/download/$version/vkquake-$version_win64.zip",
"extract_dir": "vkquake-$version_win64"
},
"32bit": {
"url": "https://github.com/Novum/vkQuake/releases/download/$version/vkquake-$version_win32.zip",
"extract_dir": "vkquake-$version_win32"
}
}
},
"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\\"
]
}