Jump to content

AITriggerSuccessWeightDelta: Difference between revisions

From ModEnc²
en>Nighthawk200
Dedeezirified... and on...
m 3 revisions imported
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
|rp=yes
|rp=yes
}}
}}
This is the delta applied to the weighting of an AITriggerType that the AI successfully carried out. This then increases the chances of the same trigger being re-used, instead of a different one being chosen.
This is the delta applied to the weighting of an [[AITriggerTypes|AI trigger type]] that the AI successfully carried out. An AI trigger is considered to have succeeded when its [[team]] executes the script action #49 {{tt|Register Success}}. This then increases the chances of the same trigger being re-used, instead of a different one being chosen.
 
== See Also ==
* [[AITriggerTypes#Weights|AITriggerTypes→Weights]]
* [[AITriggerFailureWeightDelta]]
* [[AITriggerTrackRecordCoefficient]]

Latest revision as of 21:34, 31 March 2025

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


This is the delta applied to the weighting of an AI trigger type that the AI successfully carried out. An AI trigger is considered to have succeeded when its team executes the script action #49 Register Success. This then increases the chances of the same trigger being re-used, instead of a different one being chosen.

See Also