Developer

From Valve Developer Community
Revision as of 20:06, 16 March 2009 by FlynT (talk | contribs)
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

Developer is a console variable in the Source engine that enables various levels of developer debugging options. This includes entity diagnostic information which will be printed to the console and also at the top of the screen.

Syntax: developer <value>

Valid values are:

  • 0: turn debugging mode off (default)
  • 1: some debugging information
  • 2: verbose debugging information
  • 4: even more debugging information

Number "1" will print developer messages to your console, number "2" will do the same, except now the messages will also write to the top-left of your HUD. Number "4" would do the same what 1 & 2 does, but now it will add some more on-screen info like where the clients crosshair is pointing (Shows the crosshair of all the players in multiplayer) and shows hitboxes and boundboxes (Only if there is an error with that object like collision and "Client stuck on object...")

(

Todo: Better details here!

)

Developer mode can also be enabled via the -dev or -developer command line switches.

See also

Other console commands and variables that a developer may find useful include:

If you are looking for information about being a developer for Valve games, you may instead find these pages useful: