Changes between Version 24 and Version 25 of ActionQuake2
- Timestamp:
- Oct 15, 2024, 4:01:52 AM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ActionQuake2
v24 v25 96 96 cd ~/.q2pro/action 97 97 git clone https://github.com/zevlg/dot.q2pro.git 98 mv dot.q2pro/* ./ 99 sed -i 's/old-text/new-text/g' 100 chmod +x aq2.sh aq2-qw.sh aq2ded.sh 98 mv dot.q2pro/*.aqtp ./ 99 100 cat <<EOF > aq2.sh 101 #!/bin/sh 102 q2pro +exec lg-qwerty.aqtp +map rok 103 EOF 104 105 chmod +x aq2.sh 101 106 }}} 102 107 103 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:108 So now you should have config files (.cfg, .aqtp) and a shell script for starting the game in your `action` folder 104 109 {{{ 105 aq2.sh -> lg-dv.aqtp 106 aq2-qw.sh -> lg-qwerty.aqtp 107 aq2ded.sh -> aqtp.conf 110 aq2.sh, lg-dv.aqtp, lg-qwerty.aqtp 108 111 }}} 109 112