Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specially handle OOB Sendification #2966

Closed
TeamSpen210 opened this issue Apr 10, 2019 · 1 comment
Closed

Specially handle OOB Sendification #2966

TeamSpen210 opened this issue Apr 10, 2019 · 1 comment
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.

Comments

@TeamSpen210
Copy link
Member

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.

@TeamSpen210 TeamSpen210 added the Enhancement Improvement or tweak to the mod label Apr 10, 2019
@TeamSpen210
Copy link
Member Author

This will fix a bug where sendtors can teleport into P1 Obs rooms (perhaps others).

@TeamSpen210 TeamSpen210 added Bug Something isn't working correctly Portal 1 Issue only applies to Portal 1 style. labels Apr 10, 2019
@Konclan Konclan added this to To Do in Portal 1 Bug Todo Aug 13, 2021
@TeamSpen210 TeamSpen210 moved this from To Do to Done in Portal 1 Bug Todo Mar 18, 2024
@TeamSpen210 TeamSpen210 added the Done in next release This has been addressed in the next release label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
Development

No branches or pull requests

1 participant