Category:Editing Doors: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Mblackwell (talk | contribs)
mNo edit summary
Nexus (talk | contribs)
m →‎Doors: -fix links
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Build Intro}}
{{Build Intro}}
<strong>NOTE: Much of information on this page is from around 1999.  Some may be outdated, and some may be incorrect -- this page exists to get you started with the Level Editing and may not currently cover some of the additional features available in Mapster32.</strong>
<strong>NOTE: Much of information on this page is from around 1999.  Some may be outdated, and some may be incorrect -- this page exists to get you started with the Level Editing and may not currently cover some of the additional features available in Mapster32.</strong>
<div class="floatleft">__TOC__</div>


==Doors==
==Doors==
Doors in Duke Nukem 3D are constructed in different ways using a combination of [[Sectors]], [[Sector Tag Reference Guide|Sector Tags]], and [[Sector Effector Reference Guide|Sector Effectors]]. Doors can be combined with [[GPSPEED]] sprites, [[LOCKED]]/[[ACTIVATORLOCKED]] sprites, and [[MULTISWITCH]] sprites to create a multitude of effects. Refer to the tutorial maps ''TUTORIAL.MAP'' and ''ADVANCED.MAP'' as noted in the articles for reference.
Doors in Duke Nukem 3D are constructed in different ways using a combination of [[Sectors]], [[Sector Tag Reference Guide|Sector Tags]], and [[Sector Effector Reference Guide|Sector Effectors]]. Doors can be combined with [[GPSPEED]] sprites, [[activator]]/[[activatorlocked]] sprites, and [[masterswitch]] sprites to create a multitude of effects. Refer to the tutorial maps ''[[Media:Tutorial.map|TUTORIAL.MAP]]'' and ''[[Media:Advanced.map|ADVANCED.MAP]]'' as noted in the articles for reference.
 
===Adding Sounds to Doors===
 
''Map Name: TUTORIAL.MAP (ROOMS 1-A through 1-I)''
 
To add sound effects to a door (the sound of the door opening and closing) follow these simple steps:
 
