From 1ea17a8e601582046d5ac8afc5020e75a812dbeb Mon Sep 17 00:00:00 2001 From: RavenMacDaddy <67732686+RavenMacDaddy@users.noreply.github.com> Date: Mon, 12 Apr 2021 16:06:48 +0200 Subject: [PATCH] Update yquake2.json (#231) - Add Mission pack Zaero compatibility. - Add music information. - Update version to 7.45a Co-authored-by: Hugo Locurcio --- bucket/yquake2.json | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/bucket/yquake2.json b/bucket/yquake2.json index 90879e64..e8dd14b9 100644 --- a/bucket/yquake2.json +++ b/bucket/yquake2.json @@ -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 (\\d+\\.\\d+) was released"