2019-03-07 18:44:25 -08:00
{
"homepage" : "https://www.yamagi.org/quake2/" ,
"description" : "Conservative Quake 2 source port focused on singleplayer and cooperative gameplay" ,
2021-06-20 08:02:35 -07:00
"version" : "8.00" ,
2019-03-07 18:44:25 -08:00
"license" : "GPL-2.0-or-later" ,
2021-06-20 08:02:35 -07:00
"url" : "https://deponie.yamagi.org/quake2/windows/quake2-8.00.zip" ,
"hash" : "86390febd8b50aabd4acf4aaa9852b8c95704a439e1b6355e0db6365b026e8a3" ,
"extract_dir" : "quake2-8.00" ,
2019-03-07 18:44:25 -08:00
"bin" : [
"yquake2.exe" ,
"q2ded.exe"
] ,
"shortcuts" : [
[
"yquake2.exe" ,
"Yamagi Quake 2"
2019-07-21 11:24:01 -07:00
] ,
2019-10-17 06:39:43 -07:00
[
2019-07-21 11:24:01 -07:00
"yquake2.exe" ,
"Yamagi Quake 2 (Ground Zero)" ,
2019-10-17 06:39:43 -07:00
"+set game rogue"
2019-07-21 11:24:01 -07:00
] ,
2019-10-17 06:39:43 -07:00
[
2019-07-21 11:24:01 -07:00
"yquake2.exe" ,
"Yamagi Quake 2 (The Reckoning)" ,
2019-10-17 06:39:43 -07:00
"+set game xatrix"
2021-04-12 07:06:48 -07:00
] ,
[
"yquake2.exe" ,
"Yamagi Quake 2 (Zaero)" ,
"+set game zaero"
2019-03-07 18:44:25 -08:00
]
] ,
2019-11-30 16:00:47 -08:00
"persist" : [
"baseq2" ,
"rogue" ,
2021-04-12 07:06:48 -07:00
"xatrix" ,
"zaero"
2019-11-30 16:00:47 -08:00
] ,
2019-03-07 18:44:25 -08:00
"notes" : [
"Place game data files (such as pak0.pak-pak2.pak) in:" ,
"" ,
2019-10-17 06:39:43 -07:00
"- Quake 2:" ,
2019-07-21 11:24:01 -07:00
" $persist_dir\\baseq2\\" ,
2019-10-17 06:39:43 -07:00
"" ,
"- Quake 2 - Ground Zero:" ,
2019-07-21 11:24:01 -07:00
" $persist_dir\\rogue\\" ,
2019-10-17 06:39:43 -07:00
"" ,
"- Quake 2 - The Reckoning:" ,
2021-04-12 07:06:48 -07:00
" $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." ,
""
2019-03-07 18:44:25 -08:00
] ,
"checkver" : {
2021-06-20 08:02:35 -07:00
"url" : "https://deponie.yamagi.org/quake2/windows" ,
"regex" : "(?'ver'\\d\\.\\d{2}[a-z]?)" ,
"reverse" : true ,
"replace" : "${ver}"
2019-03-07 18:44:25 -08:00
} ,
"autoupdate" : {
2021-06-20 08:02:35 -07:00
"url" : "https://deponie.yamagi.org/quake2/windows/quake2-$matchVer.zip" ,
"extract_dir" : "quake2-$matchVer"
2019-03-07 18:44:25 -08:00
}
}