Exopandora / ShoulderSurfing

Shoulder Surfing Reloaded is a highly configurable third person camera mod for minecraft.
MIT License
48 stars 9 forks source link

[Question] How to disable horizontal camera movement? #134

Closed ZsoltMolnarrr closed 8 months ago

ZsoltMolnarrr commented 8 months ago

Description

Hello! Since the latest update which reworked how camera position is managed with occlusions, many of our play community have motion sickness due to the wild horizontal camera movement. This is particularly noticable in tight spaces such as moving around in villages.

Is there a way to configure the mod how it behaved before 2.5? Can you give some recommendation on how to reduce/disable horizontal camera movement?

Using ShoulderSurfing-Fabric-1.20.1-2.5.jar

Exopandora commented 8 months ago

Thanks for the feedback! You can set camera_transition_speed to a low value (i.e. 0.05) to slow down the transition speed. I will also add an option to disable this feature entirely in the next update (probably this weekend).

Exopandora commented 8 months ago

A new version (2.6) is available for download. You can disable horizontal camera movement with the following settings:

dynamically_adjust_offsets = false
center_camera_when_looking_down_angle = 0.0
center_camera_when_climbing = false
ZsoltMolnarrr commented 8 months ago

Thank you will check it out as soon as I can!

ZsoltMolnarrr commented 8 months ago

Thank you these seem to be working perfectly. Very nice to have all these config options.