Changes between Version 31 and Version 32 of ActionQuake2
- Timestamp:
- Oct 15, 2024, 4:20:01 AM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ActionQuake2
v31 v32 70 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: 71 71 - Minimal aq2-tng: https://disk.yandex.ru/d/7UUEX2ic2i7Bvg 72 - Minimal aq2-tng + maps: https://disk.yandex.ru/d/W-7ixUGT-aVzlQ (Download this)73 - Full set with all textures and maps: https://disk.yandex.ru/d/HtmBA8CEcWDRaA (Download this 72 - Minimal aq2-tng + maps: https://disk.yandex.ru/d/W-7ixUGT-aVzlQ 73 - Full set with all textures and maps: https://disk.yandex.ru/d/HtmBA8CEcWDRaA (Download this) 74 74 75 75 Unpack the archive and move `action` folder to `~/.q2pro/`. You might need to install `p7zip` package for extracting 7z archives: 76 76 {{{ 77 77 sudo apt install p7zip 78 7za x aqtp+maps.7z -o/home/<your_user>/.q2pro/79 78 7za x aqtp_files.7z -o/home/<your_user>/.q2pro/ 80 79 }}} … … 97 96 cd ~/.q2pro/action 98 97 git clone https://github.com/zevlg/dot.q2pro.git 99 mv dot.q2pro/ *.aqtp ./100 mv dot.q2pro/ *.cfg ./98 mv dot.q2pro/lg-qwerty.aqtp ./ 99 mv dot.q2pro/lg-qwerty.cfg ./ 101 100 102 cat <<EOF > aq2.sh101 cat <<EOF > ../aq2.sh 103 102 #!/bin/sh 104 q2pro +exec ~/.q2pro/action/lg-qwerty.aqtp +map rok103 q2pro +exec lg-qwerty.aqtp +map rok 105 104 EOF 106 105 106 cd ../ 107 107 chmod +x aq2.sh 108 108 }}}