skyrimfet Posted August 3, 2016 Share Posted August 3, 2016 Hi everyone! I'm try to disable in game camera rotation around PC (Third Person)looking left/right should rotate character (like in combat) I tried: Game.DisablePlayerControls(not(Game.IsMovementControlsEnabled()), not(Game.IsFightingControlsEnabled()), not(Game.IsCamSwitchControlsEnabled()), true, not(Game.IsSneakingControlsEnabled()), not(Game.IsMenuControlsEnabled()), not(Game.IsActivateControlsEnabled()), not(Game.IsJournalControlsEnabled()))...but it block pointer/make looking total impossible. it's one function to set camera state, view mode or something? Link to comment Share on other sites More sharing options...
Recommended Posts