All aircraft in SF or WoV have pilot callouts in their respective data.ini files. For instance, this is the default F-4E:
[Pilot]
SystemType=PILOT_COCKPIT
Position=0.0,6.36,0.74
SeatModelName=seat_f-4
SeatPosition=0.00,6.36,0.31
MinExtentPosition=-0.25, 5.91,-0.20
MaxExtentPosition= 0.25, 6.99, 0.92
CanopyNodeName=canopy_front_outer
HasArmor=TRUE
This is an add on A/C's (F-14A) entry:
[Pilot]
SystemType=PILOT_COCKPIT
PilotModelName=PilotV1<------SEE THIS?
Position=0.0,4.95,1.38
SeatModelName=seat_f-4
SeatPosition=0.00,4.89,0.94
MinExtentPosition=-0.329, 4.637,1.344
MaxExtentPosition= 0.329, 5.522,0.43
CanopyNodeName=canopy
HasArmor=TRUE
If the "pilotmodel=" entry is absent, the game engine will assign the default SF/WoV pilot to the model. That entry needs to be there an order to use a non-default pilot model. The pilot model files than need to be in the general aircraft folder (not the individual aircraft's folder). Capice?