klif Posted May 23, 2022 I simply cannot figure out how to make bars, gates, and fences work in DoomBuilder. Any help or a point in the right direction would be greatly appreciated. 0 Quote Share this post Link to post
Faceman2000 Posted May 23, 2022 1) Draw a line 2) Set the line’s midtextures on both sides to the desired texture 3) Flag the line as impassable Voila! 1 Quote Share this post Link to post
Bauul Posted May 23, 2022 If you're using UDMF format, there's an additional approach: give the mid-texture the graphic you want to use (same as Faceman described above) and then give it the flag "Walkable midtex". This will create a solid wall the same height as the midtex, rather than infinite height if you used "impassible". That way flying monsters can still get over etc. I'd also recommend giving it the flag "Shootable midtex" to mimic the way classic Doom let's shots through midtextures, so as not to confuse players. 3 Quote Share this post Link to post
Gez Posted May 23, 2022 2 hours ago, Bauul said: impassible All linedefs are impassible. It's impossible for them not to be. :D 2 Quote Share this post Link to post
Bauul Posted May 23, 2022 2 hours ago, Gez said: All linedefs are impassible. It's impossible for them not to be. :D :P. I know you're just making a joke, but actually I guess some aren't impassible! 0 Quote Share this post Link to post
Kappes Buur Posted May 23, 2022 17 hours ago, klif said: I simply cannot figure out how to make bars, gates, and fences work in DoomBuilder. Any help or a point in the right direction would be greatly appreciated. For simple fences, what Faceman2000 mentioned, plus depending on the sector height you might want to set the linedef to lower unpegged. Gates and bars are possible with GZDoom maps (DiHF, UDMF) when using polyobject or 3D construct. 0 Quote Share this post Link to post
klif Posted June 1, 2022 On 5/22/2022 at 10:20 PM, Faceman2000 said: 1) Draw a line 2) Set the line’s midtextures on both sides to the desired texture 3) Flag the line as impassable Voila! PERFECT ... SIMPLE ... THANK YOU. 2 Quote Share this post Link to post
RHhe82 Posted August 7, 2022 May I barge in? I have a related question. I have a tall sector, some 400 pixels tall. On the back side there is a lava fall, and I want to have a midtexture in the front to make it look pretty in my little elevator shaft. The problem is, the midtexture stops rendering after 128 pixels (ie. it doesn't "repeat" as normal textures would). Is there a way to make it 'continuous'? I'm using MBF21 (though willing to switch to regular Boom if necessary - but I doubt that'd solve anything). 0 Quote Share this post Link to post
Doomy__Doom Posted August 7, 2022 (edited) On 8/7/2022 at 10:17 AM, RHhe82 said: May I barge in? I have a related question. I have a tall sector, some 400 pixels tall. On the back side there is a lava fall, and I want to have a midtexture in the front to make it look pretty in my little elevator shaft. The problem is, the midtexture stops rendering after 128 pixels (ie. it doesn't "repeat" as normal textures would). Is there a way to make it 'continuous'? I'm using MBF21 (though willing to switch to regular Boom if necessary - but I doubt that'd solve anything). If your fall can be downsized to match 3 x vertical height of your texture, you can slap 3 lines within 1 unit like so: Put midtextures with different offsets on them, starting with front linedef being the bottommost texture and up by a layer. It should result in holes being hard to notice on most angles, even with ridiculous mouselook like this: <clearing up attachment space - a freaking 2 mb PNG used to be here> If this structure will be usually seen from up high, I guess you'll have to do the opposite and make front row the topmost texture to hide holes from the opposite angle. If you need higher - try to add 1 more layer of linedefs 1 unit further I guess. Edited November 6, 2023 by Doomy__Doom clearing up attachment space 1 Quote Share this post Link to post
RHhe82 Posted August 7, 2022 (edited) 26 minutes ago, Doomy__Doom said: If your fall can be downsized to match 3 x vertical height of your texture, you can slap 3 lines within 1 unit like so: Put midtextures with different offsets on them, starting with front linedef being the bottommost texture and up by a layer. It should result in holes being hard to notice on most angles, even with ridiculous mouselook like this: If this structure will be usually seen from up high, I guess you'll have to do the opposite and make front row the topmost texture to hide holes from the opposite angle. If you need higher - try to add 1 more layer of linedefs 1 unit further I guess. Thanks! Such a simple solution, but worked like a charm! Especially in my immediate case where the grating can only be seen from close up. I guess I didn't realize offset can be bigger than the actual texture sizes... I guess a very visually sensitive could detect one pixel transitions in a fast lift, but I guess immersion has already been broken at that point :P Edited August 7, 2022 by RHhe82 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.