Tremulous Forum

General => Troubleshooting => Topic started by: techhead on October 28, 2006, 05:30:18 pm

Title: Scripting and binds.
Post by: techhead on October 28, 2006, 05:30:18 pm
Is it possible for a bind to be different depending if you are Alien or Human?
Like "Enemy Reactor/Overmind Down, Attack!"
Or "Squash/Blast those Humans/Aliens"
Title: Scripting and binds.
Post by: PwNz! on October 29, 2006, 12:03:46 am
make 2 files with the alien and human binds...aka 1 for aliens and 1 for humans..and bind a key to exec them..as in

/bind "/" "team human;exec human"
bind . "team alien;exec alien"
Title: Scripting and binds.
Post by: techhead on October 29, 2006, 07:54:11 pm
So I would have to switch between alien and human binds manually?
And where are the bind files?
I always do it from in-game...
Title: Scripting and binds.
Post by: Lava Croft on November 06, 2006, 12:09:18 pm
Take a look at http://trem.maci.ws/lava_croft/trmcfgs.zip for an indication of how to suit your binds to your personal needs.
Title: Scripting and binds.
Post by: techhead on November 06, 2006, 08:15:38 pm
Thanks!