Kaiser
I ruin franchises

Posts: 2020
Registered: 08-00 |
TheLazenby said:
So, if I wanted to try out pressing those walls (they need to be pressed in a certain order, correct?? I can't remember the interview), I'd have to activate something in the map using an editor; I can't just plow into the game and press walls? And what about the odd triangles outside the map in the first picture, how are they connected to all of this?
Incidentally, did you find anything suspicious in other levels?
The 'triangles' just holds linedef specials that are triggered by picking up items, killing monsters etc. One of the lines is suppose to 'setup' the secret at the level start, which is done by setting a flag, and setting the tag of the line to 999, which causes that linedef to be triggered when the level starts. The tag is at 999, but the flag is not set, making it impossible to be activated at level start.
I don't know what order they have to be in. This is something I am trying to figure out, but I am assuming the tags that are mentioned (272, 274, 275, 276 etc) has something to do with it.
Also, the lines that I had circled doesn't do anything, BUT they have both the 'doom secret line' flag and a unknown flag set on them, but none of them contains line specials, or tags.
As of now I haven't found anything else that seems unusual.
|