Raleigh Posted October 8, 2020 (edited) Playing this wad I saw there is a midbar texture as door can be opened, I'm trying replicate same in my wad in development but for more I look on DB2 I can't understand how make it. What I want is be opened with yellow key 0 Share this post Link to post
Captain Toenail Posted October 8, 2020 (edited) Hi Raleigh, I'll try and explain. This is a pretty neat trick. Imagine you have a normal door. The height of the room is 128. The floor is 0. Normally a door would be height 0 (ceiling against the floor). Instead, we want to make the floor of the door sector 1 unit, and the ceiling of the door 1 unit. It should be 1 above the surrounding area. Now make sure the door upper and lower textures are untextured (-). Set the midtexture to the midbar texture, then set its vetical offset to 128. This should give you an invisible door with the midbar texture that raises into the ceiling. (don't ask me exactly why this trick works) I learned the trick from this page here: http://www3.telus.net/kappesbuur/TRANS_DOOR/trans_doors.htm 3 Share this post Link to post
Raleigh Posted October 8, 2020 Ok sector where there is transparent door is 128 units, So now you mean floor must be 1 unit above floor? 0 Share this post Link to post
Captain Toenail Posted October 8, 2020 Yes that's correct. the floor and ceiling under the door should be one 1 unit up. You don't need the back side middle texture. I keep mine simple as just one rectangle for the door in the middle, with midtexture on the highlighted lines. 1 Share this post Link to post
Raleigh Posted October 8, 2020 I don't know why but to me don't work me. Send me a pic of 3d view to see helpmiddoor.zip 0 Share this post Link to post
Mordeth Posted October 9, 2020 For the vanilla trick, click here for a tutorial. If you're mapping for the usual source ports, just use the 'transfer flat property' feature (action 242 in Boom) to set the ceiling flat of a normal door to the ceiling of the surrounding sectors and use a midtexture with the appropriate Y offset as door. 1 Share this post Link to post
Captain Toenail Posted October 9, 2020 I would go with Mordeth's solution, that sounds even better as you won't need to raise the floor. 0 Share this post Link to post
Raleigh Posted October 9, 2020 Hey finally I made what I wanted, thanks! 1 Share this post Link to post