entryway Posted July 18, 2007 Did you know that map05 works differently without monsters than with them? There is vanilla compatible demo: http://prboom-plus.sourceforge.net/lv05nomo.zip 0 Quote Share this post Link to post
myk Posted July 18, 2007 Strange... what causes it? I noticed that if you don't open that first door that you open in the demo, it doesn't happen. 0 Quote Share this post Link to post
entryway Posted July 18, 2007 In legacy 1.42 and Edge1.29 it happens WITH monsters, heh Legacy: http://prboom-plus.sourceforge.net/legacy142_map05.zip I can't show you Edge demo, because it plays back randomly! In the first attempt - by one way, in the second - by another. 0 Quote Share this post Link to post
DomRem Posted July 19, 2007 Wow, a very interesting find. I think I've found an explanation for it. A quick look at the map in an editor shows that both the blue armor and the rocket/shell/cell rooms behind the malfunctioning doors have a tag of 9 - which is shared by the initial door. That door is tagged (and opened) with a "SR Door Open (stay)" linedef. The two aforementioned rooms are affected by this linedef, but are only adjacent to the closed doors. When the linedef is activated and they try to function as a door and "open", it malfunctions and the ceilings instantly lower to meet the ceiling of the doors. If you IDCLIP after opening the initial door, you'll see that the rooms' ceilings and floors are now at the same height. Because of this, the doors don't open. The reason this doesn't occur in a normal game is because there are usually monsters standing in these rooms. Just as a normal door jumps up if there's a monster standing underneath it, the same occurs in this situation. If you IDCLIP and kill the monsters first, though, the bugs still functions as it does in -nomonsters. 0 Quote Share this post Link to post
Vile Posted July 19, 2007 Silly Doom2 and its bugs. One example: those monster pits in the final room of map28 would confuse new players who try to walk over those spots because they'll get hit from seemingly nowhere, but even better is that in lower skills, those pits are empty... meaning you could fall in and not be able to figure out why you were stuck if you were a new player. 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.