Jump to content

Recommended Posts

Posted (edited)
My F-84F Thundestreak shows no pilot in the cockpit! Is there any cure? Thanks!!

 

do you really need a pilot :grin: ?

 

but without joking

look in your F84F_DATA.INI there is a entry some thing like that

 

example from mirage factory f-15

// Crew ---------------------------------------------------------

[Pilot]

SystemType=PILOT_COCKPIT

PilotModelName=MODusaf<-----the modelthat stands here must be in the object\aircraft folder

Position=0.0,6.313,1.5

SeatModelName=seat_f-15

SeatPosition=0.00,6.263,0.91

MinExtentPosition=-0.125, 6.391, 1.20

MaxExtentPosition= 0.125, 6.299, 0.92

CanopyNodeName=Canopy

Armor[bOTTOM].Thickness=0

Edited by dast24
Posted

The Coordinates that dast24 posted do relate to another cockpit. To make the pilot work you need to look for the cockpit entry in the F-84F's cockpit and then change the line that says "PilotModelName=" to name a pilot model that is similar to a few of your other add-on aircraft.

Posted

I just took a look at it and found out what the issue was.

This the information that the game uses to put the pilot in the F-84F. It is located in the aircraft's data.ini file.

 

[Pilot]

SystemType=PILOT_COCKPIT

Position=0.00,2.05,0.88

SeatModelName=seat_f-104

SeatPosition=0.00,2.0,0.32

MinExtentPosition=-0.25,3.52,-0.30

MaxExtentPosition= 0.25,4.83, 1.09

CanopyNodeName=CanopyGlass

 

it is missing a line you need to change it to this,

 

[Pilot]

SystemType=PILOT_COCKPIT

PilotModelName=PilotN1 <-------------------- Add this line right here at this point

Position=0.00,2.05,0.88

SeatModelName=seat_f-104

SeatPosition=0.00,2.0,0.32

MinExtentPosition=-0.25,3.52,-0.30

MaxExtentPosition= 0.25,4.83, 1.09

CanopyNodeName=CanopyGlass

 

that should give you a visable pilot.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..