Disable warmup text/make it less distracting

Is there any way to make the big "WARMUP 1:33" in warmup rounds on Competitive less distracting or remove it completely? I'm looking for clientside commands (ones that only appear on my end.) and not ones for my own server. I play MM regularly and I find it big and distracting. Thanks


Solution 1:

There is no way currently to remove the command from the center of the screen, but you can use the command cl_draw_only_deathnotices 1 which will remove the hud and not your crosshair or killfeed.

if this doesn't work then you can try cl_drawhud 0.

To undo either of these commands, just change the number from a 1 > 0 or 0 > 1.

if neither of these remove the timer then there currently isn't a way to remove it.

Hope this helps.