Urban Terror Forums: How do I change my radio commands? - Urban Terror Forums

Jump to content

 Login | Register 
Advertisement
  • (4 Pages)
  • +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • This topic is locked

How do I change my radio commands? Rate Topic: -----

#1 User is offline   thebiffanater Icon

Posted 15 June 2010 - 11:53 PM

I was trying to figure out how to change my radio command's text. Like, for instance, some people will hit the radio command that says "anyone need support" and at the bottom, it will have written "anyone need some pork". I was just wondering how to do that. Somebody told me it was under control at the top of the screen when you click escape, but I couldn't find it.
Thanks.

#2 User is offline   ObScUrE Icon

  •   head moderator   
    Co-Chief Community Moderator
  • Account: obscure
  • Country:
  • Joined: 28-February 10
  • Posts: 2,192

Posted 16 June 2010 - 12:29 AM

Here are all radio commands with number code.
Spoiler


example ut_radio 1 1 will play the first item in the first menu = Affirmative.
To add your own text make.


bind F3 "ut_radio 1 1 Yes!"


This will play the Affirmative radio call and print Yes!

You can add colors to your messages with...

Quote

^1 = red
^2 = green
^3 = yellow
^4 = blue
^5 = cyan
^6 = magenta
^7 = white
^8 = black


example:

bind F3 "ut_radio 1 1 ^5Yes^2!"


will print Yes!

Quote

BenQ-XL2420T|Filco-Ninja-TKL-MXRed|Logitech-G403|AKG-K70201000010 01101100 01110101 01110100 01010010 01100001 01110101 00100100 01100011 01101000~The quieter you become, the more you are able to hear.~

#3 User is offline   thebiffanater Icon

Posted 16 June 2010 - 12:32 AM

So how do I bind? Do I just type that whole thing?

#4 User is offline   ObScUrE Icon

  •   head moderator   
    Co-Chief Community Moderator
  • Account: obscure
  • Country:
  • Joined: 28-February 10
  • Posts: 2,192

Posted 16 June 2010 - 12:41 AM

best way.

create 'thebiffanater.cfg' in "...\UrbanTerror\q3ut4\thebiffanater.cfg"
To load your config write exec thebiffanater.cfg in your autoexec.cfg (same directory)

Then write all the stuff you need in thebiffanater.cfg

bind F3 "ut_radio 1 1 ^5Yes^2!"
bind F4 "ut_radio 1 2 ^1NO^8!"


This post has been edited by ObScUrE: 16 June 2010 - 12:41 AM

Quote

BenQ-XL2420T|Filco-Ninja-TKL-MXRed|Logitech-G403|AKG-K70201000010 01101100 01110101 01110100 01010010 01100001 01110101 00100100 01100011 01101000~The quieter you become, the more you are able to hear.~

#5 User is offline   thebiffanater Icon

Posted 16 June 2010 - 12:49 AM

Sorry, I'm probably just stupid, but that makes no sense to me...
Where do I create 'thebiffanater.cfg'?

This post has been edited by thebiffanater: 16 June 2010 - 12:50 AM


#6 User is offline   ObScUrE Icon

  •   head moderator   
    Co-Chief Community Moderator
  • Account: obscure
  • Country:
  • Joined: 28-February 10
  • Posts: 2,192

Posted 16 June 2010 - 12:56 AM

View PostObScUrE, on 16 June 2010 - 12:41 AM, said:

create 'thebiffanater.cfg' in "...\UrbanTerror\q3ut4\thebiffanater.cfg"
To load your config write exec thebiffanater.cfg in your autoexec.cfg (same directory)

Right click to make a new .txt file and rename the file extension to .cfg

or

copy the autoexec.cfg and rename it.

Docs Section

This post has been edited by ObScUrE: 16 June 2010 - 01:07 AM

Quote

BenQ-XL2420T|Filco-Ninja-TKL-MXRed|Logitech-G403|AKG-K70201000010 01101100 01110101 01110100 01010010 01100001 01110101 00100100 01100011 01101000~The quieter you become, the more you are able to hear.~

#7 User is offline   thebiffanater Icon

Posted 16 June 2010 - 01:46 AM

Like, where do I do this tho? In-game, or on a different site?

#8 User is offline   ObScUrE Icon

  •   head moderator   
    Co-Chief Community Moderator
  • Account: obscure
  • Country:
  • Joined: 28-February 10
  • Posts: 2,192

Posted 16 June 2010 - 03:00 AM

do you know where the executable is located from where you start the game? :mellow:

but when this all is to complicated you can do this in game, too.

open console (shift + esc) and write /bind F3 ut_radio 1 1 YES!
press F3 on your keyboard to see if it works (close the console for testing).

Quote

BenQ-XL2420T|Filco-Ninja-TKL-MXRed|Logitech-G403|AKG-K70201000010 01101100 01110101 01110100 01010010 01100001 01110101 00100100 01100011 01101000~The quieter you become, the more you are able to hear.~

#9 User is offline   thebiffanater Icon

Posted 16 June 2010 - 03:12 AM

No I don't know where that is.
Ok, I put in the binding code, but it didn't work. I hit the squiggly line above Tab and typed it in a bunch of times but it didn't work.

#10 User is offline   ObScUrE Icon

  •   head moderator   
    Co-Chief Community Moderator
  • Account: obscure
  • Country:
  • Joined: 28-February 10
  • Posts: 2,192

Posted 16 June 2010 - 04:43 AM

1. you forgot the / at the beginning or misspelled something, pressed the wrong button (F3 not F or 3).
to test it out copy the line now and paste it in the console with ctrl+v

copy me!

Quote

/bind F3 ut_radio 1 1 YES!

Quote

BenQ-XL2420T|Filco-Ninja-TKL-MXRed|Logitech-G403|AKG-K70201000010 01101100 01110101 01110100 01010010 01100001 01110101 00100100 01100011 01101000~The quieter you become, the more you are able to hear.~

  • (4 Pages)
  • +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

Advertisement


Copyright © 1999-2024 Frozensand Games Limited  |  All rights reserved  |  Urban Terror™ and FrozenSand™ are trademarks of Frozensand Games Limited

Frozensand Games is a Limited company registered in England and Wales. Company Reg No: 10343942