Debug Menu: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (added info and fixed grammar.)
(Added screenshot of the debug UI, a info and a warning template.)
Line 1: Line 1:
The '''Debug Menu''' are present in all games except in {{csgo|4}}.
The '''Debug Menu''' are present in all games except in {{csgo|4}}.
It can be shown by pressing Shift + F1.
It can be shown by pressing Shift + F1 or by typing "<code>debugsystemui</code>" in the Console.
 
[[File:Debugsystemui.png|400px|right]]
{{ModernWarning|Enabling certain options like MatSys > Software Lighting can cause the game to crash.}}
{{ModernBug|Does not draw over video backgrounds like Portal 2's main menu.}}
{{ModernBug|Does not draw over video backgrounds like Portal 2's main menu.}}
{{ModernNote|Some games may not include the scripts/debugoptions.txt which cause the Debug Menu UI to be broken, copy it from any other Source game (example: {{hl2|4}}) and paste it into the same directory on a game that have the broken Debug UI.}}
{{ModernNote|Some games may not include the scripts/debugoptions.txt which cause the Debug Menu UI to be broken, copy it from any other Source game (example: {{hl2|4}}) and paste it into the same directory on a game that have the broken Debug UI.}}

Revision as of 10:18, 29 March 2023

The Debug Menu are present in all games except in Counter-Strike: Global Offensive Counter-Strike: Global Offensive. It can be shown by pressing Shift + F1 or by typing "debugsystemui" in the Console.

Debugsystemui.png

Template:ModernWarning Template:ModernBug Template:ModernNote

Contains a few debugging options that run commands in the console.

The file can be modified scripts/debugoptions.txt