scoop-games/bucket/vkquake.json

84 lines
2.5 KiB
JSON
Raw Normal View History

2020-05-07 00:09:21 -07:00
{
"homepage": "https://github.com/Novum/vkQuake",
"description": "Quake 1 port using Vulkan instead of OpenGL for rendering, based on QuakeSpasm",
2021-01-11 16:30:11 -08:00
"version": "1.05.2",
2020-05-07 00:09:21 -07:00
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
2021-01-11 16:30:11 -08:00
"url": "https://github.com/Novum/vkQuake/releases/download/1.05.2/vkquake-1.05.2_win64.zip",
"hash": "b7e5ed30a6369a3c2c31ce04dd74ebab064a0038db709cfcc661f70e8a1cb7a9",
"extract_dir": "vkquake-1.05.2_win64"
2020-05-07 00:09:21 -07:00
},
"32bit": {
2021-01-11 16:30:11 -08:00
"url": "https://github.com/Novum/vkQuake/releases/download/1.05.2/vkquake-1.05.2_win32.zip",
"hash": "06920832fcd726e74274bd2c4d48e507879fc1ac7ae23cd4eacbbfcd3f9d9a21",
"extract_dir": "vkquake-1.05.2_win32"
2020-05-07 00:09:21 -07:00
}
},
"bin": [
2020-05-07 00:09:21 -07:00
[
"vkQuake.exe",
"vkQuake",
"-basedir $persist_dir"
]
],
"shortcuts": [
[
"vkQuake.exe",
"vkQuake"
2020-05-07 00:09:21 -07:00
],
[
"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"
},
2020-05-07 00:09:21 -07:00
"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\\"
]
}