Hi to increase the flight time of the missiles.
open weaponobjects.ini and search for the missiles of the scud launcher and the tomahawk launcher
normally its the 'TomahawkMissile' and 'SCUDMissile'
and find this code:
;from the scud missile
Behavior = MissileAIUpdate ModuleTag_07
TryToFollowTarget = No
FuelLifetime = 5000
IgnitionDelay = 0
InitialVelocity = 50 ; in dist/sec
DistanceToTravelBeforeTurning = 200
DistanceToTargetBeforeDiving = 200 ; When I hit this close to target, I ignore PreferredHeight.
End
;from tomahawk missile
Behavior = MissileAIUpdate ModuleTag_07
TryToFollowTarget = Yes
FuelLifetime = 4000
IgnitionDelay = 0
IgnitionFX = FX_TomahawkIgnition
InitialVelocity = 50 ; in dist/sec
DistanceToTravelBeforeTurning = 200
DistanceToTargetBeforeDiving = 200 ; When I hit this close to target, I ignore PreferredHeight.
DistanceToTargetForLock = 15 ; Short lock on, as it looks better flying. jba.
End
and change FuelLifetime to whatever number u want.
