#How to set a specific camera mode on a vessel i.e Chase cam

1 messages · Page 1 of 1 (latest)

dusty spade
#

Howdy. I'm making a mod that lets you fly using a mouse instead of keyboard. Everything else is working so far but I can't figure out how to set the camera mode to "Chase" (or any mode) on command? Thanks 🙂

frank summit
#

I don't think you can set it for a specific vessel, but the CameraManager has a function to set the mode:

GameManager.Instance.Game.CameraManager.FlightCamera.SelectCameraMode(KSP.Sim.CameraMode newMode, bool shouldInterpolate, bool sendPassiveNotification);