Tremulous Forum

General => Troubleshooting => Topic started by: bloodandsoil on November 11, 2007, 10:56:47 am

Title: custom cfg files not working
Post by: bloodandsoil 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.
Title: custom cfg files not working
Post by: Caveman on November 11, 2007, 12:33:38 pm
You placed them in the wrong directory?
Title: Re: custom cfg files not working
Post by: FisherP 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
Title: Re: custom cfg files not working
Post by: benmachine 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.
Title: Re: custom cfg files not working
Post by: Basilisco 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
Title: Re: custom cfg files not working
Post by: Caveman 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?
Title: Re: custom cfg files not working
Post by: jr2 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?
Title: Re: custom cfg files not working
Post by: Basilisco 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.