Skip to content

Garden view control #1182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Ashley-Cause
Copy link

Add a command to precisely control player yaw and pitch while in the garden.
Useful for niche farm designs.

@LifeIsAParadox LifeIsAParadox added the reviews needed This PR needs reviews label Feb 19, 2025
@Julienraptor01
Copy link
Contributor

Hypixel doesn't allow this
Also there is an in game item to do this, it's the squeaky mousemat iirc

@Ashley-Cause
Copy link
Author

Ahh I see. Good to know, thanks.

There's a mouse locking feature in Skyblocker iirc right?
Do you think hypixel would allow an incremental approach, which like reduces your mouse sensitivity the closer you are to a targeted yaw? or is that the same thing pretty much do you think?

@Julienraptor01
Copy link
Contributor

Julienraptor01 commented Feb 19, 2025

Ahh I see. Good to know, thanks.

There's a mouse locking feature in Skyblocker iirc right?
Do you think hypixel would allow an incremental approach, which like reduces your mouse sensitivity the closer you are to a targeted yaw? or is that the same thing pretty much do you think?

I think this would be fine, i even considered doing that at one point, but as nearly everything i considered, i stashed it up in my todo later list

Reducing sensitivity while close to the yaw×pitch is a good idea except for a few things
If you reduce the sensitivity while you get closer to the point/axis you are trying to get to, you'll never get to it
So what you need to do actually is increase the sensitivity when you go towards the point/axis and decrease it while you go away from it
(based on direction, not on distance)

Tho tbh the in game item is what you want
There's no real reason to do in another way now

@kevinthegreat1
Copy link
Collaborator

Thanks for the pr. Directly setting the pitch and yaw is definitely a no. Reducing the sensitivity as you get closer is a good idea.

@LifeIsAParadox LifeIsAParadox added merge conflicts This PR has merge conflicts that need solving. and removed reviews needed This PR needs reviews labels Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge conflicts This PR has merge conflicts that need solving.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants