Hi I'm trying to get some custom cfg file working. Here is the info:
C:\Program Files (x86)\Tremulous\base\human.cfg
bind w “+forward;boost”
bind s “+back;boost”
bind a “+moveleft;boost”
bind d “+moveright;boost”
C:\Program Files (x86)\Tremulous\base\alien.cfg
bind w “+forward”
bind s “+back”
bind a “+moveleft”
bind d “+moveright”
In game, at the console, I can "\exec human.cfg" or "\exec alien.cfg" and it says "execing human.cfg" or "execing alien.cfg"...but when I look at my "\bindlist" none of the binds get updated.
Thanks.