Customizing your Game: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 5: Line 5:


=Console Commands=
=Console Commands=
To make it so you can toggle on and off the hud by pressing the key "H" run this console command
[code]
bind "h" "toggle cl_drawhud 0 1"
[/code]
to hide the minimap use the command "cl_drawhud_force_radar -1"


to hide the crosshair use the command "crosshair 0"
to hide the killfeed use the command "cl_drawhud_force_deathnotices -1"
to hide chat use the command "ignoremsg" a couple times until it ignores all messages
you can also quiet down bots with "bot_chatter off"


=.CFG files=
=.CFG files=

Revision as of 01:53, 14 November 2024

By using the ingame selectors, Vote Menu, and Console Commands. You can tailor the experience to your liking.

Menu Options

Console Commands

To make it so you can toggle on and off the hud by pressing the key "H" run this console command [code] bind "h" "toggle cl_drawhud 0 1" [/code] to hide the minimap use the command "cl_drawhud_force_radar -1"

to hide the crosshair use the command "crosshair 0"

to hide the killfeed use the command "cl_drawhud_force_deathnotices -1"

to hide chat use the command "ignoremsg" a couple times until it ignores all messages

you can also quiet down bots with "bot_chatter off"

.CFG files

Vote Menu