View Single Post
Old 06-24-2003, 11:56 AM   #1 (permalink)
OminousSilence
Senior Member
 
Join Date: May 2003
Location: USA
Posts: 224
Send a message via AIM to OminousSilence
Default more ini questions

Ok, first of all:

[Code from Object MissileDefenderMissile]
Behavior = MissileAIUpdate ModuleTag_07
TryToFollowTarget = No
FuelLifetime = 3000
InitialVelocity = 150 ; in dist/sec
IgnitionDelay = 0
DistanceToTravelBeforeTurning = 3
IgnitionFX = FX_BuggyMissileIgnition

I tried chanigng trytofollowtarget from yes to no, but the missle still homes in.

Secondly, I added another slot in the ambulance, so of course I wanted to change the amount of Command_TransportExit's it has in commandset.ini. Only 3 show up though, still.

[Code from AmericaVehicleAmbulanceCommandSet]
1 = Command_AmbulanceCleanupArea
3 = Command_TransportExit
4 = Command_TransportExit
5 = Command_TransportExit
6 = Command_TransportExit
9 = Command_Evacuate
10 = Command_AttackMove
11 = Command_Guard
12 = Command_Stop
End

It's the 6th one that's missing. But it's not... All the other changes I've made to this file have worked out fine, like taking off one of the Command_TransportExit's on the humvee. Now that I think about it, all the other ones I've done have been subtractions, not additions....
OminousSilence is offline   Reply With Quote