-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
V3 Pathing - Strange Movements? #664
Comments
Gooday i would require more info and more likely logs about the situation to understand whats going on at your side. First thing first, V1 only works with Pre cataclysm expansion, does not work with and after(including) Cataclysm. However the currently downloadable V3 navmesh is not created by me, mentioned here.
Please define what The most limiting part of the navigation is the lack of Z coordinate(height), this needs to be guessed/sampled, it not always accurate. This causes issues when the vendor is located indoors(there's sealing above the player's/vendor npc head) The navigation component attempts to avoid using the navmesh at all indoors just by blindly following the dense path routes, there's a minimum distance threshold between two waypoint which below the pathfinder does not getting called. For Pre Cataclysm expansions, in my testing V1 have a really good performance characteristic and has a higher quality path results due there's no geometry simplification, it uses the raw game files. While V3 uses heavy geometry simplification, depending on how the navmesh was constructed, there could be inaccuracies. V3 returns with a possible route way quicker, however it may not respect player movement limitations - like max climbable slopes. |
Sorry I wrote this up relatively quickly as I assumed it was some sort of setup that I was missing, but it seems that it might be just an unoptimized V3. In my experience so far, if the character is not already ontop of one of the XY coordinates listed in the path, it will struggle to get onto the path. I experience the same thing when it is leaving the XY coordinates of the path to find a vendor or repair (my current character is in Hillsbrad where this is all outdoors, and I am on the Classic servers). Generally speaking, when the character is not on the XY path the character will attempt to run forward for a few seconds (2-3 seconds) while tab targeting (assuming no target found), followed by a few seconds of jumping on the spot and tab targeting (2-3 seconds), followed by 2-3 seconds of backpedaling and then changing directions. This loop will repeat itself over and over again until it reaches the destination, or finds a target to kill. I'll attach some logs soon but it sounds like this was not the intended behaviour, and that I might be better off just using V1. |
Please upload logs so i can see if i would be able to reproduce the issues, thanks! |
My most recent log. An example would be at the very end (was killed by opposite faction and struggled to get back to corpse). |
I can see a lot of
entries in the logs :( well rather all of the Navigation based calls return with that prefix |
Which is weird because the same config works great with V1!
…On Wed, 15 Jan 2025, 11:16 pm Xii, ***@***.***> wrote:
I can see a lot of
[Navigation ] Unable to find path
entries in the logs :(
—
Reply to this email directly, view it on GitHub
<#664 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2JLQG53IIXASQN43MHW3ID2KZKCTAVCNFSM6AAAAABVG4BTX6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJSG42TEOBVGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Which V3 navmesh you have been downloaded ? |
You should use either of these since your client version is Vanilla + TBC + Wrath + Cataclysm - work in progress will going to yield issues due how the old zones were changed with Cataclysm expansion! |
I am using Vanilla + TBC
…On Wed, 15 Jan 2025, 11:20 pm Xii, ***@***.***> wrote:
You should use either of these since your client version is [09:13:20:215
I] [Program] Version: 1.15.6.58185 which is Classic Era
- Vanilla + TBC
<https://mega.nz/file/7HgkHIyA#c_gzUeTadecWY0JDY3KT39ktfPGLs2vzt_90bMvhszk>
- Vanilla + TBC + Wrath
<https://mega.nz/file/zWQ2XIKI#9EKWOPyyTMfY1LACkcP_wioZ0poVIuaGh2xcRh4V9dw>
—
Reply to this email directly, view it on GitHub
<#664 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2JLQG6VMWHENPEN3KXJVY32KZKPVAVCNFSM6AAAAABVG4BTX6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJSG43DSMJZGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Can you give a shot for Vanilla + TBC + Wrath ? That's what i've been using since Wotlk classic came out. On the other hand in the provided log i cannot see a single successfully found route by the Navigation pathfinder :( |
I will try in the morning and let you know. Thanks for the quick responses!
…On Wed, 15 Jan 2025, 11:24 pm Xii, ***@***.***> wrote:
Can you give a shot for Vanilla + TBC + Wrath
<https://mega.nz/file/zWQ2XIKI#9EKWOPyyTMfY1LACkcP_wioZ0poVIuaGh2xcRh4V9dw>
?
That's what i've been using since Wotlk classic came out.
—
Reply to this email directly, view it on GitHub
<#664 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2JLQG4ULTVX4QGVGHUOLY32KZLCBAVCNFSM6AAAAABVG4BTX6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJSG44DKOBQGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I've just started playing around with V3 Pathing to see if I get better performance in my xp/hour, but it seems to have some strange pathing quirks. I'm not sure if I have not set it up correctly (if there's tweaking necessary) or if it's just supposed to act like this?
Things I have noticed:
Again, not sure if any of these are actual issues or if I am just missing something in the setup. When it is on the actual path and in the right area, I have had 0 problems with V3 -- it's mainly just pathing too and from grinding spots or vendors.
The text was updated successfully, but these errors were encountered: