Skip to content
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

Minimap Plugin: Zoom level per zone #58

Open
onimitch opened this issue Feb 7, 2024 · 3 comments
Open

Minimap Plugin: Zoom level per zone #58

onimitch opened this issue Feb 7, 2024 · 3 comments
Labels
c: addon Category: Addon c: plugin Category: Plugin t: enhancement Type: Enhancement t: feature Type: Feature

Comments

@onimitch
Copy link

onimitch commented Feb 7, 2024

Addon / Plugin Description
As a user I'd like the Ashita v4 Minimap plugin to remember the zoom level I set per zone, since the same zoom level doesn't work well on every zone map.

As an alternative, would it be possible to Handle a new event inside Minimap plugin which could be used to set the zoom level, similar to how the current minimap event can be used to set opacity of elements? I've made a more advanced version of minimapmon called minimapcontrol (https://github.com/onimitch/ffxi-ashita-minimapcontrol) so if this event was available I could implement the per zone zoom level in there instead.

Thanks!

@onimitch onimitch added c: addon Category: Addon c: plugin Category: Plugin t: enhancement Type: Enhancement t: feature Type: Feature labels Feb 7, 2024
@Siushaga
Copy link

@onimitch I've used this one for the same reason you've stated.
https://github.com/mousseng/xitools/tree/master/addons/minimap-helper

I wonder if perhaps you can incorporate similar into yours, so it's a one-stop shop. Sorry if this doesn't do exactly what you're requesting, but wanted to point this out in case it's helpful for you.

@onimitch
Copy link
Author

@onimitch I've used this one for the same reason you've stated. https://github.com/mousseng/xitools/tree/master/addons/minimap-helper

I wonder if perhaps you can incorporate similar into yours, so it's a one-stop shop. Sorry if this doesn't do exactly what you're requesting, but wanted to point this out in case it's helpful for you.

Ah thanks, for some reason I didn't think of doing it that way. I'll take a look and see if I can update my addon to use a similar method. Cheers!

@onimitch
Copy link
Author

I've managed to do it in my addon. Version 1.2.0 onwards automatically stores and loads the zoom level per zone https://github.com/onimitch/ffxi-ashita-minimapcontrol/releases/tag/1.2.0

I thought about closing this ticket but I'll leave it up to you @atom0s if you think this feature is still useful built into Minimap plugin or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: addon Category: Addon c: plugin Category: Plugin t: enhancement Type: Enhancement t: feature Type: Feature
Projects
None yet
Development

No branches or pull requests

2 participants