scoop-games/bucket/vkquake2.json

96 lines
3.3 KiB
JSON
Raw Normal View History

{
"homepage": "https://github.com/kondrak/vkQuake2",
"description": "Quake II source port based on v3.21 with Vulkan support",
"version": "1.5.7",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/kondrak/vkQuake2/releases/download/1.5.7/vkquake2-1.5.7_win64.zip",
"hash": "2db9ace66d173a7ff5897980fe8e4f63930599b35f8ffb028124faf90d5adbf5",
"extract_dir": "vkquake2-1.5.7_win64"
},
"32bit": {
"url": "https://github.com/kondrak/vkQuake2/releases/download/1.5.7/vkquake2-1.5.7_win32.zip",
"hash": "4bdcec10b4e3116e1073138e46163e53a786b6ce1db7294de5fd1725c8bead17",
"extract_dir": "vkquake2-1.5.7_win32"
}
},
"shortcuts": [
[
"Quake2.exe",
"vkQuake2"
],
[
"Quake2.exe",
"vkQuake2 (Ground Zero)",
"+set game rogue"
],
[
"Quake2.exe",
"vkQuake2 (The Reckoning)",
"+set game xatrix"
],
[
"Quake2.exe",
"vkQuake2 (Zaero)",
"+set game zaero"
]
],
"persist": [
"baseq2",
"rogue",
"xatrix",
"zaero"
],
"suggest": {
"vcredist": "extras/vcredist2019"
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kondrak/vkQuake2/releases/download/$version/vkquake2-$version_win64.zip",
"extract_dir": "vkquake2-$version_win64"
},
"32bit": {
"url": "https://github.com/kondrak/vkQuake2/releases/download/$version/vkquake2-$version_win32.zip",
"extract_dir": "vkquake2-$version_win32"
}
}
},
"notes": [
"",
"vkQuake2 comes with the demo.",
"",
"To play the full game and any of the Quake II expansion packs, copy the data from the folders with the same name into:",
"",
"",
" $persist_dir\\baseq2\\ - for Quake II",
"",
" $persist_dir\\rogue\\ - for Quake II Mission Pack: Ground Zero",
"",
" $persist_dir\\xatrix\\ - for Quake II Mission Pack: The Reckoning",
"",
" $persist_dir\\zaero\\ - for Quake II Mission Pack: Zaero",
"",
"",
"The last of which was never released as an official expansion, but later showed up as a free download on the web - you should be able to find it easily by searching for it.",
"",
"",
"",
"Music",
"-----",
"",
"This project uses Miniaudio for music playback if the original game CD is not available.",
"",
"For the base game, copy all the tracks into the baseq2/music directory following the trackXX.[ogg,flac,mp3,wav] naming scheme (so track02.ogg, track03.ogg... for OGG files etc.).",
"",
"For Ground Zero, The Reckoning and Zaero, copy the tracks to rogue/music, xatrix/music, and zaero/music directories respectively.",
"",
"Tip: Create a soft symbolic link to the music directory if you want to save space.",
"",
"",
""
]
}