Scripting Doors
Create scriptable doors that make your map more interactive.
Title | How to Forge Interactive Maps in Halo Infinite |
Created By | |
Reference URL |
Add the required objects to map in order to setup a scripted double doorway.
- 2 - Double Doorway; Stacked back to back
- 4 - Floor Standard; side by side in the middle of the doorway
- 1 - Script Brain
- 1 - Scriptable Switch (Invisible)

Select the Scriptable Switch, then go into Node Graph and place an Add Object Reference to the Scriptable Switch.

Add Object Reference Node

Object Reference - Scriptable Switch
Add Object Reference nodes to each Floor Standard objects, similar to the step above.

Object Reference - Floors
Add Move Object to Transform node and then an On Object Interacted node

Move Object to Transform Node

On Object Interacted Node

If you prefer to have a faster or slower door movement speed, adjust the amount of seconds on the Move Object To Transform node Duration In Seconds.

Double Doors - Open
Optional
Prior to adding objects, create a new folder in order to keep similar objects in the same working folder.
Add the required objects to map in order to setup a scripted automatic doorway.
- 2 - Single Doorway A; Stacked back to back
- 2 - Floor Standard; stacked on top of each other, one beneath the surface floor
- 1 - Script Brain
- 2 - Pointer; One pointer used as a boundary another a reference point

Automatic Doors

Automatic Doors - Full

Automatic Doors - Folders
Add Object Reference nodes to each Floor Standard objects, then go into Node Graph and place an Add Object Reference for the doors.

Object Reference - Doors
Select the Detector Pointer, then go into Node Graph and place an Add Object Reference to the Pointer.

Object Reference - Pointers
Select and place the pointer in the desired placement. Set the boundary that fits the size of where you would like to monitor player movements.

Detector - Boundary

Detector - Boundary

Area Monitor Boundary
In order to close the door properly, the door must have a Destination Point to reference. Copy the coordinates of the Closed door to the same point as the reference pointer, this will ensure the door closes to its original coordinates.

Reference Pointer Coordinates

Door Original Coordinates

Automatic Doors - Script
In order for the script to properly run, you must have the references set correctly. Review the reference video on automatic doors for more information.

Automatic Doors - Open and Close
See the reference video by Red Nomster!
Red Nomster - How to Forge Interactive Maps in Halo Infinite
Page Authored By | |
Date | 20 November 2022 |
Last modified 1yr ago