H-uru / korman

Blender plugin for creating ages for Cyan Worlds' proprietary Plasma engine and its open source variant, CyanWorlds.com Engine.
GNU General Public License v3.0
35 stars 17 forks source link

Entry Cameras for the Spawn Point Modifier #395

Closed Hoikas closed 7 months ago

Hoikas commented 7 months ago

This simplies the creation of "entry cameras" as seen in Doobes' Ages Veelay and Chiso. In Doobes' Ages, the entry cameras are pushed by entering into a region around the spawn point. When exiting the region, the camera is popped off and the region is disabled. Unfortunately, since this is a general purpose modifier, we cannot simply use that approach. That approach assumes there is a single spawn point for the entire Age. If you were to enter a second spawn point, then walk intgo the other spawn point's entry camera region, it would be spuriously triggered. Therefore, I have written a new xEntryCam.py script for CWE to ensure that all entry cameras are disabled when the local player finishes linking in.

See H-uru/Plasma#1556

Hoikas commented 7 months ago

xEntryCam.py is now available in the offline KI and Plasma repos, so I'm merging this.