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

[REQUEST] Set maximum height for custom mesh #52

Open
0sanity opened this issue Nov 26, 2024 · 1 comment
Open

[REQUEST] Set maximum height for custom mesh #52

0sanity opened this issue Nov 26, 2024 · 1 comment

Comments

@0sanity
Copy link

0sanity commented Nov 26, 2024

Mesh has trouble flying north of Little Ala Mhigo, it paths above the scene maximum flying height to go over the surrounding walls

Idea of a simple workaround to allow a setting for maximum height for a scene

@g1xb17
Copy link

g1xb17 commented Jan 14, 2025

Also for The Peaks, It tries to path up behind a mountain to basically take a path that would be more efficient to just go straight to it. Basically going up and backwards from the actual destination. In any case, the fact that the bounds is just a giant cube doesnt mean all the maps are the same size and we know this:

        BoundsMin = new(-1024);
        BoundsMax = new(1024);

At least that is how I read it in my 1024 foot view of the code. This sizing probably doesn't fit the level that well and I dont know much about this plugin design or whats readable, but, theres only three possible solutions to something like this:

  1. Know more about the maps being analyzed in a hardcoded way.
  2. Some sort of information is present in the system that could be used to fix this.
  3. Use some sort of learning about the height of the map through failure testing at runtime.

I'm not really knowledgeable over aspects of FFXIV in terms of its map design I dont know what the numbers mean, but I have seen the data from XIVAPI, and that has some concept of size and offsets.
image

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