Update yquake2.json (#231)

- Add Mission pack Zaero compatibility.
- Add music information.
- Update version to 7.45a

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
master
RavenMacDaddy 2021-04-12 16:06:48 +02:00 committed by GitHub
parent df7c7fc697
commit 1ea17a8e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 6 deletions

View File

@ -1,11 +1,11 @@
{
"homepage": "https://www.yamagi.org/quake2/",
"description": "Conservative Quake 2 source port focused on singleplayer and cooperative gameplay",
"version": "7.45",
"version": "7.45a",
"license": "GPL-2.0-or-later",
"url": "https://deponie.yamagi.org/quake2/windows/quake2-7.45.zip",
"hash": "dbfa587ca66d22f2cbb7aa5bb24655f6e7561b6188b7e58bbf713027fb842a49",
"extract_dir": "quake2-7.45",
"url": "https://deponie.yamagi.org/quake2/windows/quake2-7.45a.zip",
"hash": "f536888bb408ee7340b511adcfa769ef023990b9ccf93cbac51ba2198d119d43",
"extract_dir": "quake2-7.45a",
"bin": [
"yquake2.exe",
"q2ded.exe"
@ -24,12 +24,18 @@
"yquake2.exe",
"Yamagi Quake 2 (The Reckoning)",
"+set game xatrix"
],
[
"yquake2.exe",
"Yamagi Quake 2 (Zaero)",
"+set game zaero"
]
],
"persist": [
"baseq2",
"rogue",
"xatrix"
"xatrix",
"zaero"
],
"notes": [
"Place game data files (such as pak0.pak-pak2.pak) in:",
@ -41,7 +47,22 @@
" $persist_dir\\rogue\\",
"",
"- Quake 2 - The Reckoning:",
" $persist_dir\\xatrix\\"
" $persist_dir\\xatrix\\",
"",
"- Quake 2 - Zaero:",
" $persist_dir\\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",
"-----",
"",
"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.",
""
],
"checkver": {
"re": "Yamagi Quake II version <strong>(\\d+\\.\\d+)</strong> was released"