CameraOverShoulder Fix (DynamicCam)

CameraOverShoulder Fix (DynamicCam)

13.9k Downloads

Camera jerk when changing from mounted to Travel Form, if Bear/Cat Form before mounted

LudiusMaximus opened this issue ยท 0 comments

commented

Reproduce:

  • Change into cat/bear
  • Mount up
  • Change into travel form

--> Observe weird camera jerk

Solution: In this case you do not need any delay at all. But there is no way of identifying these cases by just looking at the triggered events. So I must somehow save what state I am in.

So. When mounting, check if you are just coming from bear/cat. Store this in a volatile variable
(must not persist longer than reloads) and then when turning into travel form, check
for this variable.