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

Difference between revisions of "SlowdownDistance"

From ModEnc
Jump to: navigation, search
m (Template Updating.)
Line 14: Line 14:
 
* Using really high numbers here (presumably in the 10,000s) will give an aircraft a behaviour similar to the Aurora Bomber from Generals: the aircraft will approach its target at full speed, unload its weapon, then return to base, and as it does the latter, it will fly very slow, as the base it intends to land is within the very large SlowdownDistance, thus it deccelerates. ''(Note: It seems that the relationship is more complex - meaning that high SlowdownDistance does not directly induce this behaviour - and perhaps includes the nature of the weapon carried by the aircraft. Apparently, it has something to do with wether the weapon is fired in a strafing pattern or not. Further research is required.)''
 
* Using really high numbers here (presumably in the 10,000s) will give an aircraft a behaviour similar to the Aurora Bomber from Generals: the aircraft will approach its target at full speed, unload its weapon, then return to base, and as it does the latter, it will fly very slow, as the base it intends to land is within the very large SlowdownDistance, thus it deccelerates. ''(Note: It seems that the relationship is more complex - meaning that high SlowdownDistance does not directly induce this behaviour - and perhaps includes the nature of the weapon carried by the aircraft. Apparently, it has something to do with wether the weapon is fired in a strafing pattern or not. Further research is required.)''
  
* Using a value of 0 results in an aircraft that never lands, but instead hovers above its landing location, as if it was a <tt>[[BalloonHover]]</tt>ing <tt>[[VehicleTypes|VehicleType]]</tt> (This works in TS; presumably it works in RA2 as well, but this needs to be verified)
+
* Using a value of 0 results in:
 +
** either an aircraft that never lands, but instead hovers above its landing location, as if it was a <tt>[[BalloonHover]]</tt>ing <tt>[[VehicleTypes|VehicleType]]</tt> (This works in TS; presumably it works in RA2 as well, but this needs to be verified)
 +
** or in an aircraft that circles in the air above the location it is intended to fly to. This effect is observable in RA2, but unconfirmed for TS. It is not known what factor causes the aircraft to decide for one of these two behaviours, but it could be related to the Fighter= tag or the weapon it carries.

Revision as of 15:06, 14 March 2009

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: SlowdownDistance
File(s): rules(md).ini
Values: Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295.
Applicable to: AircraftTypes, VehicleTypes, InfantryTypes



Over-ride which specifies the distance, in leptons, that this object must be from its intended target location before it applies de-acceleration.

  • Using really high numbers here (presumably in the 10,000s) will give an aircraft a behaviour similar to the Aurora Bomber from Generals: the aircraft will approach its target at full speed, unload its weapon, then return to base, and as it does the latter, it will fly very slow, as the base it intends to land is within the very large SlowdownDistance, thus it deccelerates. (Note: It seems that the relationship is more complex - meaning that high SlowdownDistance does not directly induce this behaviour - and perhaps includes the nature of the weapon carried by the aircraft. Apparently, it has something to do with wether the weapon is fired in a strafing pattern or not. Further research is required.)
  • Using a value of 0 results in:
    • either an aircraft that never lands, but instead hovers above its landing location, as if it was a BalloonHovering VehicleType (This works in TS; presumably it works in RA2 as well, but this needs to be verified)
    • or in an aircraft that circles in the air above the location it is intended to fly to. This effect is observable in RA2, but unconfirmed for TS. It is not known what factor causes the aircraft to decide for one of these two behaviours, but it could be related to the Fighter= tag or the weapon it carries.