Page 1 of 1
[0.13.15] Alien Pathfinding
Posted: Wed Aug 17, 2016 4:41 pm
by Hoeloe
I think I found a bug on my verry cool mapseed. It seems like (most) aliens are not able to find a path to my factory, they are some kind of cut off by the water
although the continents are connected with big landtiles. Don't know if this behaviour is actually intended.
Re: [0.13.15] Alien Pathfinding
Posted: Wed Aug 17, 2016 4:58 pm
by Loewchen
That is to be expected, the game will stop the pathfinding process if it takes too long in order to save cpu time. The enemies in the east should be able to attack you though.
NaB.
Re: [0.13.15] Alien Pathfinding
Posted: Wed Aug 17, 2016 6:40 pm
by Hoeloe
Stupid question: So these idle biters wo can't find a path but still group up at the coast use less CPU then calculating a longer path? (which gets cached so far I know)
Re: [0.13.15] Alien Pathfinding
Posted: Wed Aug 17, 2016 7:15 pm
by Loewchen
Hoeloe wrote:Stupid question: So these idle biters wo can't find a path but still group up at the coast use less CPU then calculating a longer path? (which gets cached so far I know)
Correct, there are further more limitations to biter accumulation in place. Unsuccessful paths are not cached afaik.