Posts: 125
Threads: 3
Joined: Nov 2012
Reputation:
0
ok ...so i made an object based NPC cuz i dont like the npc system and they work alright(health,dmg and so on) but they walk thru walls and objects ...i still cant find a collision detection method for them to base a route planing system on if there is no way to do that is there a way to load a player char not thru the npc system?
Posts: 381
Threads: 12
Joined: Oct 2012
Reputation:
0
object based npc system? lol wut, i dont even... link?
Posts: 125
Threads: 3
Joined: Nov 2012
Reputation:
0
thats prety much the idea ...i can make route planing np but they are free roam and i want to not mark every obstical posable =/ i may have to start writing my own includes
Posts: 686
Threads: 29
Joined: Feb 2011
Reputation:
0
You can create a route and save it, if that's what you mean.
Posts: 125
Threads: 3
Joined: Nov 2012
Reputation:
0
nah i can create routes fine but my objects wander freely(no preplaned route) they make their own routes around cars and tward or away from players and the only restriction i placed on some are they have to stay within certain bounds or certain distance around their assigned player they do the rest on their own