Exopandora / ShoulderSurfing

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

[FEATURE] [MC-VERSION] Short description of the feature #107

Closed Fall4573 closed 1 year ago

Fall4573 commented 1 year ago

Heyy just a real quick question/request. Im wondering how can I make the camera go even further back, the reason I ask is simple, the valkyrie skies mod lets you make custom ships and boats, for ease of visibility on where you're going especially for larger ships.

efforts I've made to get this result, changed config files, haven't been able to figure out what i should change to do this

what i got right now. Minecraft 1 12 2 2_5_2023 4_27_33 AM

the perspective im trying to at least get close to Minecraft 1 12 2 2_5_2023 4_29_47 AM

Exopandora commented 1 year ago

In .../.minecraft/config/shouldersurfing.toml set perspective.offset.limits.unlimited_offset_z to true. Such that the section of the config file will look as follows:

[perspective.offset.limits]
#Whether or not z-offset adjustment has limits
unlimited_offset_z = true
#Whether or not y-offset adjustment has limits
unlimited_offset_y = false
#Whether or not x-offset adjustment has limits
unlimited_offset_x = false

If you have any fruther questions, feel free to leave another comment in this issue.