Glowing blood decals?
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
- Electronic Samurai
- Posts: 177
- Joined: Mon Mar 27, 2006 1:54 am
- Location: Wandering the open plains
Glowing blood decals?
Is it possible to make the blood decals for a particular monster fullbright? AFAIK, the engine is hard-coded to use either BloodSplat or BloodSmear when displaying blood decals for a monster, but is there any way around this? I'd like to give the Archvile glowing yellow blood.
- Demolisher
- Posts: 1749
- Joined: Mon Aug 11, 2008 12:59 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Winchester, VA
- Contact:
Re: Glowing blood decals?
you can define a slew of decal things in decaldef
Re: Glowing blood decals?
Demolisher wrote:you can define a slew of decal things in decaldef
the wiki wrote:The engine is hardcoded to use either the decalgroup BloodSplat or the decalgroup BloodSmear for blood splattered on walls.
I could use this as well, anyone?