Awesome New Frag Movie
 

Tidbits n' Gravy

 
The current ‘Nade – The state of the Website
 

The state of the 'Nade

News

 
Game theory – Strategy vs Tactics
 

Strategy vs Tactics

Game Theory

 

Cool and useful console commands

You can use the tilde key on your keyboard to open the ingame console if you’re on a Windows machine. For a Mac it would be shift-esc. Once the console is opened up, you can enter all sorts of code into it, which can be as well useful as funny and entertaining.

Here’s a list of commands you might find handy.

Note: If not described as differently, the one after a command generally means “On”, a zero in that place would turn the function “Off”

/connect *ip*

Let’s you connect to a server by entering the ip or dns address, for example /connect 67.220.215.35 or /connect mulchers.dontexist.org

/reconnect

Connects to the server you were last connected to. Useful for rejoining when a server crashed or when you were kicked for radio spamming no appartent reason.

/cg_rgb *number*,*number*,*number*

Defines your armband color. Use an rgb color code (chart) to create your own custom one. Note the colors may not be lower than zero and higher than 255. Example: /cg_rgb 255,51,0

These are my custom armband colors. I have them bound to keys so I can easily switch between them.

These are my custom armband colors. I have them bound to keys so I can easily switch between them.

/r_shownormals 1

Let’s you use Urban Terror’s built in wallhack. A little line for every visible vertex that is showing at that point is displayed. Useful for checking if people are using a wallhack. Note that this can only be used when not in a game, for example if in the menus or, most importantly, when watching a demo.

/video

Starts Urban Terror’s built-in screen recorder. It writes a full-resolution .avi file into your q3ut4/videos directory. Should only be used while watching a demo, as it slows down the performance

/stopvideo

Stops the screen recorder.

/cg_draw2d 1

Draws 2d stuff on the screen, like the HUD, lagometer, etc. Turning it off when exporting demos gives cleaner video results.

/kill

Kills your player

/timescale *number*

Set’s the timescale for the playback of a demo. Useful if used in conjunction with /video and /stopvideo to create cool slow motion effects.

1 = normal speed

2 = double speed

0.5 = half speed

/ut_itemdrop *item*

Only useful when bound to a key. Drops an item. Example: /ut_itemdrop kevlar.

/ut_weapontoggle *weapon* *weapon* *weapon*

Also only useful when bound. Toggles through the weapons listed in there. Useful to save keys, for exmaple ut_weaptoggle secondary sidearm.

/cl_drawclock 1

Draws a little clock on the screen, that displays your computer’s local time. Useful for timing attacks and of course keeping track of the time.

/clear

Clears the console

Console tips:

  • Use your insert key to toggle the console cursor between replace and insert mode.
  • Use your Page up and Page down keys to scroll through the console.
  • Use your arrows keys to recall previous commands.
  • Use tab to receive a list with all commands that start with the text you already entered.

Related posts:

  1. Funny minigames hidden in Urban Terror Did you ever played Team Survivor and died first? Isn't it annoying? You have to wait for the round to end, and if they don't find each other it will take forever. Kinfe is boring. So what are you going to do? I found myself playing with the iPhone in the meantime, but thanks to Fleet I've discovered two minigames hidden inside Urban Terror. Let's play some games!...
  2. Key mapping Basics There are a couple of things that you should do as soon as possible. One is to bind some radio messages, and we'll talk about this in another post. The other is to map your keys effectively. I found the basic configuration a bit frustrating and very uncomfortable, also it doesn't look like any other configuration from the modern FPS. Luckyly you can change it. The following is my key map. I found it to be very good. It can be a good starting point to you to improve it further and further....
  3. Radio and message binds you should use There are a couple of messages you must be ready to send to your teamates anytime. Using the radio manually is almost impossible, so it is crucial to bind some radio messages. I feel that having the F1-F10 keys for this is quite uncomfortable. If you have read my previous post about key binds you should know that I have scattered my weapons all around WASD and left the keys 1 through 0 free. I used them for radio binds and let's see what they do....

