Changes between Version 22 and Version 23 of ActionQuake2


Ignore:
Timestamp:
Oct 15, 2024, 3:51:42 AM (4 weeks ago)
Author:
w96k
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ActionQuake2

    v22 v23  
    9494git clone https://github.com/zevlg/dot.q2pro.git
    9595mv dot.q2pro/* ./
     96sed -i 's/old-text/new-text/g'
    9697chmod +x aq2.sh aq2-qw.sh aq2ded.sh
    9798}}}
     
    99100So now you should have some .sh shellscripts and config files (.cfg, .aqtp) in your `action` folder. Shellscript corresponds to config with the same suffix:
    100101{{{
    101 aq2.sh -> lg-dv.aqtp, lg-dv.aqtp
    102 aq2-qw.sh -> lg-qwerty.aqtp, lg-qwerty.aqtp
     102aq2.sh -> lg-dv.aqtp
     103aq2-qw.sh -> lg-qwerty.aqtp
    103104aq2ded.sh -> aqtp.conf
    104105}}}