Core: RemoteV3 new branch of AmeisenNavigation multi-version-guess-z-coord#585
Conversation
Core: Added PathVisualizer. Currently PPather only works with Wotlk maps for viz. Not suitable for Cata maps. While using RemoteV3 and RemoteV1 is available as well, the generated paths and player positions can be visualized. Core: RemoteV3 uses new build of AmeisenNavigation which is more performant during startup and supports multiple mmaps versions.
|
I followed the instructions but am getting a build error. Can you tell me what could be the problem? Or maybe you can publish the compiled version? |
|
I'm getting the same error, i'm not sure what's changed. I'm only having an old Debug build, but it should be work. |
|
I've recompiled the the project, with the latest compiler it builds now. Pushed the fix. In case it does not work at your side still, here's a x64 release build of the server with the latest compiler. Thanks for letting me know about the problem, i hope the issue getting resolved at your end, have a nice day! |
|
Steps that worked for me:
|
Changes:
PathVisualizer. CurrentlyPPatheronly works with Wotlk maps for viz. Not suitable for Cata maps.RemoteV3andRemoteV1is available as well, the generated paths and player positions can be visualized.AmeisenNavigationwhich is more performant during startup and supports multiple mmaps versions.Its worth to point out that AmeisenNavigation uses a new branch called
multi-version-guess-z-coord. This version of AmeisenNavigation can be built using Visual Studio 2022 but still requires theC++component!Install dependencies for
AmeisenNavigation.Server:Desktop development with C++boxSteps to make make RemoteV3 /
AmeisenNavigation.Serverworking:mmapsand copy anywhere you want, likeC:\mmapsAny CPUto eitherx86orx64AmeisenNavigation.Serverbuild location and findconfig.cfgsMmapsPath=C:\mmapsIf you have problem getting the AnTCP.Client nuget package, you have to install it manually from here.