Jump to content

Blocking free camera rotation around PC in Third Person (like in combat mode)


skyrimfet

Recommended Posts

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?

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use