Jump to content

2-Way Lifts in UDB


Recommended Posts

How do I make a lift in Ultimate Doom Builder. I've been struggling with doing special actions in UDB like Lifts, Crushers, Teleporters etc.

 

I've learned how to do doors but that's pretty much it.

 

So please if you know how, tell me.

Share this post


Link to post

if you are not using UDMF format then like this:
 

first make an sector, and raise it to where you want your lift to lift you to, then, put an tag on the sector, and remember that tag's number, next, make sure the linedefs of the sector are pointing outwards, then, select the linedefs and give them the same tag the sector has, and finally, give the linedefs the "SR lift lower wait raise" option, and boom! you got yourself an lift

Share this post


Link to post
1 hour ago, Patrick_Plays_Doom said:

if you are not using UDMF format then like this:
 

first make an sector, and raise it to where you want your lift to lift you to, then, put an tag on the sector, and remember that tag's number, next, make sure the linedefs of the sector are pointing outwards, then, select the linedefs and give them the same tag the sector has, and finally, give the linedefs the "SR lift lower wait raise" option, and boom! you got yourself an lift

I use the Hexen format usually on Doom 2. Will it work?

Share this post


Link to post

To learn this kind of basic stuff, you open a regular vanilla level in UDB and see how it's done. There's also thirty years worth of tutorials available online, easily found with a simple Google search. So what exactly has you stumped here?

Share this post


Link to post
2 minutes ago, Mordeth said:

To learn this kind of basic stuff, you open a regular vanilla level in UDB and see how it's done. There's also thirty years worth of tutorials available online, easily found with a simple Google search. So what exactly has you stumped here?

now how do I open say for example E1M2 from Doom 1?

Share this post


Link to post
3 minutes ago, Kartooncrate said:

now how do I open say for example E1M2 from Doom 1?

You have to open it in the regular Doom format. Selecting any other format will make the levels not show up as they would completely break.

Share this post


Link to post
1 minute ago, OnionTaco22 said:

You have to open it in the regular Doom format. Selecting any other format will make the levels not show up as they would completely break.

thank you:D

Share this post


Link to post
7 minutes ago, Kartooncrate said:

now how do I open say for example E1M2 from Doom 1?

 

Open UDB. File > Open Map. Browse to your Doom folder and select doom.wad. You'll then be presented with a popup window asking you to pick a map and game configuration. Pick your desired configuration (eg 'Doom: doom (doom format)') and click your map (in your case E1M2). And voila, you can edit that map.

 

If you want a configuration other than 'doom format', you need to open the map in doom format first and convert it later to your desired format. This doesn't always go fully automatic, especially to UDMF format.

 

Share this post


Link to post

Here's a very basic 2-way lift in vanilla, screenshots included:

 

Spoiler

1) Here I have created a 2-floor room. Both floors, the lift & switches are individual sectors (5 total)

 

kadY9C5.png

 

2) The lift's sector and both switches' linedefs have the same tag.

  1. 1st floor's switch has Action 69: SR (Switch Repeat) Floor Raise to Next Higher Floor
  2. 2nd floor's switch has Action 60: SR Floor Lower to Lowest Floor

olLSrhI.png

 

And that's about it really. From here you can start adding extra stuff to the lift like buttons outside the lift on the 1st floor to lower it (or same on the 2nd floor) etc.

 

yWcFrPC.png

 

Share this post


Link to post

Welcome. I suggest that you read or at least skim through these basic tutorials to get a grasp on the basics of mapping. Even if you intend to work in an advanced format, it's still good to understand how and why the Doom engine does things.

 

 

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...