AIBuildCounts: Difference between revisions
Appearance
en>Crimsonum m Clarified that this is an Ares-only flag. |
en>E1 Elite m Ratio and Limit like RefineryLimit, BarracksLimit etc. are obsolete in YR/Ares. |
||
| Line 8: | Line 8: | ||
}} | }} | ||
'''AIBuildCounts''' specifies how many building of this kind would be built by AI. | '''AIBuildCounts''' specifies how many building of this kind would be built by AI. The 3 comma separated values correspond to difficulties: | ||
AIBuildCounts=3,2,1 means Hard AI would build 3 buildings, Medium 2 and Easy 1. | |||
3 | |||
AIBuildCounts=3,2,1 means Hard AI would build 3 buildings, Medium 2 | |||
==See also== | ==See also== | ||
* [[AIExtraCounts]] | * [[AIExtraCounts]] | ||
* [http://ares-developers.github.io/Ares-docs/new/buildings/buildcount.html Ares documentation] | * [http://ares-developers.github.io/Ares-docs/new/buildings/buildcount.html Ares documentation] | ||
Revision as of 09:05, 19 December 2018
|
|
|
|
|
|
| Flag: | AIBuildCounts |
| File(s): | Rules(md).ini |
| Values: | Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295. |
| Default: | 1,1,1 |
| Applicable to: | BuildingTypes |
AIBuildCounts specifies how many building of this kind would be built by AI. The 3 comma separated values correspond to difficulties: AIBuildCounts=3,2,1 means Hard AI would build 3 buildings, Medium 2 and Easy 1.





