Razer Mamba Review
 

Razer Mamba Review

Review

 
Urban Terror 4.2 to get akimbo weapons [UPDATE]
 

4.2 To get Akimbos

Breaking News

 
The way of the SR-8
 

The way of the SR-8

Guide

 

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. Increasing FPS Through CVAR Tweaks Gaming is all about removing hardware limitations and imperfections from the experience as much as possible. Nothing is worse than losing a round of TS because your FPS crapped out, or failing to return a flag because you couldn’t track the enemy with 26 FPS. This guide will show you how to squeeze more frames per second out of your existing computer, no upgrade needed!...

12 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

Leave a Comment

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