Main

You can BREAK this Door on Frontier! #tf2 #shorts

Once it's broken, it's stuck that way FOREVER... ▶️ These doors CRUSH you: https://youtube.com/shorts/JdZQ1JVpeU8 ▶️ My other TF2 shorts: https://www.youtube.com/playlist?list=PLEiYVkpDIKbZywUh5yAR9bZujqdqsZXei 💬 My Socials: https://linktr.ee/LEDs_YT 💬 Discord: https://discord.gg/4UMFUcYFeM #tf2 #teamfortress2 #shorts

LED

3 months ago

Did you know about this door on Frontier? It sits next to the second control point and  can only be opened from one side. Normally, it stays open after the point has been captured, but if you hold it open when this  happens, it closes permanently. I’ve copied all of the logic over  to this test world to analyze. This trigger region is responsible for opening  and closing the door, and this one is for triggering this relay which is configured  to open the door and disable its trigger. When I leav
e the trigger, this  “OnEndTouchAll” input is fired, which forces it to close. This is normal,  but if I trigger the relay to disable it while I’m still touching it,  this input will still fire, causing the door to close. And because the trigger  has been disabled, there’s no way to re-open it. Fortunately, the solution is simple. All  you have to do is change the input on the relay from “Disable” to “Kill.” This will  prevent the OnEndTouchAll input from firing, and open the door regardless of 
whether you’re touching the trigger.

Comments