Add xForcedViewCamera Python script#1811
Conversation
|
FYI @Traveler263 if you want to give this a test on Destiny |
79b24cc to
7f69b0b
Compare
Ill try to poke at this either tomorrow or Tuesday. |
|
Why not adding an optional two-states responder and an optional SDLQuitCameraView, like in the script from https://discord.com/channels/282045216221822978/282046743338811392/1440814300552888360 ? |
This is intended to be a simple script for forcing a camera perspective, not for complex Age-specific situations that have a bunch of other state associated with them. More complicated scenarios probably have other Python logic they will need, and proper consideration regarding multiplayer interactions. The xTelescope script for example restricts a single player to using the telescope at a time, but this script allows multiple players to trigger to viewpoint camera. |
|
Ah, ok. |
7f69b0b to
4f67171
Compare
Script to force a camera viewpoint from a clickable, with an optional vignette.
This is like a hybrid of the
xTelescopeandclftRSscripts, but with the logic simplified and some shortcomings addressed.