View Single Post
Old 11-12-2006, 05:31 AM   #5 (permalink)
2312222
Senior Member
 
Join Date: Jul 2003
Location: Germany
Posts: 303
Default

Taken from AmericaVehicle.ini, this is the relevant entry for the AmericaTankCrusader as an example:

Code:
Behavior = EjectPilotDie ModuleTag_17
    GroundCreationList = OCL_EjectPilotOnGround
    AirCreationList = OCL_EjectPilotViaParachute
    ExemptStatus = HIJACKED
    VeterancyLevels =  ALL -REGULAR ;only vet+ gives pilot
End
You have to comment out this part of the code, so it looks like this:

Code:
;Behavior = EjectPilotDie ModuleTag_17
    ;GroundCreationList = OCL_EjectPilotOnGround
    ;AirCreationList = OCL_EjectPilotViaParachute
    ;ExemptStatus = HIJACKED
    ;VeterancyLevels =  ALL -REGULAR ;only vet+ gives pilot
;End
That should do it.
2312222 is offline   Reply With Quote