Page 1 of 1

Problem with frozen corpses

Posted: Wed Jun 01, 2005 5:54 pm
by Graf Zahl
It is somewhat problematic to make an ice death sequence that does not shatter the corpse.

The MF_ICECORPSE flag is being set before the freeze death state sequence is entered. But since it only makes sense when A_FreezeDeath is being used it should be set in that function and not unconditionally.

Posted: Mon Jun 06, 2005 11:27 am
by udderdude
Why wouldn't you want them blowing up in ice chunks? That rules :O

Posted: Mon Jun 06, 2005 11:34 am
by TheDarkArchon
If you wanted enemies to melt instead of shatter.

Posted: Mon Jun 06, 2005 11:36 am
by chronoteeth
Well, maybe graf wants to make a map where you freeze enemies, push them in place on a lower level, then jump on top of them from one high area to reach another higher area?

Posted: Mon Jun 06, 2005 12:12 pm
by Graf Zahl
udderdude wrote:Why wouldn't you want them blowing up in ice chunks? That rules :O

But it shouldn't be the only option available when freezing something.

Posted: Mon Aug 01, 2005 4:40 pm
by Graf Zahl
fixed ;)