Just a quick tutorial made by me about binding keys.I used it alot back in the time where i was playing on the RPs servers,but as the commands works the same I think it will work for DR/Cheat and build too.
Binding just requires a knowledge of the keys and the commands.
For starting,just enable the developper console.For the ones who don't know how,here's a quick and little tutorial about it :
Once finished, you can open the console by pressing the Tilde(~) Key, which is underneath the Escape Key(ESC). You should get a big window at the right of your screen.
The text inside the window is automatic, and you can't control it.
Binding a key is one of the simplest thing you can do in the game : Believe me or not.Now let's find out what the console command bind does.
Code: Select all
bind <key> [command] : attach a command to a key
Type this into the little textbox at the bottom:
Code: Select all
bind x "say !switch"
Now,a little plus brought you by Stuntman : auto-switch binds
(Use different keys for each obviously, I just used x for demonstration purposes or something)
Code: Select all
for combine: bind x "say !switch; sm_vmenuselect 1"
for rebels: bind x "say !switch; sm_vmenuselect 2"
for spectate: bind x "say !switch; sm_vmenuselect 3"
sm_vmenuselect 1 will join a team and
sm_vmenuselect 2 will join spectate
If you want to unbind the key, type
Code: Select all
Unbind X
Let's be honest,this is very very easy and even me as a "Noob-in-computer-things" can easily make one.
So now if you guys want some more advanced commands,just do like I did in this example;If I want to say GG and check the Top 10 at the same time,here's how I make the binds :
Code: Select all
Bind KEY "say !top10; say GG"
Code: Select all
bind KEY "say !kick"
-------------------------------------
Here you go with this little and quick tutorial brought to you by Kory
Now you'll only need to press a key to have the menus,instead of always typing the /switch,/models,/donate,/gifts,etc etc.
I may have forgotten a thing or two,if it's the case,post it below please.If you have any questions,ask me.Thanks to : Stuntman0007 for the auto-switch binds part.
~Kory