AmongPro6800 Posted September 15, 2023 I've been trying to make doors, I tried in slade 3 and UDB, but they never work right. Either they Do Absolutely Nothing Sink into the ground along with the walls of the next room Lower the celing of the room if anyone can help that would be great 0 Quote Share this post Link to post
Silhouette 03 Posted September 15, 2023 Hello :) A quick YouTube search gives me these results. What exactly are you doing when making a door? What's your process? 0 Quote Share this post Link to post
AmongPro6800 Posted September 15, 2023 At first I used two squares together and just selected some line. I textured it as a door, and then i set the special to door. Later i used a little tunnel where i set both sides to door. 0 Quote Share this post Link to post
Silhouette 03 Posted September 15, 2023 I don't fully understand what you're saying, so I'll describe what I do. Could you possibly also take a screenshot of the UDB editor in grid mode, please? 1. Make two sectors leading out of a room/area. I make mine 128 pixels across, and 16 wide, if I'm using one of the BIGDOOR textures. 2. Press shift-D on the second sector, and then the make door menu should appear. Simply choose whatever textures you want for the Door itself, the track, floor and the ceiling. 3. Go into visual mode and then apply whatever action you want to the "face" of the door that faces the player, such as 1: DR Door Open Wait Closes(also monsters 4. Test by interacting with the door. Hopefully this helps :) 1 Quote Share this post Link to post
AmongPro6800 Posted September 15, 2023 Thank you so much! I didn't know you could do shift D, all the guides made it very complicated. 1 Quote Share this post Link to post
AmongPro6800 Posted September 15, 2023 one thing though, how do i make it usable on both sides? It only lets me use it on 1 0 Quote Share this post Link to post
Jayextee Posted September 15, 2023 (edited) Bear in mind that your door will be a whole sector -- your third point about it lowering the ceiling of a room means the door is working as intended, but your sector design isn't -- ideally your door should be a door-shaped sector like this (highlighted in red): Note the outward-facing linedefs (the front has that little 'notch' in the center) to the east/west of the shape, you can flip any linedef by selecting it and pressing 'F' (or selecting 'flip linedefs' in the linedef menu) in UDB. I can't talk about SLADE, I don't use it for mapping. Both of those linedefs should be assigned the door action (type 1 will work without a tag). It's worth knowing that in the stock DOOM format literally every architectural/sector detail you see will either be a ceiling or a floor at some height or another. 'Dynamic' sectors (moving ones) such as lifts or crushers or even doors are no different, they just have actions applied to them that can make them change in realtime. Hope this helps. Edited September 15, 2023 by Jayextee 3 Quote Share this post Link to post
baja blast rd. Posted September 16, 2023 One really important bit of info about doors is that: Quote When a door opens, it will move up to the height of the lowest neighboring ceiling minus 4. Notice how in Jayextee's example, the walls that the doors are touching are proper walls -- one-sided lines with void on the other side. The behavior in that case would be pretty predictable. Beginners will often make lots of their walls out of zero-height sectors more like this: And then depending on the heights of the adjacent ceilings, your door might not function like you want them to. #2 in your original post seems to be this type of mistake. 1 Quote Share this post Link to post
Stabbey Posted September 16, 2023 You should probably skim through the tutorials on basic level construction to get that nailed down. 1 Quote Share this post Link to post
AmongPro6800 Posted September 16, 2023 thanks for all of the help! I appreciate it a lot! 0 Quote Share this post Link to post
macro Posted September 17, 2023 @AmongPro6800 Also, I would recommend you not to rely just on the map editor automatic creation of doors (like that Ctrl+D thing) and stuff, but rather do things manually by yourself so you get to understand well how things really work. 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.