View Single Post
Old 01-23-2006, 08:50 AM   #2 (permalink)
IraqiPeopleRocks
Senior Member
 
Join Date: Aug 2004
Location: Philippines
Posts: 408
Send a message via MSN to IraqiPeopleRocks Send a message via Yahoo to IraqiPeopleRocks
Default

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.

IraqiPeopleRocks is offline   Reply With Quote