Changes between Initial Version and Version 1 of Ticket #3405, comment 5


Ignore:
Timestamp:
Sep 13, 2015, 1:26:36 PM (9 years ago)
Author:
mimo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3405, comment 5

    initial v1  
    11Thanks for the fix, but I suspect there is something wrong in the computation of the closest point as, if d is the distance between the hunter and the animal and f its flee distance, the animal is ordered to go to the nearest point on a circle centered on the hunter and with radius d+f by a MoveToPointRange(hunter, d+f). And, even if this circle is truncated because of the edge of the map in the commands.txt, there are clearly better possibility than going towards the hunter.
    2 But to make it clearer, I've tried hunting another deer in the middle of the map, an here is a commands.txt with the deer still going towards the hunter. And in my attempts, it seems than even when the deer flees in the right direction, it flees by much less than its flee distance.
     2But to make it clearer, I've tried hunting another deer in the middle of the map, and here is a commands.txt with the deer still going towards the hunter. And in my attempts, it seems than even when the deer flees in the right direction, it flees by much less than its flee distance.