Well, I use maze hunter for example to hunt the player effective ! And if the CE has to move fast (and not normal) it looks a bit weird. So a normal moving, player hunting CE would be perfect.
And I don´t make any mazes, they aren´t that good. Well... are they ?
Anyways Alan is completely right ! That is also my problem I am currently having !
Alan wrote:But I can imagine Holger left it out for a reason.. Mayby this is the fastest it goes because it's doing lots of checking?
I've also thought it was because of that, but I'm honestly not sure. With today's computer speeds and algorithms, it mustn't take so long...
With the A* algorithm, the EXACT way to the player (every step) could be calculated within 10ms on a 64*64 level I guess. Unfortunately, this specific algorithm requires some extra memory..
Some may remember the experimental "maze runner" element in some pre-release version (which was removed later again) -- the CE functionality was directly taken from that element. Unfortunately, as this was not a CE, it had a fixed move delay value, and I just forgot to extend this to use the usual configurable CE move delay value. :-(
I've just fixed that bug, and ensured that previous (old) levels stay unaffected by this change (and still use the fixed value instead, even if the config value was set to zero or any other value).