Editing
Advanced Sliding Doors
Jump to navigation
Jump 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.
Anti-spam check. Do
not
fill this in!
This page shows you how to use Move Node with objects and triggers to create sliding doors. You can apply the same principles with different types of triggers, interactions and switches. <div style="background-color: #050522; float: right; width: 800px; margin-right: 0px;"> <div class="video-container"> <!-- Replace the placeholder video URL with your actual YouTube video URL --> <!-- <youtube width="640" height="360">k0_IInvfvuk</youtube> --> <p>Video coming soon!</p> <div style="border: 1px solid #473ba7; border-radius: 8px; background-color: #050522; padding: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin: 10px 0; float: right; width: 630px; margin-right: 35px;"> Required Nodes & Objects: <p>1x Box/Cylinder/Sphere Trigger Volume.</p> <p>4x Move Nodes or 2x Move Nodes depending on how many objects you move.</p> <p>2x Gate Nodes</p> <p>2x Sequence Nodes</p> <p>1x or 2x Objects that will be used to create a door.</p> </div> </div></div> __NOTOC__ <div class="steps-container"> <!-- Steps --> <div class="steps"> <div class="step"> <span class="step-number">1</span> <div class="step-content"> <h3>Grab n Place</h3> <p>Make sure to grab all the nodes that you're going to use in this example.</p> </div> </div> <div class="step"> <span class="step-number">2</span> <div class="step-content"> <h3>Move Node Setup</h3> <p>Since the move nodes will be only acting on the object, we need to link all four(or two) of them to the object. Make sure two act-on (Move Nodes) goes to one object each or both to one using a singular object. [https://i.imgur.com/vSSuaUy.png Reference Image]</p> </div> </div> <div class="step"> <span class="step-number">3</span> <div class="step-content"> <h3>Sequence Node Setup</h3> <p>One Sequence to One Gate. Event 1 on a gate goes to the activate then the event 2 goes to close the gate. [https://i.imgur.com/BVxoKIw.png Reference Image]</p> </div> </div> <div class="step"> <span class="step-number">4</span> <div class="step-content"> <h3>Link the Trigger to Sequence Node 1 of 2</h3> <p><code>On Enter β Activate</code></p> <h3>Link the Trigger to Sequence Node 2 of 2</h3> <p><code>On Exit β Activate</code></p> <p>[https://i.imgur.com/2okJzd8.png Reference Image].</p> </div> </div> <div class="step"> <span class="step-number">5</span> <div class="step-content"> <h3>Link the Gate Node 1 of 2 to Move Node 1 of 2</h3> <p><code>On Activate β Start (1 or 2 nodes)</code><br><i>If you have two doors it will be Gate Node 1 to 2 of 4 Move Nodes and Gate 2 to 4 of 4 Move Nodes.</i></p> <h3>Link the Gate Node 2 of 2 to Move Node 2 of 2</h3> <p><code>On Activate β Start (1 or 2 nodes)</code></p> <p>[https://i.imgur.com/2okJzd8.png Reference Image (Two Objects)]. [https://i.imgur.com/lSOf46P.png Reference Image (One Object)].<i> This includes two moving objects and one single moving object, with two different setups of move.</i></p> <p><i>Make sure to switch off "Use World Space" since we'll be using local.</i></p> </div> </div> <div class="step"> <span class="step-number">6</span> <div class="step-content"> <h3>Adjusting Movements</h3> <p>In our example we'll have the object(s) move down and open from the sides.</p> <p>Next to Translation, there are three sliders for each axis in this order: X, Y, Z</p> <p>Toggle the [https://i.imgur.com/nk9NjV4.png Transform Space] (it will look darker) and click on the object(s).</p> <p>Then you want to make a note of the current position and move it to where you want it.</p> <p>In this example we'll move the object down so we'd look for the Z axis. [https://i.imgur.com/s2fdO4j.png Reference Image (One Object)] and [https://i.imgur.com/EB5Vjif.png Reference Image (Two Objects)].</p> <p><i>We are turning on local space to figure out which axis we're moving as shown in the references.</i></p> <p>For us, our single object current position is 1571.5 and moving it under the map puts it at 1567.99.</p> <p>So to open it we would set our first move point on the Z axis to, -3.51 to open and 3.51 to close. [https://i.imgur.com/ncwOvjm.png Reference Image Open (One Object)] and [https://i.imgur.com/fovDJyn.png Reference Image Close (One Object)].</p> <p><i>Two objects are the same as a single object but a bit different.</i></p> <p>For the two moving objects, we'd get how far one needs to move and remembers its position (same as above).</p> <p>So ours is red (X) axis -505.44 and moves to 508.84. So the door will be 3.3 as the movement.</p> <p>Since we are going to use local and not world space, we are putting this in the Z box as well.</p> <p>You should have two attach to ONE object and two attached to the SECOND object.</p> <p>Object One would be 3.3 or -3.3 depending on movement. Then depending how you've designed it, it might be the opposite or same depending on rotation.</p> <p>Example: My move would be 3.3 to open and -3.3 to close. So the second object would be 3.3 to open and -3.3 to close.</p> <p>I recommend always keeping nodes close but remember which is which and what does what function.</p> <p>Left is strictly open and right would be strightly closing. This keeps things simple!</p> </div> </div> <div class="step"> <span class="step-number">7</span> <div class="step-content"> <h3>Finally closing the circuit</h3> <p>We want to unlock the closing gate so we can let it lock up behind us!</p> <p><code>On Finishing β Unlock</code></p> <p>Then repeat that the closing the same way so we can unlock the opening gate.</p> <p>[https://i.imgur.com/u0z9IjU.png Reference Image (Two Objects)].[https://i.imgur.com/JM3NgyR.png Reference Image (One Object)].</p> </div> </div> <div class="step"> <span class="step-number">8</span> <div class="step-content"> <h3>Your objects should look similar or close to this.</h3> <p>[https://i.imgur.com/u0z9IjU.png Reference Image (Two Objects)]</p> </div> </div> <div class="step"> <span class="step-number">9</span> <div class="step-content"> <h3>Time to test your new door/object thingy!</h3> <p>Before hitting play, go click the arrow next to play and play from camera to quickly test it.</p> <p>[https://i.imgur.com/ravCEzA.png Final Look 1] and [https://i.imgur.com/LDvzFjC.png Final look 2]</p> </div> </div>
Summary:
Please note that all contributions to EVERYWHERE wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, 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 (see
EVERYWHERE wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Main navigation
EVERYWHERE WIKI
Main Page
Random Page
Recent Changes
EVERYWHERE
Community Links
Reddit
Discord
Player Support
Welcome to ARCADIA
Stamps
ARCs
Logic
Gamemode Templates
Wheeled Race
Free For All (FFA)
Team Deathmatch
Power Grab
Gun Game
See all
Tutorials
Moving Platforms
Sliding Doors
Exploding Barrel
Advanced Sliding Doors
Interactive Light
See all
Tools
What links here
Related changes
Special pages
Page information