Changes between Version 13 and Version 14 of ActionQuake2
- Timestamp:
- Oct 15, 2024, 3:07:38 AM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ActionQuake2
v13 v14 1 1 2 2 = Action Quake 2: how to setup and start playing 3 [[https://en.wikipedia.org/wiki/Action_Quake_2|Action Quake 2]] is predecessor for a popular game "[[https://en.wikipedia.org/wiki/Counter-Strike|Counter-Strike]]" made by [[https://en.wikipedia.org/wiki/Minh_Le|the same developer]]. It is mostly free software now, so it is a good game to play if you prefer using mostly free software. Gameplay is something in between Counter Strike and Quake 2, I would describe it as "It is CS, but fun and it is also an arena shooter", by "arena shooter" I mean there is no tasks such as planting the bomb, the game uses Quake 2 gamemode such as DM (Deathmatch), TDM (Team Deathmatch), CTF and so on.3 [[https://en.wikipedia.org/wiki/Action_Quake_2|Action Quake 2]] is game that is a predecessor for a popular game "[[https://en.wikipedia.org/wiki/Counter-Strike|Counter-Strike]]" made by [[https://en.wikipedia.org/wiki/Minh_Le|the same developer]]. It is mostly free software now, so it is a good game to play if you prefer using mostly free software. Gameplay is something in between Counter Strike and Quake 2, I would describe it as "It is CS, but fun and it is also an arena shooter", by "arena shooter" I mean there is no tasks such as planting the bomb, the game uses Quake 2 gamemode such as DM (Deathmatch), TDM (Team Deathmatch), CTF and so on. 4 4 5 5 == How to setup … … 7 7 8 8 === q2pro + aq2-tng + baseq2 + @zevlg config 9 [[https://github.com/zevlg|@zevlg]] is Emacs package developer who plays action quake for 20+ years. His config is good for competitive playing. If you are not comfortable with playing quake, it might feel awkward. 10 11 Download links: 12 - Minimal aq2-tng: https://disk.yandex.ru/d/7UUEX2ic2i7Bvg 13 - Minimal aq2-tng + maps: https://disk.yandex.ru/d/W-7ixUGT-aVzlQ 14 - Full set with all textures and maps: https://disk.yandex.ru/d/HtmBA8CEcWDRaA (Download this) 15 - @zevlg config: https://github.com/zevlg/dot.q2pro (Download this) 9 I ([[https://w96k.dev/|~w96k]]) got involved into playing Action Quake by @zevlg. [[https://github.com/zevlg|@zevlg]] is Emacs (package and XEmacs) developer who plays action quake for 20+ years. His config is good for competitive playing. If you are not comfortable playing quake, it might feel awkward, but it is easy to modify everything for your style of playing. 16 10 17 11 === Compiling q2pro … … 67 61 Just buy it, look for installed folder and copy paste baseq2 folder to `~/.q2pro/baseq2`. For steam version on linux it would be `~/.steam/debian-installation/steamapps/common/Quake \ 2/baseq2`. 68 62 69 === aq270 63 So if you run `q2pro` in your terminal you should get q2 game running on different client. It should look like this so far: 71 64 72 65 [[Image(q2pro_baseq2.gif)]] 73 66 67 Press `<ESC>` to access game menu. You can run Quake 2 campaign from there, or use a console by pressing `~` and running `/map <mapname>` command. Autocompletion works by pressing `<TAB>` key. 68 74 69 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]]. 70 71 === aq2 72 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: 73 - Minimal aq2-tng: https://disk.yandex.ru/d/7UUEX2ic2i7Bvg 74 - Minimal aq2-tng + maps: https://disk.yandex.ru/d/W-7ixUGT-aVzlQ 75 - Full set with all textures and maps: https://disk.yandex.ru/d/HtmBA8CEcWDRaA (Download this) 76 77 === @zevlg config 78 - @zevlg config: https://github.com/zevlg/dot.q2pro (Download this) 75 79 76 80 === aQtion using Steam