Unkillable Barons in Seasons.wad

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
Nash
 
 
Posts: 17439
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Unkillable Barons in Seasons.wad

Post by Nash »

WAD file: http://www.mediafire.com/file/d19d89037 ... s.zip/file

Download cblood.pk3 from here: download/file.php?id=33887

How to reproduce:

1) Load Season.wad and cblood.pk3 in that order
2) summon BaronOfHell
3) MDK the Baron replacement to attempt to kill it

The Baron will not only survive, it will also become an un-interactable enemy that lives forever and cannot be damaged (but they can still kill you!).
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Unkillable Barons in Seasons.wad

Post by Graf Zahl »

Can't fix. This happens because that mod contains a Dehacked patch that interferes with the replacement. The replacement takes place before Dehacked gets applied so what you end up is a real baron with some states swapped around and your altered Baron which now has its states pointing to bogus content.
User avatar
Xaser
 
 
Posts: 10772
Joined: Sun Jul 20, 2003 12:15 pm
Contact:

Re: Unkillable Barons in Seasons.wad

Post by Xaser »

This seems really fishy. cblood.pk3 isn't touching the monsters' states -- how can the states get messed up?

Related: I ran into this problem with another wad (an in-development thing, but the scenario is the same as Nash's), and the symptoms are identical, which is way too coincidental for random corruption.

Weirdly, the XDeath state seems to work just fine in my experience. That isn't covered by Nash's test case just yet, but it's probably something to add & check.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Unkillable Barons in Seasons.wad

Post by Graf Zahl »

Xaser wrote:This seems really fishy. cblood.pk3 isn't touching the monsters' states -- how can the states get messed up?
The states of the original Baron are fine. It's the states of the replacement that get messed up, because the Dehacked patch swaps some around and only does it in the original.
User avatar
Xaser
 
 
Posts: 10772
Joined: Sun Jul 20, 2003 12:15 pm
Contact:

Re: Unkillable Barons in Seasons.wad

Post by Xaser »

Hmm, all right -- so in other words, the states get modified, but the state labels on the replacement are still pointing at the old (now "wrong") locations? Seems to clear up the mystery if so.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Unkillable Barons in Seasons.wad

Post by Graf Zahl »

Yes, that's precisely what happens.
User avatar
Xaser
 
 
Posts: 10772
Joined: Sun Jul 20, 2003 12:15 pm
Contact:

Re: Unkillable Barons in Seasons.wad

Post by Xaser »

Thanks -- makes sense, then.

Guess that means I don't need to troubleshoot my own (ZScript) code, then. I thought that may have been causing a problem originally. :P
Post Reply

Return to “Closed Bugs [GZDoom]”