Changes between Version 31 and Version 32 of ActionQuake2


Ignore:
Timestamp:
Oct 15, 2024, 4:20:01 AM (4 weeks ago)
Author:
w96k
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ActionQuake2

    v31 v32  
    7070Once 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:
    7171- 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)
    7474
    7575Unpack the archive and move `action` folder to `~/.q2pro/`. You might need to install `p7zip` package for extracting 7z archives:
    7676{{{
    7777sudo apt install p7zip
    78 7za x aqtp+maps.7z -o/home/<your_user>/.q2pro/
    79787za x aqtp_files.7z -o/home/<your_user>/.q2pro/
    8079}}}
     
    9796cd ~/.q2pro/action
    9897git clone https://github.com/zevlg/dot.q2pro.git
    99 mv dot.q2pro/*.aqtp ./
    100 mv dot.q2pro/*.cfg ./
     98mv dot.q2pro/lg-qwerty.aqtp ./
     99mv dot.q2pro/lg-qwerty.cfg ./
    101100
    102 cat <<EOF > aq2.sh
     101cat <<EOF > ../aq2.sh
    103102#!/bin/sh
    104 q2pro +exec ~/.q2pro/action/lg-qwerty.aqtp +map rok
     103q2pro +exec lg-qwerty.aqtp +map rok
    105104EOF
    106105
     106cd ../
    107107chmod +x aq2.sh
    108108}}}