v19 Navigator doesn't show NPC/Monster

05/26/2020 20:42 NewMoonx#1
Hello everyone,

i nearly finished adding the v19 Theme to a clean source, but I have the problem that the navigation doesn't work completly.

[Only registered and activated users can see links. Click Here To Register...]

It only shows the background, but not the "dots" for NPCs/monsters, does anyone know where the issue is? I've looked at the source code twice, but can't see anything missing.

Thanks for you help :)
05/27/2020 12:11 Spidpex#2
Quote:
Originally Posted by NewMoonx View Post
Hello everyone,

i nearly finished adding the v19 Theme to a clean source, but I have the problem that the navigation doesn't work completly.

[Only registered and activated users can see links. Click Here To Register...]

It only shows the background, but not the "dots" for NPCs/monsters, does anyone know where the issue is? I've looked at the source code twice, but can't see anything missing.

Thanks for you help :)
Just a wild thought, could it be related to the Resolution itself?
05/27/2020 13:20 Tweeney#3
but it's not a v19 theme?
05/27/2020 14:34 NewMoonx#4
Quote:
Originally Posted by Spidpex View Post
Just a wild thought, could it be related to the Resolution itself?
Shouldn't be a resolution issue, there must be something missing code-wise, just no clue what's missing. So just asking for a little hint where to look at.
05/27/2020 23:13 QuietSmoke#5
Quote:
Originally Posted by NewMoonx View Post
Hello everyone,

i nearly finished adding the v19 Theme to a clean source, but I have the problem that the navigation doesn't work completly.

[Only registered and activated users can see links. Click Here To Register...]

It only shows the background, but not the "dots" for NPCs/monsters, does anyone know where the issue is? I've looked at the source code twice, but can't see anything missing.

Thanks for you help :)
Check

m_bObjFilterPlayer, m_bObjFilterParty, m_bObjFilterNPC, m_bObjFilterMonster

And

CWndNavigator::MakeVertexNormalObject
07/23/2021 16:18 Mitchy01#6
Quote:
Originally Posted by NewMoonx View Post
Hello everyone,

i nearly finished adding the v19 Theme to a clean source, but I have the problem that the navigation doesn't work completly.

[Only registered and activated users can see links. Click Here To Register...]

It only shows the background, but not the "dots" for NPCs/monsters, does anyone know where the issue is? I've looked at the source code twice, but can't see anything missing.

Thanks for you help :)
Hey man, can you share how you fixed it?
08/05/2021 18:01 Mitchy01#7
Anyone?
08/06/2021 11:53 Tweek™#8
you don't have your res files synchronous with your server so update your res files from client to server restart the server then it works
08/07/2021 13:11 Mitchy01#9
Quote:
Originally Posted by Tweek™ View Post
you don't have your res files synchronous with your server so update your res files from client to server restart the server then it works

Mind telling me which files exactly?