The_Nephilim Posted December 25, 2012 Posted December 25, 2012 hey all I just looked and searched through the Forums butr did NOT see Triplescreen FOV Fix thread ot a sticky?? It appears the KA-50 is too close and I remeber a fix for the BS1 for the FOV?? I was wondering is there such a fix for BS2 in DCSW?? I seem to be to CLOSE to the Cockipit and the FOV isnt right?? Intel Ultra 265K 5.5GHZ / Gigabyte Z890 Aorus Elite / MSI 4070Ti Ventus 12GB / SoundBlaster Z SoundCard / Corsair Vengance 64GB Ram / HP Reverb G2 / Samsung 980 Pro 2TB Games / Crucial 512GB M.2 Win 11 Pro 21H2 / ButtKicker Gamer / CoolerMaster TD500 Mesh V2 PC Case
JG14_Smil Posted December 25, 2012 Posted December 25, 2012 I edited view.lua to get a constant 115* viewing angle. I don't use any zoom. I believe snapview.lua will set your default view angle.
The_Nephilim Posted December 26, 2012 Author Posted December 26, 2012 hey thnx for that but I now can not find where they are located?? Intel Ultra 265K 5.5GHZ / Gigabyte Z890 Aorus Elite / MSI 4070Ti Ventus 12GB / SoundBlaster Z SoundCard / Corsair Vengance 64GB Ram / HP Reverb G2 / Samsung 980 Pro 2TB Games / Crucial 512GB M.2 Win 11 Pro 21H2 / ButtKicker Gamer / CoolerMaster TD500 Mesh V2 PC Case
PeterP Posted December 26, 2012 Posted December 26, 2012 First download Notepad++ for editing the files. setting min/max FOV aka Zoom: ...\Eagle Dynamics\DCS World\Config\View\View.lua CameraViewAngleLimits = {} CameraViewAngleLimits[su_27] = {20.0, 160.0} CameraViewAngleLimits[su_33] = {20.0, 160.0} CameraViewAngleLimits[su_25] = {20.0, 160.0} CameraViewAngleLimits[su_25T] = {20.0, 160.0} CameraViewAngleLimits[MiG_29] = {20.0, 160.0} CameraViewAngleLimits[MIG_29K] = {20.0, 160.0} CameraViewAngleLimits[F_15] = {20.0, 160.0} CameraViewAngleLimits[A_10A] = {20.0, 160.0} CameraViewAngleLimits[KA_50] = {20.0, 160.0} CameraViewAngleLimits[A_10C] = CameraViewAngleLimits[A_10A] CameraViewAngleLimits[P_51D] = {20.0, 160.0} CameraViewAngleLimits[AB_212] = {20.0, 160.0} Setting the Default Cockpit FOV (NumPad-Enter): A)http://en.wiki.eagle.ru/wiki/Snap_views or B) ...\Eagle Dynamics\DCS World\Config\View\SnapViewsDefault.lua look out for Snap[XX][13] / "viewAngle" You will find the default FOV (aka Zoom) setting for the Su-25T @ line # 448 > Snap[4][13]["viewAngle"] = 90 Ka-50 @ line # 978 > Snap[9][13]["viewAngle"] = 89.777544238285 A-10C @ line # 1078 > Snap[11][13]["viewAngle"] = 75 P-51D @ line # 1092 > local default_viewAngle = 80 and/or @ line # 1104 > viewAngle = default_viewAngle,
The_Nephilim Posted December 26, 2012 Author Posted December 26, 2012 thnx PeterP.. 1 Intel Ultra 265K 5.5GHZ / Gigabyte Z890 Aorus Elite / MSI 4070Ti Ventus 12GB / SoundBlaster Z SoundCard / Corsair Vengance 64GB Ram / HP Reverb G2 / Samsung 980 Pro 2TB Games / Crucial 512GB M.2 Win 11 Pro 21H2 / ButtKicker Gamer / CoolerMaster TD500 Mesh V2 PC Case
Recommended Posts