Jump to content

AITriggerFailureWeightDelta: Difference between revisions

From ModEnc²
en>Nighthawk200
Dedeezirified.
en>DCoder
Updating
Line 11: Line 11:
|rp=yes
|rp=yes
}}
}}
This is the delta applied to the weighting of an AITriggerType that was not successfully carried out by the AI. This then increases the chances of a different trigger being used by the AI, rather than the same one being re-used.
When an AI [[TeamTypes|TeamType]] is dissolved which hasn't completed its task (through the usage of [[ScriptActions#49|Script Action 49, 0]]), this value, multiplied by {{TTL|AITriggerTrackRecordCoefficient}}, is added to the Weight of every AI Trigger using this TeamType as its primary Team. This value is normally negative, thus it effectively reduces the weight and increases the chances of a different trigger being used by the AI, rather than the same one being re-used.
 
See also [[AITriggerTypes#Weights|AI Trigger Type Weights]].

Revision as of 20:19, 20 June 2008

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: AITriggerFailureWeightDelta
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: General


When an AI TeamType is dissolved which hasn't completed its task (through the usage of Script Action 49, 0), this value, multiplied by Template:TTL, is added to the Weight of every AI Trigger using this TeamType as its primary Team. This value is normally negative, thus it effectively reduces the weight and increases the chances of a different trigger being used by the AI, rather than the same one being re-used.

See also AI Trigger Type Weights.