Changes between Version 24 and Version 25 of ActionQuake2


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ActionQuake2

    v24 v25  
    9696cd ~/.q2pro/action
    9797git 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
     98mv dot.q2pro/*.aqtp ./
     99
     100cat <<EOF > aq2.sh
     101#!/bin/sh
     102q2pro +exec lg-qwerty.aqtp +map rok
     103EOF
     104
     105chmod +x aq2.sh
    101106}}}
    102107
    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:
     108So now you should have config files (.cfg, .aqtp) and a shell script for starting the game in your `action` folder
    104109{{{
    105 aq2.sh -> lg-dv.aqtp
    106 aq2-qw.sh -> lg-qwerty.aqtp
    107 aq2ded.sh -> aqtp.conf
     110aq2.sh, lg-dv.aqtp, lg-qwerty.aqtp
    108111}}}
    109112