You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -113,27 +115,38 @@ Map.CheckForIssues.DuplicateHouseININame=The map has multiple houses named "{0}"
113
115
Map.CheckForIssues.TeamTypeWithoutTaskForce=TeamType "{0}" has no TaskForce set!
114
116
Map.CheckForIssues.TeamTypeWithoutScript=TeamType "{0}" has no Script set!
115
117
Map.CheckForIssues.ScriptTooManyActions="Script '{0}' has more than {1} actions, which is not supported by the game. Consider organizing your script actions or splitting it to multiple scripts."
116
-
CheckForIssues.TriggerDisabled=Trigger "{0}" ({1}) is disabled and never enabled by another trigger.@Did you forget to enable it? If the trigger exists for debugging purposes, add DEBUG or OBSOLETE to its name to skip this warning.
117
-
CheckForIssues.TriggerEnabledByOtherTriggers=Trigger "{0}" ({1}) is enabled by another trigger, but it is never in a disabled state@(it is neither disabled by default nor disabled by other triggers). Did you forget to disable it?
118
-
CheckForIssues.TriggerEnableSelf=Trigger "{0}" ({1}) has an action for enabling itself. Is it supposed to enable something else instead?
119
-
CheckForIssues.PlayerHouseNotFound=A nonexistent house has been specified in [Basic] Player= .
120
-
CheckForIssues.PlayerHouseNotPlayerControlled=The human player's house does not have the "Player-Controlled" flag checked.
121
-
CheckForIssues.MaxTubesExceeded=The map has more than {0} tunnel tubes. This might cause issues when units cross the tunnels.
122
-
CheckForIssues.UnitFollowsMultipleUnits=Multiple units are configured to make unit {0} at {1} to follow them!@This can cause strange behaviour in the game. {2} at {3} is one of the followed units.
123
-
CheckForIssues.NegativeFollowerID=Unit {0} at {1} has a follower ID below -1. It is unknown how the game reacts to this.
124
-
CheckForIssues.UnitFollowSelf=Unit {0} at {1} follows itself! This can cause the game to crash or freeze!
125
-
CheckForIssues.NoTriggerConditions=Trigger '{0}' has 0 events specified. It will never be fired. Did you forget to give it events?
126
-
CheckForIssues.NoTriggerActions=Trigger '{0}' has 0 actions specified. It will not do anything. Did you forget to give it actions?
127
-
CheckForIssues.TriggerEnteredByNoObjects=Trigger '{0}' is using the "Entered by..." event without being attached to any object, cell, or team. Did you forget to attach it?
128
-
CheckForIssues.TriggerBridgeDestroyedNoCellTags=Trigger '{0}' is using the "Bridge destroyed" event, but it is not attached to any CellTag. Did you forget to place a celltag for it?
129
-
CheckForIssues.TriggerEventNoObjectAttached=Trigger '{0}' is using the {1} event without being attached to any object or team. Did you forget to attach it?
130
-
CheckForIssues.TriggerAttachedToSelf=Trigger '{0}' is attached to itself (potentially through other triggers). This will cause the game to crash!
131
-
CheckForIssues.InvalidTriggerActionTeamType=Trigger '{0}' has a nonexistent TeamType specified as a parameter for one or more of its actions.
132
-
CheckForIssues.InvalidTriggerActionHouse=Trigger '{0}' has a nonexistent HouseType specified as a parameter for one or more of its actions.
133
-
CheckForIssues.InvalidTriggerOwner=Trigger '{0}' has a nonexistent HouseType '{1}' specified as its owner.
134
-
CheckForIssues.TriggerTooManyActions=Trigger '{0}' has more than {1} actions! This can cause the game to crash! Consider splitting it up to multiple triggers.
135
-
CheckForIssues.SpecialWaypointUsed=The map makes use of waypoint #{0}. In Tiberian Sun, this waypoint is reserved for special use cases (WAYPT_SPECIAL). Using it as a normal waypoint may cause issues as it may be dynamically moved by game events.
136
-
CheckForAITriggerTeamWithMaxZeroIssue.TeamTypeMax=Team '{0}', linked to AITrigger '{1}', has Max=0. This prevents the AI from building the team.
118
+
Map.CheckForIssues.TriggerDisabled=Trigger "{0}" ({1}) is disabled and never enabled by another trigger.@Did you forget to enable it? If the trigger exists for debugging purposes, add DEBUG or OBSOLETE to its name to skip this warning.
119
+
Map.CheckForIssues.TriggerEnabledByOtherTriggers=Trigger "{0}" ({1}) is enabled by another trigger, but it is never in a disabled state@(it is neither disabled by default nor disabled by other triggers). Did you forget to disable it?
120
+
Map.CheckForIssues.TriggerEnableSelf=Trigger "{0}" ({1}) has an action for enabling itself. Is it supposed to enable something else instead?
121
+
Map.CheckForIssues.PlayerHouseNotFound=A nonexistent house has been specified in [Basic] Player= .
122
+
Map.CheckForIssues.PlayerHouseNotPlayerControlled=The human player's house does not have the "Player-Controlled" flag checked.
123
+
Map.CheckForIssues.MaxTubesExceeded=The map has more than {0} tunnel tubes. This might cause issues when units cross the tunnels.
124
+
Map.CheckForIssues.UnitFollowsMultipleUnits=Multiple units are configured to make unit {0} at {1} to follow them!@This can cause strange behaviour in the game. {2} at {3} is one of the followed units.
125
+
Map.CheckForIssues.NegativeFollowerID=Unit {0} at {1} has a follower ID below -1. It is unknown how the game reacts to this.
126
+
Map.CheckForIssues.UnitFollowSelf=Unit {0} at {1} follows itself! This can cause the game to crash or freeze!
127
+
Map.CheckForIssues.NoTriggerConditions=Trigger '{0}' has 0 events specified. It will never be fired. Did you forget to give it events?
128
+
Map.CheckForIssues.NoTriggerActions=Trigger '{0}' has 0 actions specified. It will not do anything. Did you forget to give it actions?
129
+
Map.CheckForIssues.TriggerEnteredByNoObjects=Trigger '{0}' is using the "Entered by..." event without being attached to any object, cell, or team. Did you forget to attach it?
130
+
Map.CheckForIssues.TriggerBridgeDestroyedNoCellTags=Trigger '{0}' is using the "Bridge destroyed" event, but it is not attached to any CellTag. Did you forget to place a celltag for it?
131
+
Map.CheckForIssues.TriggerEventNoObjectAttached=Trigger '{0}' is using the {1} event without being attached to any object or team. Did you forget to attach it?
132
+
Map.CheckForIssues.TriggerAttachedToSelf=Trigger '{0}' is attached to itself (potentially through other triggers). This will cause the game to crash!
133
+
Map.CheckForIssues.InvalidTriggerActionTeamType=Trigger '{0}' has a nonexistent TeamType specified as a parameter for one or more of its actions.
134
+
Map.CheckForIssues.InvalidTriggerActionHouse=Trigger '{0}' has a nonexistent HouseType specified as a parameter for one or more of its actions.
135
+
Map.CheckForIssues.InvalidTriggerOwner=Trigger '{0}' has a nonexistent HouseType '{1}' specified as its owner.
136
+
Map.CheckForIssues.TriggerTooManyActions=Trigger '{0}' has more than {1} actions! This can cause the game to crash! Consider splitting it up to multiple triggers.
137
+
Map.CheckForIssues.SpecialWaypointUsed=The map makes use of waypoint #{0}. In Tiberian Sun, this waypoint is reserved for special use cases (WAYPT_SPECIAL). Using it as a normal waypoint may cause issues as it may be dynamically moved by game events.
138
+
Map.CheckForAITriggerTeamWithMaxZeroIssue.TeamTypeMax=Team '{0}', linked to AITrigger '{1}', has Max=0. This prevents the AI from building the team.
139
+
Map.CheckForIssues.MismatchedDifficultyForEnableTrigger=The trigger "{0}" has "{1}" as its difficulty level, but it enables a trigger "{2}" which has "{3}" as its difficulty.
140
+
Map.CheckForIssues.MismatchedDifficultyForDisableTrigger=The trigger "{0}" has "{1}" as its difficulty level, but it disables a trigger "{2}" which has "{3}" as its difficulty.
@@ -2283,4 +2321,14 @@ TriggerActionType.Enable Templated Text (Vinifera).Name=Enable Templated Text (V
2283
2321
TriggerActionType.Enable Templated Text (Vinifera).Description=Displays a line of text with variable substitution. Placeholders like {{g_variableName}} or {{l_variableName}} are replaced with global or local variable values. Color -1 uses the player's house color.
2284
2322
TriggerActionType.Disable Templated Text (Vinifera).Name=Disable Templated Text (Vinifera)
2285
2323
TriggerActionType.Disable Templated Text (Vinifera).Description=Removes the currently active templated text from the screen.
2324
+
TriggerActionType.Adjust House Modifier (Vinifera).Name=Adjust House Modifier (Vinifera)
2325
+
TriggerActionType.Adjust House Modifier (Vinifera).Description=Adjusts a house's stat modifier by given percentage.
2326
+
TriggerActionType.Adjust House Modifier (Vinifera).Parameter1.NameOverride=Modifier
2327
+
TriggerActionType.Adjust House Modifier (Vinifera).Parameter1.PresentOption0=0 Firepower
2328
+
TriggerActionType.Adjust House Modifier (Vinifera).Parameter1.PresentOption1=1 Armor
2329
+
TriggerActionType.Adjust House Modifier (Vinifera).Parameter1.PresentOption2=2 Groundspeed
2330
+
TriggerActionType.Adjust House Modifier (Vinifera).Parameter1.PresentOption3=3 Airspeed
2331
+
TriggerActionType.Adjust House Modifier (Vinifera).Parameter1.PresentOption4=4 Rate of Fire
2332
+
TriggerActionType.Adjust House Modifier (Vinifera).Parameter1.PresentOption5=5 Cost
2333
+
TriggerActionType.Adjust House Modifier (Vinifera).Parameter1.PresentOption6=6 Build Time
0 commit comments