Particle's Custom RPG

Assistance => Assistance & Feedback => Topic started by: Drako on July 6, 2009 07:47 pm CDT

Title: Problem with Client
Post by: Drako on July 6, 2009 07:47 pm CDT
Okay I had to reinstall tribes because of a glitch. I put all the scripts back in but now my "A" button won't strafe left. I have gone thru Deus and removed "A" binds and others but it still won't work unless I manually put "A" back on it. I log out and come back and I have to redo it all over again. I have tried and tried adding "A" button to my config.cs but it overwrites for some reason. Any help would be appreciated...
Title: Re: Problem with Client
Post by: Kyrie on July 6, 2009 08:11 pm CDT
Did you reassigned the bind for Autorun/Autofire in DeusKeyBinds.cs?

Try resetting those to whatever you want them to be, then manually put this into your config.cs:

bindAction(keyboard0, make, "a", TO, IDACTION_MOVELEFT, 1.000000);
bindAction(keyboard0, break, "a", TO, IDACTION_MOVELEFT, 0.000000);
Title: Re: Problem with Client
Post by: Drako on July 6, 2009 10:29 pm CDT
Yeah it was the autofire messing things up. I finally found it after so long...had to redo that and then redo regular fire for some reason lol Thanks for the help :)