Try this - viewtopic.php?f=46&t=69564 (another one of Nash's glorious mods, "CBlood")Garrett_42 wrote:Hello everyone, I have a question about the nashgore mod, namely, is it possible to disable blood and other effects for individual entities(something like a blacklist)? I will be glad of any help.
It basically allows you to override the blood properties of a given actor/class. Should look a little something like this:
class CBloodYourActorHere : CBlood
{
Default
{
+NOBLOOD
}
}
Hope this helps. If not, you could just add +NOBLOOD to whatever actor it is you're trying to remove the effects from.