As example i will talk about Black Mesa Source. In BMS there is command
cl_mdldetailfx_enable (1 = default)
If set to 1 weapon and hands getting human or alien blood decals on the model.
If set to 0 no human/alien blood decals will be on weapon model.
If you do the:
cl_mdldetailfx_enable 0;cl_mdldetailfx_enable 1
at once, you will not disable blood decals on hands and weapons, but instead you will clean it.
The problem is, when i kill first few zombies my hands and weapon is covered in blood, that's exciting feel, with each kill you have more blood on your hands.
But usually i kill like thousands of infected, and my weapon model is ALWAYS in blood.
What i wanna do is clean it sometimes, let's say, every new wave during NMS maps.
Is there any command to switch on/off blood decals for weapons?