Jump to content

Recommended Posts

Posted (edited)

Hi, I m new for SF2 modding. I have a question about cockpit camera position.

 

Personally,for getting more flight info, I have to adjust the distance between player camera and instrument board a little more manually every time. ..Although it is nothing big case, but i would like to know the data of SF2 more by figuring out how to modify the player camera property in cockpit.

 

I modded the code in file "F-8J_cockpit.ini"

 

 

[CockpitSeat001]

ModelName=F-8J_Pit

//Position=0.0,4.15,1.05

Position=0.0,3.00,1.05

Offset=0.0,-0.2,0.0

ViewAngles=0.0,0.0,0.0

MaxYaw=180

....

 

 

I guess the red line may be the XZY value of player camera. But there`s nothing happen after i changed the value.

I have seached the forum but there is no herlp. Some one could tell me how to modify the camera? Even clues or links, any help would be appreciated.

 

ps: i know the distance can be change by pressing F2 key. I just want to figure out the camera (F1)

Edited by Velo
Posted

Doing that you're moving the whole cockpit, not the camera.

 

Thanks . I have found the way.

 

[CockpitSeat001]

ModelName=F-8J_Pit

//Position=0.0,4.15,1.05

Position=0.0,3.00,1.05

Offset=0.0,-0.2,0.0 --------------- the red controls the distance. +/- means close/far

ViewAngles=0.0,0.0,0.0

MaxYaw=180

....

 

 

there is one more question:

What s the difference between whole cockpit and camera? When i alter the camera, it is alter the cockpit itself. This property is the 1st person camera (F1), it dose not affect the 3rd person camera (F6)

Posted

Position moves the cockpit in relationship to the fuselage; Offset moves the pilot view in relationship to the cockpit.

 

You should normally adjust the Position setting first to get the cockpit view correct, and then adjust the Offset second.

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.

×
×
  • 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..