Changes between Version 22 and Version 23 of ActionQuake2
- Timestamp:
- Oct 15, 2024, 3:51:42 AM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ActionQuake2
v22 v23 94 94 git clone https://github.com/zevlg/dot.q2pro.git 95 95 mv dot.q2pro/* ./ 96 sed -i 's/old-text/new-text/g' 96 97 chmod +x aq2.sh aq2-qw.sh aq2ded.sh 97 98 }}} … … 99 100 So now you should have some .sh shellscripts and config files (.cfg, .aqtp) in your `action` folder. Shellscript corresponds to config with the same suffix: 100 101 {{{ 101 aq2.sh -> lg-dv.aqtp , lg-dv.aqtp102 aq2-qw.sh -> lg-qwerty.aqtp , lg-qwerty.aqtp102 aq2.sh -> lg-dv.aqtp 103 aq2-qw.sh -> lg-qwerty.aqtp 103 104 aq2ded.sh -> aqtp.conf 104 105 }}}