Changes between Version 36 and Version 37 of ActionQuake2
- Timestamp:
- Oct 15, 2024, 5:45:31 AM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ActionQuake2
v36 v37 67 67 Since source code was released many years ago, we now have many different clients. Another example of such client can be [[https://www.yamagi.org/quake2/|Yamagi Quake 2]]. 68 68 69 === aq2 70 Once you got Quake 2 working using Q2PRO client you are ready to install Action Quake. Action Quake is a mod for Quake 2, so previous steps were required to get it working. Download Action Quake 2 using these links: 69 === aq2-tng 70 We need to compile `gamexx86_64.so` file in order to run this mod. 71 72 {{{ 73 git clone https://github.com/aq2-tng/aq2-tng 74 cd aq2-tng/source 75 make 76 cp ../action ~/.q2pro/action 77 cp gamex86_64.so ~/.q2pro/action/ 78 }}} 79 80 === Action Quake maps 81 Now we have basic game, but it lack maps and other resources. 82 83 Download Action Quake 2 using these links: 71 84 - Minimal aq2-tng: https://disk.yandex.ru/d/7UUEX2ic2i7Bvg 72 - Minimal aq2-tng + maps: https://disk.yandex.ru/d/W-7ixUGT-aVzlQ 85 - Minimal aq2-tng + maps: https://disk.yandex.ru/d/W-7ixUGT-aVzlQ (Download this) 73 86 - Full set with all textures and maps: https://disk.yandex.ru/d/HtmBA8CEcWDRaA (Download this) 74 87