Changes between Version 32 and Version 33 of ActionQuake2


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ActionQuake2

    v32 v33  
    9696cd ~/.q2pro/action
    9797git clone https://github.com/zevlg/dot.q2pro.git
     98}}}
     99
     100`dot.q2pro` folder contains config files (.cfg, .aqtp):
     101{{{
     102lg-dv.aqtp, lg-qwerty.aqtp
     103}}}
     104
     105`dv` means Dvorak which is alternative keyboard layout. I assume you are using Qwerty layout, so we copy only Qwerty config:
     106
     107{{{
    98108mv dot.q2pro/lg-qwerty.aqtp ./
    99109mv dot.q2pro/lg-qwerty.cfg ./
     
    107117chmod +x aq2.sh
    108118}}}
    109 
    110 So now you should have config files (.cfg, .aqtp) and a shell script for starting the game in your `action` folder
    111 {{{
    112 aq2.sh, lg-dv.aqtp, lg-qwerty.aqtp
    113 }}}
    114 
    115 `dv` means Dvorak which is alternative keyboard layout. I assume you are using Qwerty layout.
    116119
    117120Run `./aq2.sh`.