In lue of a full integration I was wondering how I could feed an NPC a list of vectors received from a pathfinding algorithm, and with great speed like a Sentinel closechase with 2.5D speed set? The navigator npc.getNavigator().setTarget() can be passed an iterable list of vectors but ignores the sentinel speed or potentially my list is too thick, but I downsampled it to 20-100 points and I can't get the NPC to move quickly
#(shiftingkill) Pathfinding using Pathetic
9 messages · Page 1 of 1 (latest)
(shiftingkill) Pathfinding using Pathetic
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can still set the local parameters speed after you use set target
@late sorrel
Like after we setTarget() we can do st.speed = 2.5D?
So even though we are using the citizens NPC navigator it will use the sentinel speed still? If thats the case then my code is not progressing through the list or sentinel is too close to the point to move
Ahh Navigator Parameters