ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "AIBuildsWalls"

From ModEnc
Jump to: navigation, search
(Dedeerified.)
m (cleaning up..)
Line 1: Line 1:
{{Flag
+
{{flag
|name={{PAGENAME}}
+
|name=AIBuildsWalls
|files={{Categ|ini=rules}}
+
|files={{categ|ini=rules}}
|types={{Categ|General}}
+
|values={{values|bool}}
|values={{values|Booleans}}
+
|default=true
 +
|types={{categ|General}}
 
|ts=yes
 
|ts=yes
 
|fs=yes
 
|fs=yes
Line 12: Line 13:
 
|ra2obsolete=yes
 
|ra2obsolete=yes
 
}}
 
}}
In {{ts}} and {{fs}}, when set to yes, this flag will cause the GDI AI to build walls. With the introduction of the new wall logic in one of the {{ts}} patches, the AI tends to block off its own base due to the inability to construct walls properly, thus leading to major performance hits due to pathfinding. In {{ts}} and {{fs}}, it is probably better to keep this tag set to no.
 
  
 +
==In Tiberian Sun==
 +
In {{ts}} and {{fs}}, when set to yes, this flag will cause the GDI AI to build walls. With the introduction of the new wall logic in one of the {{ts}} patches, the AI tends to block off its own base due to the inability to construct walls properly, thus leading to major performance hits due to pathfinding. Therefore it is probably better to keep this tag set to no.
  
In {{ra2}} and {{yr}}, this tag has been superseded by the {{TTL|ProtectWithWall}} logic, where the AI will construct walls around structures who have {{TTL|ProtectWithWall|yes}}. Setting this tag to yes in {{ra2}} and {{yr}} has no effect.
+
==In Red Alert 2==
 +
In {{ra2}} and {{yr}}, this flag has no effect and has been superseded by the {{TTL|ProtectWithWall}} logic, which enables the AI to construct walls around [[BuildingTypes]] with {{tt|ProtectWithWall{{=}}yes}} set.

Revision as of 20:40, 15 June 2008

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
Flag: AIBuildsWalls
File(s): rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: true
Applicable to: General

Cc cnrdelete-all.pngLogic related to AIBuildsWalls, as a whole or in part, is obsolete in Red Alert 2 and/or Yuri's Revenge.



In Tiberian Sun

In Tiberian Sun and Firestorm, when set to yes, this flag will cause the GDI AI to build walls. With the introduction of the new wall logic in one of the Tiberian Sun patches, the AI tends to block off its own base due to the inability to construct walls properly, thus leading to major performance hits due to pathfinding. Therefore it is probably better to keep this tag set to no.

In Red Alert 2

In Red Alert 2 and Yuri's Revenge, this flag has no effect and has been superseded by the Template:TTL logic, which enables the AI to construct walls around BuildingTypes with ProtectWithWall=yes set.