scoop-games/bucket/yquake2.json

78 lines
2.4 KiB
JSON
Raw Normal View History

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",
2022-01-22 16:30:46 -08:00
"version": "8.01",
2019-03-07 18:44:25 -08:00
"license": "GPL-2.0-or-later",
2022-01-22 16:30:46 -08:00
"url": "https://deponie.yamagi.org/quake2/windows/quake2-8.01.zip",
"hash": "0b036e7a7ab00a6cc3b2f94045dd5e15d8ae37d3d626a4dcf1c9ecbd2f23596a",
"extract_dir": "quake2-8.01",
2019-03-07 18:44:25 -08:00
"bin": [
"yquake2.exe",
"q2ded.exe"
],
"shortcuts": [
[
"yquake2.exe",
"Yamagi Quake 2"
],
2019-10-17 06:39:43 -07:00
[
"yquake2.exe",
"Yamagi Quake 2 (Ground Zero)",
2019-10-17 06:39:43 -07:00
"+set game rogue"
],
2019-10-17 06:39:43 -07:00
[
"yquake2.exe",
"Yamagi Quake 2 (The Reckoning)",
2019-10-17 06:39:43 -07:00
"+set game xatrix"
],
[
"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",
"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:",
" $persist_dir\\baseq2\\",
2019-10-17 06:39:43 -07:00
"",
"- Quake 2 - Ground Zero:",
" $persist_dir\\rogue\\",
2019-10-17 06:39:43 -07:00
"",
"- Quake 2 - The Reckoning:",
" $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": {
"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": {
"url": "https://deponie.yamagi.org/quake2/windows/quake2-$matchVer.zip",
"extract_dir": "quake2-$matchVer"
2019-03-07 18:44:25 -08:00
}
}