Jump to content

AIAlternateProductionCreditCutoff: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
More precise wording
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
When the AI has less credits than this it will begin to spend money more conservatively.
|name={{PAGENAME}}
|files={{Categ|ini=rules}}
|types={{Categ|General}}
|values={{values|unsigned integers}}
|default=0
|ts=yes
|fs=yes
|ets=yes
|hp=yes
|ra2=yes
|yr=yes
|rp=yes
}}
Specifies the credits threshold for the AI to start spending money more conservatively. When the AI has less money than this, it will alternate between constructing buildings and producing units instead of producing both at the same time like normal.
 
In this alternate production mode, the AI prioritises building construction: If the AI is missing either an infantry or vehicle [[Factory|factory]], or has low [[power]], it will construct the necessary buildings first. If these conditions are satisfied, it will somewhat randomly alternate between producing buildings and units.
 
At any point, if the AI gains more money than this threshold, it will return to normal, unrestrained production.

Latest revision as of 16:35, 16 June 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: AIAlternateProductionCreditCutoff
File(s): rules(md).ini
Values: Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295.
Default: 0
Applicable to: General


Specifies the credits threshold for the AI to start spending money more conservatively. When the AI has less money than this, it will alternate between constructing buildings and producing units instead of producing both at the same time like normal.

In this alternate production mode, the AI prioritises building construction: If the AI is missing either an infantry or vehicle factory, or has low power, it will construct the necessary buildings first. If these conditions are satisfied, it will somewhat randomly alternate between producing buildings and units.

At any point, if the AI gains more money than this threshold, it will return to normal, unrestrained production.