PathfindSettings.xml 792 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <PathfindSettings
  4. id="Settings_Pathfinder"
  5. MaxPathfindCellsPerFrame="2000"
  6. MaxPathfindCellsPerPhase="2000"
  7. MaxCellsFindMeleeEngagementLocation="50"
  8. MaxCellsAdjustDestination="400"
  9. MaxCellsAdjustHordeMeleeDestination="200"
  10. MaxCellsAdjustTargetDestination="400"
  11. MaxCellsAdjustToPossibleDestination="400"
  12. MaxCellsAdjustToMeleeDestination="400"
  13. MaxCellsAdjustToNearestGroundCell="400"
  14. MaxCellsAdjustToNearestValidCell="400"
  15. MaxCellsPatchPath="2000"
  16. MaxCellsToExamineTowardsGoal="25000"
  17. MaxExtraCollisionResponsePathsPerFrame="5"
  18. MaxExtraMoveAwayFromPathPathsPerFrame="1"
  19. LayerZCloseEnough="10"
  20. />
  21. </AssetDeclaration>