Bind Commands
Below is the basic/most common variation of the clear decals bind. It will clear decals (blood, bullet holes, etc) when the M key is pressed. Press the "Change Key" button to bind this to a different key. Copy and paste the command into your developer console or autoexec to apply the bind.
How it Works
This bind is very simple. The "r_cleardecals" command will remove all decals (blood, bullet holes, etc) from the map. The "bind m" part of this command tells the game to bind whatever is next to the m key, which is "r_cleardecals" (so decals are cleared when m is pressed).
Other Bind Variations
Find different variations of this bind below.
Clear Decals With SHIFT
CS:GO Compatible OnlyIf you'd like to clear decals whenever you shift, this bind will do that. Note that sometimes decals like blood and bullet holes can be useful indicators of whether or not an enemy has been in an area, so we recommend using the main bind. Copy and paste the below console command into your developer console or autoexec to apply it to your game.
bind shift "+speed; r_cleardecals"Clear Decals Whenever You Move
CS:GO Compatible OnlyThis command will bind your WASD keys to the clear decals command so that your decals are cleared whenever you move your character.
bind w "+forward;r_cleardecals"; bind a "+moveleft;r_cleardecals"; bind s "+back;r_cleardecals"; bind d "+moveright;r_cleardecals"