Editing 3DMidTex advanced topics

From Eternity Wiki
Jump to navigationJump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
[[3DMidTex]] are useful for more than just bridges. This tutorial will walk you through the process of making a door, a lift, and a floating switch. If you have not read the first tutorial, you may want to read [[3DMidTex tutorial]].
[[3DMidTex]] are useful for more than just bridges. This tutorial will walk you through to process of making a door, a lift, and a floating switch. If you have not read the first tutorial, you may want to read [[3DMidTex tutorial]].


== 3DMidTex switches ==
== 3DMidTex switches ==
When a 3DMidTex line has a linedef switch special, the 3DMidTex acts as the switch, and is height restrictive. This means the player has to be touching the switch (on the Z axis, as well as X and Y) to trigger it.  
When a 3DMidTex line has a linedef switch special, the 3DMidTex acts as the switch, and is height restrictive. This means, the player has to be touching the switch (on the z axis, as well as x and y) to trigger it.  


== Linking a 3DMidTex to sector movement ==
== Linking a 3DMidTex to sector movement ==
[[Eternity]] provides linedef specials which allow you to link sector movement (either floor or ceiling) to 3DMidTex lines. Using these specials you can create any kind of moving structure.
[[Eternity]] provides linedef specials which allow you to link sector movement (either floor or ceiling) to 3DMidTex lines. Using these specials you can create any kind of moving structure.


:On [[UDMF]] or [[ExtraData]]: [[Sector_Attach3dMidtex]]
Special 281 - Link linedef front sector floor movement to all tagged 3DMidTex lines.
:On the classic Doom format:
Special 282 - Link linedef front sector ceiling movement to all tagged 3DMidTex lines.
::Special 281 - Link linedef front sector floor movement to all tagged 3DMidTex lines.
 
::Special 282 - Link linedef front sector ceiling movement to all tagged 3DMidTex lines.
(Note: In the current Doom Build eternity configuration, these specials can be found in the "Sector" category.)


(Note: In [[Doom wiki:Doom Builder|Doom Builder]]'s current Eternity configuration, these specials can be found in the "Sector" category.)


=== Making a 3D door ===
=== Making a 3D door ===
Line 19: Line 18:
[[Image:3dmidtex_tut5.jpg]]
[[Image:3dmidtex_tut5.jpg]]


Here, the example door is in the middle of a bridge that crosses a large expanse, and a fence has been built on either side of the bridge to prevent the player from running around the door. Notice the door is made into two lines, both lines having their front sides facing out. Set the special of both these lines to [[Door_Raise]] (or on Doom format: 63, "SR Open door wait close") and set their tags to 1 (if on [[UDMF]], also set the first argument of [[Door_Raise]] to 1). If you run the map right now, nothing will happen because these two lines comprise the door that the player will interact with. The actual movement is going to be caused off screen.
Here the example door is in the middle of a bridge that crosses a large expanse, and a fence has been built on either side of the bridge to prevent the player from running around the door. Notice I made the door into two lines, both lines having their front sides facing out. Set the special of both these lines to 63 (SR Open door wait close) and set the tag to 1. If you run the map right now, nothing will happen because these two lines comprise the door that the player will interact with. The actual movement is going to be caused off screen.


Create a small sector out of the way. Set the floor height to 0, the ceiling height to 0 (so it's closed) and set the tag to 1. This sector will become the sector that moves the 3DMidTex door, and this door will be triggered when the player presses on the 3DMidTex door. Next, create another sector attached to your first one. Set the floor to 0, the ceiling to 64 and set the tag to 0. This sector will give the door sector you just created a height to raise up to.
Create a small sector out of the way. Set the floor height to 0, the ceiling height to 0 (so it's closed) and set the tag to 1. This sector will become the sector that moves the 3DMidTex door, and this door will be triggered when the player presses on the 3DMidTex door. Next, create another sector attached to your first one. Set the floor to 0, the ceiling to 64 and set the tag to 0. This sector will give the door sector you just created a height to raise up to.


Last, set one of the linedefs of the door sector (make sure it's one that faces in the door sector) to have a [[Sector_Attach3dMidtex]] special with ''do_ceiling'' set to 1 (or give it linedef special 282 on the Doom format), and the ''line_id'' (or tag on the Doom format) of 1. This links the movement of the sector's ceiling to the 3DMidTex door (which you will remember also has a tag of 1).
Last, set one of the lindefs of the door sector (make sure it's one that faces in the door sector) to have a 282 special, and a tag of 1. This links the movement of the sector's ceiling to the 3DMidTex door (which you will remember also has a tag of 1.)


[[Image:3dmidtex_tut6.jpg]]
[[Image:3dmidtex_tut6.jpg]]
Line 29: Line 28:
Now simply run the map and press on the 3DMidTex door. The door should now raise up, wait for 3 seconds, and close. If the player is caught under the door, it will now close (just like if the player was caught under a sector ceiling closing) because the link is two way. This also means that crushing ceilings will cause 3DMidTex lines to do damage to things when they are caught.
Now simply run the map and press on the 3DMidTex door. The door should now raise up, wait for 3 seconds, and close. If the player is caught under the door, it will now close (just like if the player was caught under a sector ceiling closing) because the link is two way. This also means that crushing ceilings will cause 3DMidTex lines to do damage to things when they are caught.


==See also==
*[[3DMidTex]]
*[[Linked portal]] (see also "Edge portals" and "Attached portals" for solid-looking 3D bridges).


[[Category:Tutorials]]
 
This tutorial is not yet complete. Please check back later.
Please note that all contributions to Eternity Wiki are considered to be released under the GNU Free Documentation License 1.2 (see Eternity Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)