Jump to content

how do i make three key door


-Lj-

Recommended Posts

so im making a three key door at the end of my level like the one at the end of halls of the damned but whenever i try to do it and test it out the first door it goes down slightly???? im not sure whats going on here??

duum.png

Share this post


Link to post

From your text it is not clear what you have in mind and what map format you use.

 

In DOOM/2 the only way to apply 3 different keys to doors is :

  • either 3 doors in sequence as in Halls of the Damned

 

3KTOdzh.png

 

  • or 3 blocking walls in sequence

 

8oPgpzz.png

 

Attaching up to 6 keys to a door was introduced in BOOM, eg:

 

iE2FHQB.png

 

and carried over in more advanced doom ports, eg:

 

dXK2UFr.png

 

As for the door moving down slightly it would be best if you posted the map.

 

Edited by Kappes Buur
added correction by MFG38

Share this post


Link to post
1 hour ago, Kappes Buur said:

From your text it is not clear what you have in mind and what map format you use.

 

In DOOM/BOOM the only way to apply 3 different keys to doors is :

  • either 3 doors in sequence as in Halls of the Damned

 

3KTOdzh.png

 

  • or 3 blocking walls in sequence

 

8oPgpzz.png

 

It is only in advanced ports that you can apply 3 keys to a single door

 

dXK2UFr.png

 

As for the door moving down slightly it would be best if you posted the map.

 

i am using gzdoom and ultimate doom builder and im trying to make it so you have to use all 3 keys on 3 small doors before accessing a switch to open a door 

unknown.png

Share this post


Link to post

Also looks like you have to flip that 4th linedef from below since it seems to have an action. If it's a door or a switch it won't work like that.

Share this post


Link to post

Also if you are going to stack doors like that, you should not add effects on the back side. Any kind of line between you and the switch blocks use key, unless it used to be single-use and now exhausted.

Share this post


Link to post
2 hours ago, Kappes Buur said:

In DOOM/BOOM the only way to apply 3 different keys to doors is :

  • either 3 doors in sequence as in Halls of the Damned
  • or 3 blocking walls in sequence

It is only in advanced ports that you can apply 3 keys to a single door

 

Not entirely true. Boom does have generalized line actions that allow making a door require all three keys. Or even six if you set the Combination "flag" to False.

Share this post


Link to post

Doors function by raising the sector's ceiling 4 map units below the lowest adjacent ceiling, meaning that if your doors are back to back touching like that, they will not open as intended (as they will act as the lowest adjacent ceiling to each other). So to sum up what everyone has said:

  • Leave wide enough (>17 map units) gaps between doors so that the line activation isn't blocked and the doors aren't adjacent.
  • Have the front side of each sidedef with a line action point to the direction you want the door to be opened from. In other words, don't have them pointing into the door.

Share this post


Link to post
3 hours ago, urmother said:

i am using gzdoom and ultimate doom builder and im trying to make it so you have to use all 3 keys on 3 small doors before accessing a switch to open a door 

unknown.png

 

It appears that your doors are right next to each other and touching (3 or 4 doors, it is difficult to see from the image).

That will not work, leave some space between each door

 

6QQ6xuc.png

 

The best way to make a door is with the build-in routine Make Door (Shift+D)

 

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...