Set this command to 1 to make the server pausable. When enabled, players can pause or resume the game using the "pause" and "unpause" console commands. By default, this is set to 0, which disables pausing.
Controls whether the game pauses automatically when you open the console using the '~' key. Using CTRL + '~' opens the console without pausing regardless of this setting.
Prints a list of all entities currently receiving touch callbacks in the game. Each entity is shown once, helping developers and server admins troubleshoot entity interactions efficiently.
When set to 1, this command enforces that every client connected to the server uses files that match the server's. Clients listed in pure_server_whitelist.txt are exempt from this check.
Set whether players who fail the sv_pure file check are kicked or just warned. When enabled (1), clients with modified or different files are kicked. When disabled (0), those clients receive only a warning.