Heretic medium mace spheres make no decals

Bugs that have been investigated and resolved somehow.

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.
Post Reply
Guest

Heretic medium mace spheres make no decals

Post by Guest »

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.
User avatar
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

Post by Hexereticdoom »

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:

Code: Select all

generator MaceFX1			BaronScorch
generator MaceFX4			BFGScorch
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... :idea:
Post Reply

Return to “Closed Bugs [GZDoom]”