:STEP 1: Place one music and sound effect sprite (#5) in the door sector.
 
:STEP 2: Give the music and sound effects sprite a lotag value equal to the sound you wish to play. Values of 166 through 168 are good values, but use what you want (anything other than a door sound isn't very realistic however). A listing of sound effects by both tag number and sound category can be downloaded at Map FAQ Central (see the very top of this FAQ for the URL).
 
 
 
 
 
===Sliding Star Trek Doors===
 
''Map Name: ADVANCED.MAP (ROOM 1-A)''
 
Sliding Star Trek doors are difficult to make, but they are a cool addition to most any level. Because this type of door is so complex to make, a step by step construction has been placed in the tutorial map. Take a look at it to see what to do, and even copy the sectors if you want.
 
:NOTE 1: The texture of the door will be "squished" when the door is opened. There is no way around this problem.
 
:NOTE 2: The door sound will sound twice for some reason. Again, there is no way around this problem.
 
===Splitting Star Trek Doors===
 
''Map Name: ADVANCED.MAP (ROOM 1-B)''
 
This is a more complex version of the sliding star trek door, and it is by far one of the coolest doors in the game.
 
:STEP 1: Create a sliding star trek door.
 
:STEP 2: Raise the floor of this door about halfway up, and lower the ceiling about halfway down (the ceiling and floor should meet in the middle of the door).
 
:STEP 3: Change the door sector lotag value from 9 to a value of 26. You're all done! Take a look at the tutorial example if you don't quite understand.
 
===Teeth Doors===
 
''Map Name: TUTORIAL.MAP (ROOM 1-F)''
 
This door never appears in the game (it has a few minor problems) but it is very cool anyways.
 
:STEP 1: Create a sector for the door, and two square sectors inside the door sector (for the teeth of the door). All these sectors should be valid player space.
 
:STEP 2: Lower the teeth sector floors down until you can no longer see the floor (even when looking down at an angle).
 
:STEP 3: Give the door sector a sector lotag value of 29 and a unique sector hitag value.
 
:STEP 4: Place one sector effect in each tooth sector. Give each sector effector sprite a sprite lotag value of 22. Also give each sector effector sprite a sprite hitag value equal to the door sector hitag value. You're done! Look at the tutorial map if you don't quite understand.
 
::NOTE 1: This door must start in the open position for it to properly work.
 
===Another Way To Do Teeth Doors===
 
Using this method, the door can start in the closed position. '''''(details unknown, someone who has info on this please post it)'''''
 
===Sliding Doors===
 
''Map Name: ADVANCED.MAP (ROOM 1-C)''
 
Again, due to the extremely difficult task of explaining this how-to, I have provided a step by step example in the tutorial map, showing how to make this door. Just take a look at the example and it should make sense (it goes step by step in the building process).
 
===See Through Sliding Doors===
 
'''''(details unknown, someone who has info on this please post it)'''''
 
===Rotating Subway Doors===
 
''Map Name: TUTORIAL.MAP (ROOM 1-G)''
 
This type of door constantly revolves in a circle, much like the doors you find in an airport or subway station.
 
:STEP 1: Create your door sector to be rotated. The sector should be valid player space. Raise the floor of the door up to the ceiling (or lower the ceiling to the floor).
 
:STEP 2: Place one sector effector sprite in the middle of the door sector. Give this sprite a lotag value of 1. Give it a unique hitag value. If you want this door to rotate counter-clockwise, angle the sprite straight down. If you want the door to rotate in a clockwise manner, angle the sprite straight up.
 
:STEP 3: Place one sector effector sprite somewhere else in the door sector. Give this sprite the same hitag value you gave the sprite in step 2. Leave the lotag value as 0. Change the angle of this sprite to point straight down. You are now finished - take a look at the tutorial map if you don't quite understand.
 
::NOTE 1: Several versions of this door can be made. Look at the tutorial example to see the different versions in action.
 
===Making Doors Auto Close===
 
''Map Name: TUTORIAL.MAP (ROOM 1-H)''
 
To make any door auto-close, place one sector effector sprite in the door sector, and give it a lotag value of 10. The hitag value is the delay that the door will wait before it closes. A value of 32 is one second, 64 is two seconds, and so on.
 
===Making Locked Doors===
 
''Map Name: TUTORIAL.MAP (ROOM 1-I)''
 
To make a locked door (that must be opened with a keycard) follow these steps:
 
:STEP 1: Place an access pad sprite (#130 or #170) somewhere in your map. Give it a hitag value of 212. Give it a unique lotag value.
 
:STEP 2: Place an ActivatorLocked sprite (#4) in the door sector. Give this sprite the same lotag value you gave the access pad.
 
:STEP 3: Place a key sprite (#60) somewhere in your level.
 
:STEP 4: Change the palette of *both* the key and the access pad (use [ALT]+[P] in 3D mode) to the following values to make one of the 3 different kinds of keys and locks:
 
:* 0 = Blue
:* 21 = Red
:* 23 = Yellow


[[Category:Level editing documentation]]
[[Category:Level editing documentation]]

Latest revision as of 17:06, 28 October 2014

Build/Mapster32 Map Editing

NOTE: Much of information on this page is from around 1999. Some may be outdated, and some may be incorrect -- this page exists to get you started with the Level Editing and may not currently cover some of the additional features available in Mapster32.

Doors

Doors in Duke Nukem 3D are constructed in different ways using a combination of Sectors, Sector Tags, and Sector Effectors. Doors can be combined with GPSPEED sprites, activator/activatorlocked sprites, and masterswitch sprites to create a multitude of effects. Refer to the tutorial maps TUTORIAL.MAP and ADVANCED.MAP as noted in the articles for reference.

Subcategories

This category has only the following subcategory.

Pages in category "Editing Doors"

The following 10 pages are in this category, out of 10 total.