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.