Author Topic: custom cfg files not working  (Read 3691 times)

bloodandsoil

  • Posts: 1
  • Turrets: +0/-2
custom cfg files not working
« on: November 11, 2007, 10:56:47 am »
Hi I'm trying to get some custom cfg file working.  Here is the info:

C:\Program Files (x86)\Tremulous\base\human.cfg

Code: [Select]
bind w “+forward;boost”
bind s “+back;boost”
bind a “+moveleft;boost”
bind d “+moveright;boost”


C:\Program Files (x86)\Tremulous\base\alien.cfg

Code: [Select]
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.

Caveman

  • Guest
custom cfg files not working
« Reply #1 on: November 11, 2007, 12:33:38 pm »
You placed them in the wrong directory?

FisherP

  • Posts: 295
  • Turrets: +31/-32
Re: custom cfg files not working
« Reply #2 on: November 16, 2007, 01:21:56 am »
Since it has told you that the cfg has been executed I will assume that the cfg files are in the right directory.

However I am not familiar with "/bindlist" but try typing "/bind w" in the console, it should tell you what W has been bound to. Hopefully it's been changed

benmachine

  • Posts: 915
  • Turrets: +99/-76
    • ben's machinery
Re: custom cfg files not working
« Reply #3 on: November 17, 2007, 12:05:07 am »
Try putting echo "human.cfg loaded" at the bottom of the relevant files to make sure that the commands are running ok.
benmachine

Basilisco

  • Posts: 592
  • Turrets: +24/-5
    • http://wilhelmrahn.googlepages.com/
Re: custom cfg files not working
« Reply #4 on: November 17, 2007, 04:07:07 am »
When he posted this to the forum i told him (in-game) that the problems was the smart quotes.
He replied "it's a vista problem because it won't let me use the normal ones" and disconected

So i think he already gave up on this :P

Caveman

  • Guest
Re: custom cfg files not working
« Reply #5 on: November 17, 2007, 04:25:52 am »
Interesting, so the Idiot already knew the answer to his problem and failed to mention the most important little piece of information here?

jr2

  • Posts: 277
  • Turrets: +13/-74
    • Barely started
Re: custom cfg files not working
« Reply #6 on: November 17, 2007, 08:36:33 am »
Is this a way to turn boost on by default?  If so, it'd be nice, but how would you turn it off for conserving it for later?
Signature can be found here at Hard Light Productions

Basilisco

  • Posts: 592
  • Turrets: +24/-5
    • http://wilhelmrahn.googlepages.com/
Re: custom cfg files not working
« Reply #7 on: November 17, 2007, 11:14:34 am »
Is this a way to turn boost on by default?  If so, it'd be nice, but how would you turn it off for conserving it for later?

Code: [Select]
bind w "+forward; boost"
About turning it off.. you could put that in a second .cfg and exec it when you need it then exec the autogen when not.