ubi.com    Forums  Hop To Forum Categories  Lock On  Hop To Forums  Lock On: Modern Air Combat General Discussion    Can somebody tell me how to increase view angle limits after intalling CAW ?
Go
New
Find
Notify
Tools
Reply
  
  Login/Join 
Posted
(also posted in LockOnFiles sitehttp://www.lockonfiles.com/modules.php?name=Forums&file=viewtopic&p=29585&sid=a107729568fb17938102c899cf00b766#29585)
I install almost all CAW mods except "update pack v1.06".
(Because I download today)
But I find that the camera angle limit is not enough. (My LCD is 1680*1250)

I try to modify the "camera view angle limits" in the view.lua, but the number is different from v1.12b.
There are 3 numbers, different from 1.12b that only has 2 numbers, that I don't know how to modify it.
(The arrpoach in v1.12b is change {20,120} to {20,145} )

Can somebody tell my how to modify it ?


---below is part of my view.lua ---



-- Camera view angle limits {view angle min, view angle max}.
CameraAngleLimits = {}
CameraAngleLimits[PlaneIndex.iSu_27] = {160.0, -76.0, 110.0}
CameraAngleLimits[PlaneIndex.iSu_33] = {160.0, -79.0, 110.0}
CameraAngleLimits[PlaneIndex.iSu_25] = {109.0, -70.0, 105.0}
CameraAngleLimits[PlaneIndex.iSu_39] = {116.0, -85.0, 110.0}
CameraAngleLimits[PlaneIndex.iMiG_29] = {160.0, -80.0, 110.0}
CameraAngleLimits[PlaneIndex.iMiG_29K] = {140.0, -65.0, 90.0}
CameraAngleLimits[PlaneIndex.iA_10] = {160.0, -72.0, 110.0}
CameraAngleLimits[PlaneIndex.iF_15] = {160.0, -81.0, 110.0}

function GetCameraViewAngleLimits(iType)
local p = CameraViewAngleLimits[iType]
return p[1], p[2]
end

function SetCameraViewAngleLimits(iType, viewAngMin, viewAngMax)
local p = CameraViewAngleLimits[iType]
p[1] = viewAngMin
p[2] = viewAngMax
end
 
Posts: 44 | Registered: Tue March 18 2008Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

ubi.com    Forums  Hop To Forum Categories  Lock On  Hop To Forums  Lock On: Modern Air Combat General Discussion    Can somebody tell me how to increase view angle limits after intalling CAW ?

Terms of Use