Changes between Version 32 and Version 33 of ActionQuake2
- Timestamp:
- Oct 15, 2024, 4:21:31 AM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ActionQuake2
v32 v33 96 96 cd ~/.q2pro/action 97 97 git clone https://github.com/zevlg/dot.q2pro.git 98 }}} 99 100 `dot.q2pro` folder contains config files (.cfg, .aqtp): 101 {{{ 102 lg-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 {{{ 98 108 mv dot.q2pro/lg-qwerty.aqtp ./ 99 109 mv dot.q2pro/lg-qwerty.cfg ./ … … 107 117 chmod +x aq2.sh 108 118 }}} 109 110 So now you should have config files (.cfg, .aqtp) and a shell script for starting the game in your `action` folder111 {{{112 aq2.sh, lg-dv.aqtp, lg-qwerty.aqtp113 }}}114 115 `dv` means Dvorak which is alternative keyboard layout. I assume you are using Qwerty layout.116 119 117 120 Run `./aq2.sh`.