-
Notifications
You must be signed in to change notification settings - Fork 12
Allow increasing render distance and zooming out farther (and a lot of deob) #30
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
base: master
Are you sure you want to change the base?
Conversation
Add configurable min/max zoom to BasicInputQOL and API API Clarifications
Error checking in BasicInputQOL
|
Hi Enovale - thanks for the contribution! I need to check through it a bit but from a cursory overview the changes/refactoring look positive. If there’s any breaking API changes (I see you touched on the plugin system) I’ll have to do some coordination first before merging and deploying after everything checks out. Tagged releases will deploy automatically and clients will break when loading. I’ll review here if I notice or need anything. |
|
Hey there - I'm curious if this PR is still in progress? I forked Enovale's branch because it had a lot of good deob that I wanted to make changes on top of, but now that I've seen the age of this PR, I'm starting to doubt that decision. Should I go ahead and rebase my changes to the original, or should I just be patient for a bit longer? |
Currently, even with BasicInputQOL you cannot zoom out very far and it makes the game feel very claustrophobic and makes navigation more cumbersome than it should be. I set out to rectify this problem and ended up resolving a lot of other things along the way.