skyrimfet Posted August 2, 2016 Posted August 2, 2016 Hi everyone. I'm try to disable in game camera rotation to get effect like in "fight mode". "Looking" on right/left should always rotate my character. 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 make looking total impossible. it's one function to set camera state, view mode or something?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.