CVARs:Debug

From ZDoom Wiki
Jump to navigation Jump to search

These console variables can be used for debugging purposes.

See the CVARs article for general information on how to access and edit variables.

Default: false
When enabled, prints to the console some debug information while reading the ANIMATED lump. Since this variable is not archived and all control lumps have been already loaded when the console is available, this can only be used if set from the command line or an autoexec.cfg file.
Default: 0
Prints various debugging messages to the console. Setting this to a value from 1 to 4 controls the severity level, with the levels being:
  • 1: errors
  • 2: warnings
  • 3: notifications
  • 4: everything
Default: false
Enables a listing of all things in the map and the actor type they spawned while a level is being loaded. (This does not concern things spawned during the game.)
Default: false
When true, constantly displays the player's current position and view angle. It also displays the current map's name (alternate HUD only).
Default: false
When set to true, the current status of all sound channels is displayed on the screen. Internally, this console variable is called noisedebug.
Default: false
When set to true, a print out of all actors/classes, their total counts for the map, and the time in ms being taken up by their thinkers, are displayed in the console.
Default: false
When set to true, various performance counters will be printed to the console whenever a map is loaded.
Default: false
If set to true, the FraggleScript parser will log its tokens to the console.
Default: false
When true, draws a series of dots at the bottom of the screen representing the number of tics it took to display the current frame. (One tic is 1/35th of a second.) When -devparm is specified on the command line, this CVAR is automatically set to true. You can get a rough idea of your FPS by counting the number of lit dots and dividing that from 35. A better way would be to use vid_fps.
Default: false
Setting this to true causes all planes to be drawn using the sloped drawer, even if they aren't sloped.
Default: false
When true, displays the average framerate over the past second in the upper-right corner of the screen. Because the Doom engine's internal game rate and frame rate are linked, the framerate will never be (much) above 35 fps if cl_capfps is true.
Default: 1.0
Controls the speed of the entire game program. This means that changing the value of this CVAR can speed up or slow down not only the game world, but also everything else in the game, including the UI. The minimum time scale value possible is 0.05. This CVAR can not be changed in netgames.

See also