Specially handle OOB Sendification #2966
Labels
Bug
Something isn't working correctly
Done in next release
This has been addressed in the next release
Enhancement
Improvement or tweak to the mod
Portal 1
Issue only applies to Portal 1 style.
Sendificators should have some special behaviour when dealing with out-of-bounds locations (exit corridors, obs rooms). Add a new
SendificatorOOB
result, which is given an AABB for the room and a bool indicating if it's a fizzler. These will be collected and passed into the Sendtor VScript.When tracing, it checks if any laser segments intersect these bboxes - if so the trace stops, and a delayed
Dissolve
input is fired at the cube to fizzle it after it teleports. If the box is marked as a fizzler, it instead just stops the trace short inside the fizzler to dissolve it there.The text was updated successfully, but these errors were encountered: