bounty hunter Posted February 26, 2009 Posted February 26, 2009 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.
Haegar Posted February 27, 2009 Posted February 27, 2009 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...
bounty hunter Posted February 27, 2009 Author Posted February 27, 2009 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
Recommended Posts