Debug Menu: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(actual information that may be useful)
m (added info and fixed grammar.)
Line 1: Line 1:
The Debug Menu is a present in source games.
The '''Debug Menu''' are present in all games except in {{csgo|4}}.
It can be shiwn by pressing Shift + F1.
It can be shown by pressing Shift + F1.


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.}}


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


The file can be modified scripts/debugoptions.txt
The file can be modified scripts/debugoptions.txt

Revision as of 10:10, 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.

Template:ModernBug Template:ModernNote

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

The file can be modified scripts/debugoptions.txt