| 1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="utf-8"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <PathfindSettings
- id="Settings_Pathfinder"
- MaxPathfindCellsPerFrame="2000"
- MaxPathfindCellsPerPhase="2000"
- MaxCellsFindMeleeEngagementLocation="50"
- MaxCellsAdjustDestination="400"
- MaxCellsAdjustHordeMeleeDestination="200"
- MaxCellsAdjustTargetDestination="400"
- MaxCellsAdjustToPossibleDestination="400"
- MaxCellsAdjustToMeleeDestination="400"
- MaxCellsAdjustToNearestGroundCell="400"
- MaxCellsAdjustToNearestValidCell="400"
- MaxCellsPatchPath="2000"
- MaxCellsToExamineTowardsGoal="25000"
- MaxExtraCollisionResponsePathsPerFrame="5"
- MaxExtraMoveAwayFromPathPathsPerFrame="1"
- LayerZCloseEnough="10"
- />
-
- </AssetDeclaration>
|