Advertisement
AdamAK

AGGRESIVE.PER

Feb 12th, 2015
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. //See the RULES.DOC file for the syntactical rules and the meaning of each of the
  2. //variables. Aside from simple crash prevention during load, this file does not get
  3. //checked for having valid numbers, etc. Mis-setting variables in this file can
  4. //cause unbelievably stupid AI, high update times, etc.
  5. //
  6. //Default (Passive)
  7. DEFAULT
  8. 0 34 //SNPercentCivilianExplorers
  9. 1 34 //SNPercentCivilianBuilders
  10. 2 34 //SNPercentCivilianGatherers
  11. 3 2 //SNCapCivilianExplorers
  12. 4 2 //SNCapCivilianBuilders
  13. 5 -1 //SNCapCivilianGatherers
  14. 18 4 //SNTotalNumberExplorers (GETTING PHASED OUT)
  15. 35 0 //SNMinimumCivilianExplorers
  16.  
  17. 23 10 //SNArtifactReturnDistance (UNUSED AT THIS POINT)
  18. 24 75 //SNPercentVictoryClamp (UNUSED AT THIS POINT)
  19. 29 85 //SNMinimumPeaceLikeLevel (UNUSED AT THIS POINT)
  20. 32 85 //SNPercentExplorationRequired (TEMPORARILY UNUSED FOR SOLDIERS)
  21. 34 50 //SNZeroPriorityDistance
  22.  
  23. 40 0 //SNGroupFillMethod
  24. 75 2 //SNGroupCommanderSelectionMethod
  25. 76 15 //SNConsecutiveIdleUnitLimit
  26.  
  27. 36 2 //SNNumberAttackGroups
  28. 16 4 //SNMinimumAttackGroupSize
  29. 26 7 //SNMaximumAttackGroupSize
  30. 37 0 //SNAttackGroupMakeup (UNUSED AT THIS POINT)
  31. 41 3 //SNAttackGroupGatherSpacing
  32. 30 90 //SNPercentHealthRetreat
  33. 31 75 //SNPercentDeathRetreat
  34. 91 90 //SNPercentUnitHealthRetreat
  35.  
  36. 38 1 //SNNumberDefendGroups
  37. 25 3 //SNMinimumDefendGroupSize
  38. 28 3 //SNMaximumDefendGroupSize
  39. 39 0 //SNDefendGroupMakeup (UNUSED AT THIS POINT)
  40. 50 3 //SNGoldDefendPriority
  41. 51 0 //SNStoneDefendPriority
  42. 52 0 //SNForageDefendPriority
  43. 53 0 //SNChokePointDefendPriority (UNUSED AT THIS POINT)
  44. 54 1 //SNRuinsDefendPriority
  45. 55 2 //SNArtifactDefendPriority
  46. 56 0 //SNTownDefendPriority
  47. 57 2 //SNDefenseDistance
  48. 22 12 //SNSentryDistance
  49. 72 2 //SNSentryDistanceVariation
  50. 92 10 //SNDefendOverlapDistance
  51.  
  52. 42 0 //SNNumberExploreGroups
  53. 43 2 //SNMinimumExploreGroupSize
  54. 44 3 //SNMaximumExploreGroupSize
  55. 45 0 //SNExploreGroupMakeup (UNUSED AT THIS POINT)
  56.  
  57. 46 30 //SNAttackSeparationTime
  58. 47 1 //SNAttackCoordination
  59. 19 75 //SNPercentEnemySightedResponse
  60. 20 50 //SNEnemySightedResponseDistance
  61. 48 30 //SNAttackResponseSeparationTime
  62. 49 1 //SNRetreatAfterTargetDestroyed
  63. 71 1 //SNLockAttackAndAttackResponse
  64.  
  65. 58 2 //SNNumberBoatAttackGroups
  66. 59 1 //SNMinimumBoatAttackGroupSize
  67. 60 5 //SNMaximumBoatAttackGroupSize
  68.  
  69. 67 0 //SNNumberBoatDefendGroups
  70. 68 0 //SNMinimumBoatDefendGroupSize
  71. 69 0 //SNMaximumBoatDefendGroupSize
  72. 70 0 //SNDockDefendPriority
  73.  
  74. 61 1 //SNNumberBoatExploreGroups
  75. 62 1 //SNMinimumBoatExploreGroupSize
  76. 63 1 //SNMaximumBoatExploreGroupSize
  77.  
  78. 64 0 //SNDesiredNumberTradeEscorts
  79. 65 0 //SNDesiredNumberFishEscorts
  80. 66 0 //SNDesiredNumberTransportEscorts
  81.  
  82. 73 15 //SNMinimumTownSize
  83. 74 20 //SNMaximumTownSize
  84. 86 50 //SNStoragePitMaxDistance
  85. 87 50 //SNGranaryMaxDistance
  86. 84 1 //SNNumberWallGates
  87. 85 4 //SNSizeWallGates
  88.  
  89. 77 5 //SNTargetEvaluationDistance
  90. 78 1 //SNTargetEvaluationHitpoints
  91. 79 1 //SNTargetEvaluationDamageCapability
  92. 80 0 //SNTargetEvaluationKills
  93. 81 0 //SNTargetEvaluationAllyProximity
  94. 82 0 //SNTargetEvaluationROF
  95. 83 0 //SNTargetEvaluationRandomness
  96. 89 0 //SNTargetEvaluationAttackAttempts
  97. 90 0 //SNTargetEvaluationRange
  98.  
  99. 88 2 //SNTacticalUpdateFrequency
  100. //
  101. //
  102. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement