Exopandora / ShoulderSurfing

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

[Improvement] Add key mapping to disable decoupled camera #191

Open EuBruno1 opened 1 month ago

EuBruno1 commented 1 month ago

Hi, thank you for this amazing mod. I would like to sugest an improvement, for a key that disables the decoupled camera, as this will allow for better compatibility with some combat mods. Thanks!

Exopandora commented 1 month ago

Thank you for the suggestion. Have you tried solving the issue with the adaptive item configs (see adaptive_crosshair_hold_items and adaptive_crosshair_use_items)?

EuBruno1 commented 1 month ago

Wow, it worked great! However the idea of a key to enable/disable the decoupled camera would still be useful when building, as it allows for more precise block placement as the block's rotation depends on the direction the player is facing (I.E. placing a chest in the wrong direction because the player is facing another direction).

Anyway, for the combat the adaptive_crosshair_hold_items option works great! Thank you!

Exopandora commented 1 month ago

However the idea of a key to enable/disable the decoupled camera would still be useful when building, as it allows for more precise block placement as the block's rotation depends on the direction the player is facing (I.E. placing a chest in the wrong direction because the player is facing another direction).

This has been fixed in the latest release. Please let me know if this issue can be closed, as there should no longer be a need for such a feature.

ArcjerzForDayz commented 3 weeks ago

Yo! I was also looking for something like this. Cuz its kinda uncomfortable having the camera not turn with the player. Could this be an actual feature of the mod?

Exopandora commented 3 weeks ago

I was also looking for something like this. Cuz its kinda uncomfortable having the camera not turn with the player. Could this be an actual feature of the mod?

This sounds like you want to permanently disable the decoupled camera mode, which is already possible by setting decoupled_camera to false in the config file (shouldersurfing-client.toml). Does this already solve your problem?