Jump to content

BaseSizeAdd: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
en>Crimsonum
Un-DeeZire'd
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
This is used to determine the size of a computer players' base at any given time. In terms of the number of structures in that base, it can never be any bigger than the largest human controlled base plus this number of structures. This ensures that the computer continues to build structures (if it is able to) in relation to the size of the largest player controlled base, and it will build those structures in line with the relevant Ratio= values (see below).
|files={{Categ|ini=rules}}
|values={{Values|int}}
|types={{Categ|AI}}
|yr=yes
|ra2=yes
|ts=yes
|fs=yes
|ra=yes
|cs=yes
|am=yes
|tsobsolete=yes
}}
 
This is used to determine the maximum size of a computer player's base at any given time. In terms of the number of structures in that base, it can never be any bigger than the largest human controlled base plus this number of structures. This essentially ensures that the computer attempts to be one step ahead of the human player(s).
 
== In {{ts}} To {{yr}} ==
Although parsed, this flag does nothing.

Revision as of 16:50, 3 April 2024

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: BaseSizeAdd
File(s): rules(md).ini
Values: Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767.
Applicable to: AI

Logic related to BaseSizeAdd, as a whole or in part, is obsolete in Tiberian Sun, Red Alert 2 and/or Yuri's Revenge.



This is used to determine the maximum size of a computer player's base at any given time. In terms of the number of structures in that base, it can never be any bigger than the largest human controlled base plus this number of structures. This essentially ensures that the computer attempts to be one step ahead of the human player(s).

In Tiberian Sun To Yuri's Revenge

Although parsed, this flag does nothing.