I've noticed that the small regular Heretic mace spheres and the huge powered spheres have their own wall decals, but the occasional medium spheres don't.
Reproduction: just start Heretic, type the rambo cheat, use the firemace and attack a wall. The occasional medium spheres which fly in weirder patterns won't produce decals on walls.
Heretic medium mace spheres make no decals
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
- Hexereticdoom
- Posts: 676
- Joined: Thu Aug 08, 2013 1:30 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Spain
- Contact:
Re: Heretic medium mace spheres make no decals
Yep, it's true, and it is because the medium sphere (internally named MaceFX2) has not defined any decal generator on Decaldef lump into ZDoom.pk3 file.
The only ones that have defined their own decals are MaceFX1 and MaceFX4:
Also, MaceFX3 is also missing -the spawned ones when a large sphere bounces and explodes- so it may be a good idea including decal generators for MaceFX2 and MaceFX3 for GZDoom next release... 
The only ones that have defined their own decals are MaceFX1 and MaceFX4:
Code: Select all
generator MaceFX1 BaronScorch
generator MaceFX4 BFGScorch
