[2.5.0] Imps piling in Doom II MAP01

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
Janizdreg
Posts: 111
Joined: Thu Jan 01, 2004 9:06 am
Location: Finland
Contact:

[2.5.0] Imps piling in Doom II MAP01

Post by Janizdreg »

Opening the secret door in Doom II MAP01 with the three imps behind it causes the first of the three to bounce on top of the second.

To clarify, here's a screenshot:
Spoiler:
The glitch only seems to occur when the player opens the door from a specific angle, or at least when the player is right next to the western linedef of the lift sector.

A savegame for reproducing the glitch is included as an attachment. Just load the save, open the door and the glitch should occur.
Attachments
zd_imp_bounce_save.zip
(45.74 KiB) Downloaded 64 times
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49223
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [2.5.0] Imps piling in Doom II MAP01

Post by Graf Zahl »

Even without looking at that code I can tell you it's in dire need of some changes. As soon as a sector moves in an area where monsters overlap - big trouble ensues.

However, due to a recent engine change this is no longer necessary.

Too bad that this code is cause for many headaches...
Gez
 
 
Posts: 17938
Joined: Fri Jul 06, 2007 3:22 pm

Re: [2.5.0] Imps piling in Doom II MAP01

Post by Gez »

Same thing as that, right?
http://forum.drdteam.org/viewtopic.php?f=24&t=4746


I'll close the GZDoom bug thread since it's a ZDoom bug.
User avatar
ZDG
Posts: 918
Joined: Sat Jan 02, 2010 12:01 pm
Location: in SlumpEd

Re: [2.5.0] Imps piling in Doom II MAP01

Post by ZDG »

It's not only 2.5.0, even 2.4.0 svn's had this problem. I have a ~5000 SVN, and it does this.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49223
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [2.5.0] Imps piling in Doom II MAP01

Post by Graf Zahl »

Every ZDoom version since 1.23 is probably doing this.
User avatar
Project Shadowcat
Posts: 9369
Joined: Thu Jul 14, 2005 8:33 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: Blacksburg, SC USA
Contact:

Re: [2.5.0] Imps piling in Doom II MAP01

Post by Project Shadowcat »

I'm just now noticing it in these very recent versions, though. o_O
User avatar
NeuralStunner
 
 
Posts: 12328
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: [2.5.0] Imps piling in Doom II MAP01

Post by NeuralStunner »

Graf Zahl wrote:Every ZDoom version since 1.23 is probably doing this.
Pretty much. I end up on Map01 more often than not while testing new weapons and such, and I see this a lot.
User avatar
Ceeb
Posts: 5125
Joined: Wed Jun 11, 2008 4:07 pm
Location: Castle Wut

Re: [2.5.0] Imps piling in Doom II MAP01

Post by Ceeb »

Never seen this, myself...
User avatar
chopkinsca
Posts: 1325
Joined: Thu Dec 11, 2003 5:03 pm

Re: [2.5.0] Imps piling in Doom II MAP01

Post by chopkinsca »

This is a feature. I even tried to make a "doom tetris" that relied on this feature, but it failed.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49223
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [2.5.0] Imps piling in Doom II MAP01

Post by Graf Zahl »

That's because it's not a feature. It's a side effect due to bad implementation of a feature.
User avatar
NeuralStunner
 
 
Posts: 12328
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: [2.5.0] Imps piling in Doom II MAP01

Post by NeuralStunner »

I think Chop was making a joke. :lol:
Guest

Re: [2.5.0] Imps piling in Doom II MAP01

Post by Guest »

Impse in the closet :x

(you have to enter a confirmation code now? To stop spam?
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49223
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [2.5.0] Imps piling in Doom II MAP01

Post by Graf Zahl »

fixed.

This was caused by 2 features interfering with each other.

Some time ago I implemented a logic that can get monsters unstuck. That logic allowed certain overlapping conditions to pass collision detection checks.

But the code that moves a sector plane was not aware of that and tried to mess around with overlapping actors' positions in a way the other feature did not like.

When moving a sector plane the unstuck logic must be activated, too, for monsters.
Post Reply

Return to “Closed Bugs [GZDoom]”