CawcoDemon Posted February 3, 2024 TLDR: Switch shall open two doors / walls but it does not (other switches with the exact configuration work just fine) Hi! First of all, thank you very much for all your help some months ago! Started mapping again (trying to do a megawad to train my skills and implement new ideas). Everything went fine and everything works as intended.... until I nearly finished map04. I added a switch that should open two Doors (rather two walls) and I used the same options as with other two doors and they work. I tried changing the area that should move, tried raise fast and raise slow. Really not sure what I am doing wrong here. 0 Quote Share this post Link to post
1 Stabbey Posted February 3, 2024 (edited) I saw the problem immediately. There is no void adjacent to your doors, everything is a sector. Doors always rise to 4 below the lowest adjacent ceiling. If you put a door next to a sector which has a height of zero, it won't open. Delete the 0 height sectors beside your doors and they should work. Skim these tutorials for tips on basic editing. Edited February 3, 2024 by Stabbey 4 Quote Share this post Link to post
1 Stabbey Posted February 3, 2024 (edited) If you don't understand, open up one of the original maps and look at the difference between their doors and your door. EDIT: "Void" is what you have in a new map. It's entirely empty, there's nothing there, it has no properties. If you make a sector, it will have some properties, like floor and ceiling height, light level, floor and ceiling textures, and sector special effects. If you make a sector where the floor and ceiling height are the same, nothing may pass through that space, however it remains different from void. Edited February 4, 2024 by Stabbey elaboration on the difference between void and sectors 0 Quote Share this post Link to post
0 plums Posted February 3, 2024 (edited) Hard to tell from screenshots but is the switch facing so that the 1st (front) sidedef is where the player presses? Mouseover the linedef and press f to flip it if you need. If that's not it you might have to post the wad. Edited February 3, 2024 by plums 0 Quote Share this post Link to post
0 CawcoDemon Posted February 3, 2024 Yes the switch is facing the player. You even see the switch react (sound and change green light) but the doors / walls are not moving. 0 Quote Share this post Link to post
0 CawcoDemon Posted February 3, 2024 (edited) ty Edited February 3, 2024 by CawcoDemon reworked it 0 Quote Share this post Link to post
0 CawcoDemon Posted February 3, 2024 Thank you for your help. I had problems understanding what you meant, but thats on my part. Read through the tutorial and it left me a little confused. Will try reading it after my headache :-) For now, what "fixed" it: I made it a platform that lowers. This works and does not seem out of place. 0 Quote Share this post Link to post
0 Caffeine Posted February 3, 2024 8 hours ago, CawcoDemon said: I had problems understanding what you meant, but thats on my part. Stabbey means you should look to the left and right of the sectors that were doors but you turned into platforms. There are sectors there. Doom door logic is that the door sector raises to four map units below the lowest adjacent sector ceiling. I can't say for sure but those left/right sectors probably have ceilings as low as the floor - this breaks Doom's door logic. Lowering floors work too, but ideally you would simply delete those unused sectors. Based on the 3D preview in the final screen shot you posted, those sectors serve no purpose anyway. Select them in UDB and press delete, then verify that the middle textures on the (now) one-sided linedefs have the correct texture. Sometimes this works as expected, sometimes they end up with no texture. 0 Quote Share this post Link to post
Question
CawcoDemon
TLDR: Switch shall open two doors / walls but it does not (other switches with the exact configuration work just fine)
Hi!
First of all, thank you very much for all your help some months ago!
Started mapping again (trying to do a megawad to train my skills and implement new ideas).
Everything went fine and everything works as intended.... until I nearly finished map04.
I added a switch that should open two Doors (rather two walls) and I used the same options as with other two doors and they work.
I tried changing the area that should move, tried raise fast and raise slow. Really not sure what I am doing wrong here.
Share this post
Link to post
7 answers to this question
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.