Customizing your Game: Difference between revisions
Jump to navigation
Jump to search
Skizmophonic (talk | contribs) |
Skizmophonic (talk | contribs) |
||
| Line 6: | Line 6: | ||
=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 | To make it so you can toggle on and off the hud by pressing the key "H" run this console command | ||
<br> | |||
bind "h" "toggle cl_drawhud 0 1" | bind "h" "toggle cl_drawhud 0 1" | ||
<br> | |||
to hide the minimap use the command "cl_drawhud_force_radar -1" | to hide the minimap use the command "cl_drawhud_force_radar -1" | ||
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
bind "h" "toggle cl_drawhud 0 1"
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"