Debug Menu: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(The debug menu appears to be present only in Src2007 or later. "debugsystemui" didn't do anything nor SHIFT + F1 in old CSS Source 2006 build.)
mNo edit summary
Line 1: Line 1:
{{langsp}}
{{langsp}}
The '''Debug Menu''' are present in all games {{since|{{src07|4}} except in {{csgo|4}}.
The '''Debug Menu''' are present in all games {{since|{{src07|4}}}} except in {{csgo|4}}.
It can be shown by pressing Shift + F1 or by typing "<code>debugsystemui</code>" in the Console.
It can be shown by pressing Shift + F1 or by typing "<code>debugsystemui</code>" in the Console.
[[File:Debugsystemui.png|400px|right]]
[[File:Debugsystemui.png|400px|right]]

Revision as of 21:53, 30 December 2023

English (en)Translate (Translate)

The Debug Menu are present in all games (in all games since Source 2007 Source 2007) 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 is located here: 🖿scripts/debugoptions.txt and can be modified.