Author Topic: Problem with Client  (Read 2153 times)

0 Members and 1 Guest are viewing this topic.

Drako

  • Goblin Pup
  • *
  • Posts: 2
  • Reputation: +0/-0
Problem with Client
« 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...

Kyrie

  • Orb Member
  • Uber Menace
  • ***
  • Posts: 1,014
  • Reputation: +5/-4
Re: Problem with Client
« Reply #1 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);







Drako

  • Goblin Pup
  • *
  • Posts: 2
  • Reputation: +0/-0
Re: Problem with Client
« Reply #2 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 :)