32 Comments

  1. NaeRey says:

    /clear – clears the console

    +tab – gives complete list (or autofill) of commands that start with that letter(s)

    arrowUP/DOWN – previous/next command last used

  2. Biometric says:

    You’re right, I forgot about them, will add them in a second.

  3. don says:

    /disconnect

    /cg_lagometer 1/0

    /cg_crosshairrgb ” ” (rgb + alpha, respectively)

    /playerlist
    /tell (get this from /playerlist)
    Sends a private message in game.

    /recorddemo (leave demoname blank to get a name generated by the game based on time, date, map, name, and team names)
    /stoprecord (stop recording a demo)

  4. don says:

    Also, ctrl + scrollwheel scrolls through the console log much faster.

    /condump
    Dumps console history to a file of your choosing. Add .txt to the end of the name to save yourself one step later on.:)
    Stored in x/x/x/Urban Terror/q3ut4

  5. nvb says:

    also very useful is /cvarlist if your like me and cant remember cvarnames. without arguments it dumps all cvars with their flag [0] and current value (condump comes in handy there). with an argument you can do wildcardsearches on cvars set, which is particularly useful if you dont remember the exact name of the cvar. e.g.:

    /cvarlist *bob
    A cg_bobroll "0"
    A cg_bobpitch "0.000"
    A cg_bobup "0.000"

    808 total cvars
    808 cvar indexes

    an addition to scrolling in console: with CTRL + END you get back to last line if you scrolled up multiple pages

    also very useful is the /toggle command
    it toggles the value of a cvar between 0 and 1
    like:
    /cg_speedo
    "cg_speedo" is:"0" default:"0"
    /toggle cg_speedo
    /cg_speedo
    "cg_speedo" is:"1" default:"0"
    /toggle cg_speedo
    /cg_speedo
    "cg_speedo" is:"0" default:"0"

    which when bound to a key displays or hides the speedometer in your hud (+ resets your maxspeed on hide)
    /bind j "toggle cg_speedo"

    [0] urt.net: Server variable flags

  6. Curtis says:

    Any1 know how to make a bind that says the weapon ur using and how much health u have? Only to your team of course.

  7. Canard-laquay says:

    /bind PGDN “team autojoin”
    /bind PGUP “team spectator”
    /bind HOME “quit”

    ;)

  8. nice

    /r_shownormals 1

    /connect *ip*

    /cg_draw2d 1

    I should try these they sound cool

  9. hey curtis /bind 2 say_team “I am $health with a $weapon” look up more $ or variables online to fit them o your needs.

  10. Sarin-ade says:

    /maplist for upcoming maps

  11. anjan says:

    how to create a strong console in an nw server

  12. anjan says:

    how to create a console in new server

  13. fools says:

    hahhah acually the key to open up console on a mac is the same as windows, tilde,, were not that much of a minority hahahah

  14. gui says:

    cara como mudo o botao de entra no console

  15. rUFFn3k says:

    I was wondering if cg_rgb was the correct name because there is also a cg_armbandrbg and it gives me a different value than the one I set for just cg_rgb.

  16. KinG says:

    how can i fill ^ in the console? if i press it i close the console. then i open it and then there are 2 of this ^^. but how can i only fill in one without close the console???
    Hope for answer

  17. Hey There. I found your blog using msn. This is an extremely well written article. I’ll be sure to bookmark it and return to read more of your useful info. Thanks for the post. I will certainly return.

  18. Definitely believe that which you said. Your favorite justification seemed to be on the net the easiest thing to be aware of. I say to you, I certainly get irked while people think about worries that they plainly don’t know about. You managed to hit the nail upon the top and also defined out the whole thing without having side-effects , people can take a signal. Will probably be back to get more. Thanks

  19. It is the best time to make some plans for the future and it’s time to be happy. I have read this post and if I could I desire to suggest you few interesting things or advice. Perhaps you can write next articles referring to this article. I wish to read even more things about it!

  20. Hi, i think that i saw you visited my site thus i came to “return the favor”.I am attempting to find things to enhance my site!I suppose its ok to use some of your ideas!!

  21. appurtenant googled throughout to your site. sound is a path toto beautiful doorpost. aye what I was trying in that.

  22. This is able to be the wonderful weblog for anyone who wishes to find out about this subject. You recognize a lot its nearly arduous to argue with you (not that I severely would want…HaHa)!!! You actually put a brand new spin on a subject thats been written about for decades. Nice issues, simply good!

  23. This submit was very well written, and it also comprises a whole lot of helpful facts. I appreciated your distinguished method of scripting this post. Thanks, you’ve gotten made it simple for me to know

  24. I’ve thought fairly a bit about this subject since I’ve began to read blogs which comparatively speaking is not all that long a time. I admire your insights and experiences here. They are very candid and it will be arduous to seek out this data elsewhere.

  25. Engagement photos Miami says:

    whoah this blog is wonderful i love reading your posts. Keep up the great work! You know, many people are hunting around for this info, you can help them greatly.

  26. excellent post, very informative. I wonder why the other experts of this sector don’t notice this. You should continue your writing. I’m confident, you’ve a huge readers’ base already!

  27. smartphone says:

    First off, permit my household respect a person’s order within this subject. Though that is certainly progressive , however soon after registering your weblog, these brains has burst extensively. Allow many individuals to take hold for one’s rss to help keep up a correspondence with within the least doable promotions Direct absolutely grasp however will transfer it on to support admirers and the specific live workers

  28. I like the valuable information you provide in your articles. I’ll bookmark your weblog and check again here regularly. I’m quite certain I’ll learn many new stuff right here! Good luck for the next!

  29. David says:

    Hey man thanks for all these commands really, I only knew the /r_shownormals 1 command, and as for video capturing i have been using screen flow so that / video command was very helpful now my videos do not come out all dark and i can start uploading movies onto youtube so thanks alot bro….. from
    David :D

  30. The very heart of your writing whilst sounding agreeable initially, did not really sit perfectly with me personally after some time. Somewhere within the paragraphs you actually managed to make me a believer unfortunately just for a very short while. I however have got a problem with your jumps in assumptions and one would do well to help fill in all those breaks. In the event that you can accomplish that, I could surely be impressed.

Leave a Comment

Get your avatar at Gravatar.
Be kind and stay on topic.