Developer

From Valve Developer Community
Revision as of 03:29, 2 April 2006 by Giles (talk | contribs) (A start on a proper page for the developer console variable (but just a start, mind you :))
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: more debugging information

(

Todo: better details here

) (

Todo: developer mode can also be enabled using a command line switch when the game is launched, but I can't remember what it is

)

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: