Projectile actor bouncing bug

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
User avatar
Major Cooke
Posts: 8177
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Location: QZDoom Maintenance Team

Projectile actor bouncing bug

Post by Major Cooke »

Using the test file provided, start up the game, summon spidermastermind somewhere, fly over it and shoot towards the top. When the rocket hits the top of the monster, it just glides over the top of the actor before moving on to continue its bounciness on the ground.

This is using Doom style bouncing, with the only other ability being that it can bounce on water, but not actors.

Note: This also applies whenever a projectile hits the underside of an actor too. Instead of exploding on the top or bottom, it just attempts to bounce off of them.
Attachments
test.pk3
(2.96 KiB) Downloaded 28 times
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49073
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Projectile actor bouncing bug

Post by Graf Zahl »

Fixed the inconsistency here that missiles trying to bounce off an actor explode when hitting a side but not when hitting the top or bottom.
Bounce type Doom implies bouncing on actors, and this caused the bounce in the first place.
User avatar
Major Cooke
Posts: 8177
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Location: QZDoom Maintenance Team

Re: Projectile actor bouncing bug

Post by Major Cooke »

Thanks!
Post Reply

Return to “Closed Bugs [GZDoom]”