How do I make my own radio binds?
That is a question I hear often while playing urban terror. This guide will explain how to make your own radio binds in urbanterror.
Ok, lets get started. First go to "my computer/program files/urbanterror/q3ut4", there should be a file named "autoexec.cfg", open it with notepad. If youre new to scripting you will see an empty white document. Here is where you are going to write your radio binds.
Example you want to bind the radio command "affirmative". Go to your autoexec file and write
bind f1 ut_radio 1 1 Hell Yeah!
This will play the affirmative radio call but instead of "affirmative" it prints "Hell Yeah!".
If you like you can add colors.
^1 = Red^2 = Green^3 = Yellow^4 = Blue^5 = Cyan^6 = Purple^7 = White^8 = Blackbind f1 ut_radio 1 1 ^2Hell ^6Yeah!
Will print:
Hell Yeah!You can make these binds with every radio call you like. Example if you want to bind "enemy spotted" just write:
bind f2 "ut_radio 5 1 Noobs spotted"
I hope you guys know how to make your own binds by now.
Replay[1up]