Jump to content

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


Recommended Posts

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

  • Recently Browsing   0 members

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