Tremulous Forum
General => Troubleshooting => Topic started by: demonheadx on July 14, 2011, 05:05:40 am
-
Hey everyone,
Specs:
Windows 7
Gpp 1.2 w/ sagefault(http://code.google.com/p/segfault/wiki/Features)
Notepad++ (don't think that matters but what ever :P)
Ok the question,
What I am trying to do is separate my human and alien binds in different cfgs. Right now I have this on a line,
bind . "/exec humans.cfg"
but when I press "." I get "/exec is not a valid command." So what is a another way that I can do this?
Thanks for the help!
-
Take the / out.
"exec humans.cfg"
-
Awesome Sauce!
That was simple :D
Thank you!
-
I'd suggest that instead you type the following lines into console. This way you don't have to manually execute the configuration files, it's quite handily done automatically when you join a team.
/set cg_humanconfig "name_of_the_human_cfg.cfg"
/set cg_alienconfig "name_of_the_alien_cfg.cfg"
-
That's even more awesome sauce! thank you for that.
I don't know too much about trem binding, I'm using the tremulous wiki(http://tremulous.net/wiki/Binding) for my binds.
Thank you again!
-
If you are looking to expand your skills, I recommend taking a look at this tutorial (by Deadbeat Engineer) (http://tremulous.net/forum/index.php?topic=13675.0). You should learn about strings and how to use them in conjunction with binds. I also wrote an old and slightly outdated (and also cryptic) tutorial here (http://tremulous.net/forum/index.php?topic=10945.0). If you have any questions, just ask. (The 2nd link might be confusing, quite poorly written now that I look back.)