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

[Bug] [Might be inteded behavour] The mod appears to break 'render only current waypoint set' #32

Open
2001herne opened this issue Sep 2, 2024 · 2 comments

Comments

@2001herne
Copy link

The mod appears to break the 'render only current waypoint set' option by forcing the worldmap to render all waypoint sets. While I understand that rendering all waypoint sets presents a quick and easy way of not interfering with a users existing waypoints, the ability to hide specific waypoint sets is a critical feature of xaeros minimap/worldmap.

@thebuildcraft
Copy link
Owner

Yes, unfortunately, this is currently the intended behaviour as I didn't find a good way to force enable only the special sets the mods generates.
Maybe I will do it the "correct way" later, but I'm currently not so motivated to work on the mod... sorry.

@thebuildcraft
Copy link
Owner

Ok, I looked into the xaero code and there is a problem:
It can only either render all sets or only one. This gives me 2 options:

  1. just put the waypoints into the Default set --> if you switch to another set, you can't see the players / markers anymore
  2. put them in all sets --> if you disable the mod or uninstall it, all the waypoints will remain in all your sets, which means you have to remove all of them manually

As you can see, it's not that simple, unfortunately. If you find another solution, please let me know. For now, I will keep it as it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants