Jump to content

Recommended Posts

Posted

Hi,

just got BS last weekend and I am still getting to grips with it, so goood and doesnt the ground come upto you quick :)

 

i have managed (thanks to all the threads) to get both 20 inch monitors

to be used in vista 64.

 

my question is

when i set the main panels to span across the two (looks so good) but the field of view is limited, looks to close to the main panel and HUD and when I zoom out it doesnt go very far.

 

Am I missing something in the options maybee screen ratio..not sure.

Posted

Open the *\Ka-50\Config\View\View.lua

 

 

look for:

 

-- Camera view angle limits {view angle min, view angle max}.

CameraViewAngleLimits = {}

CameraViewAngleLimits[PlaneIndex.iSu_27] = {20.0, 140.0}

CameraViewAngleLimits[PlaneIndex.iSu_33] = {20.0, 120.0}

CameraViewAngleLimits[PlaneIndex.iSu_25] = {20.0, 120.0}

CameraViewAngleLimits[PlaneIndex.iSu_39] = {20.0, 120.0}

CameraViewAngleLimits[PlaneIndex.iMiG_29] = {20.0, 120.0}

CameraViewAngleLimits[PlaneIndex.iMiG_29K] = {20.0, 120.0}

CameraViewAngleLimits[PlaneIndex.iA_10] = {5.0, 120.0}

CameraViewAngleLimits[PlaneIndex.iF_15] = {20.0, 140.0}

CameraViewAngleLimits[PlaneIndex.iKA_50] = {20.0, 140.0}

 

and change the second value in the last line to a higher one ... e.g. 200

 

like this

CameraViewAngleLimits[PlaneIndex.iKA_50] = {20.0, 200.0}

 

play around until you find the value you like best...

Posted

thanks for the response

 

i will give it a play tonight

 

well pleased with my self last night, managed to fly and hit a truck with the cannon all at the same time

 

missiles next :)

 

thanks again

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...