GZDoom r1391:
If there's a deep water area (linespecial=160, type=2 swimmable water) and walking monsters in there, a rocket explotion can make the affected monsters "stuck" and unable to move.
The monsters are still actively walking but they don't move or turn around to follow the player or switch to the far attack mode either.
This seems to happen when the player is in the same level with monsters (such as in the same deep water zone). If the rocket is fired from a higher ground above the monsters they won't stuck.
Here's a test level (Doom2, MAP01). Pick up the launcher and try shooting demons with a rocket from the water. Other weapons have no this effect.
With that test level, if I jump on top of a stuck demon, IDMYPOS tells my height=58, 57 or 56. If I jump on top of a free running demon, IDMYPOS tells my height=56 always. Are the monsters left afloat?
deep water, monsters stuck after explotion
Moderator: Graf Zahl
-
- Posts: 26
- Joined: Sat Sep 30, 2006 11:48
- Location: Finland
deep water, monsters stuck after explotion
- Attachments
-
- demons_in_water.zip
- (899 Bytes) Downloaded 77 times
- NeuralStunner
- Posts: 253
- Joined: Tue Dec 29, 2009 3:46
- Location: IN SPACE
- Contact:
Re: deep water, monsters stuck after explotion
I think the problem is that the explosion throws them upwards, but they don't sink. Which woulod be a ZDoom problem.
Looking at it, it seems that non-player actors in general don't sink, which I'm not sure is intentional/good.
Looking at it, it seems that non-player actors in general don't sink, which I'm not sure is intentional/good.

Dean Koontz wrote:Human beings can always be relied upon to exert, with vigor, their God-given right to be stupid.
Spoiler: System Specs
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
Re: deep water, monsters stuck after explotion
Closed for being a duplicate of a ZDoom report.