Command (with default value setting) | Description |
---|---|
/sv_pure 1 | Sets the server so you can play your custom maps if there not in a .pk3 file (only needed in mp mode)1 means ON and 0 means off |
/devmap <mymapname> | Loads up your map, you can use cheats too in this mode, use in multiplayer |
/spdevmap <mymapname> | Use to load your single player maps, if you miss out the "sp" the level wont have any sound!, so always use spdevmap |
/spmap <mymapname> | Same as above but no cheats on as it doesnt have the dev part in the command |
/sv_cheats 0 | Enable cheats, 1 means ON and 0 means off |
/god | For use in single player to test out if you have enemies in, you are invincible with this on, needs sv_cheats 1 to use |
/noclip | You can fly about through everything in the map, needs sv_cheats 1 to use |
/modellist | Lists all the model names and there paths in the console |
/skinlist | Lists all the skin names and there paths in the console |
/shaderlist | Lists all the shader names and there paths in the console |
/imagelist | Lists all the images from the hud, sprites, etc and there paths in the console |
/vid_restart | Reloads your graphical display |
/demo mydemo | Use demo then the name of your demo to play it |
/record mydemo | Type record, then the name you want for a demo and it will begin recording the demo until you stop it |
/stoprecord | Stops the recording of any demos |
/systeminfo | Displays your system info, including what .paks you, whether or not server is on pure etc. |
/cg_fov 90 | Default is 90, set it above and the screen perspective is narrowed, like the alien on alien vs predator |
/cg_drawcompass 1 | Setting to 0 turns off the compass, 1 turns it on |
/cg_draw2d 1 | This is most useful for taking screenshots, takes everything off screen including the compass, (1 means ON and 0 means off) all your left with is the gun, which you can turn off by going into the menu and find the option for weapon display /draw gun and turn it off. |
/cg_drawfps 0 | Displays the fps on screen in top right corner, 1 means ON and 0 means off |
/r_showtris 0 | wireframe style 1 means ON and 0 means off |
/cg_thirdperson 0 | Excellent for judging the scale of your map, shows the model your controlling ala tomb raider Note: You need /sv_cheats 1 for this to work or be in dev mode |
/developer 0 | Displays all sorts of game and map information, some useful, most not 1 means ON and 0 means off |
/viewpos | Gives out your co-ordinates of where you are in the map (I think:) |
/cmdlist | Lists all the commands in console, use page up and page down to move up and down |
/r_speeds 0 | Displays current r_speeds (column before tris) 1 means ON and 0 means off |
/bind KEY "toggle r_showtris" | Replace KEY with your ke choice, toggles on and off, shows triangles being drawn by the engine. Note you can apply the toggle command to other commands. |