Page 1 of 1

Pathfinding with mouse problem

Posted: Sat May 21, 2011 2:39 pm
by Postman
There is a serious usability problem with pathfinding if using mouse interface. If user click on the location all path to which are blocked by traps, character move into random available location (whenever A* stop). That is especially problematic because known traps are invisible in blacked-out areas. More logical behavior would be run pathfinding without taking traps into account and after finishing pathfinding algo pass check for known trap each step and stop before stepping on trap. Traps on distance 1 should be ignored at all.

Re: Pathfinding with mouse problem

Posted: Wed Jun 01, 2011 10:43 am
by darkgod
fixed