Jump to content

Recommended Posts

Posted

Im wanting to edit the default view. I want to look up more or sit higher so the the countermeasures and data link panels are seen at the top of my screens after hitting center view.

[sIGPIC][/sIGPIC]

 

=&arrFilter_pf[gameversion]=&arrFilter_pf[filelang]=&arrFilter_pf[aircraft]=&arrFilter_CREATED_USER_NAME=chardly38&set_filter=Filter&set_filter=Y"]MY SKINS And Helios

 

i7 2600k 3.4 quad w/ Hyper N520 cpu fan_, Asus Sabertooth z77_, RX 580_, Corsair Vengeance 1800 8Gb ram_, 112 OCZ Vertex 3_, Corsair HX 1000, 3 screens res 5292x1050_,and 1 1680x1050 Helios Ir Tracker 5 with Pro Clip_,Hotas Warthog#12167 ...

Posted (edited)

Method A (easy):

 

Edit \Eagle Dynamics\DCS Black Shark 2\Config\MonitorSetup\ >your used 'MonitorSetup'<.lua

 

Use discrete steps of 0.1 to higher the "viewDy" to tilt your view up in the y direction.

 

_  = function(p) return p; end;
name = _('1 Screen');
Description = 'One monitor configuration'
Viewports =
{
    Center =
    {
         x = 0;
         y = 0;
         width = screen.width;
         height = screen.height;
         viewDx = 0; 
         viewDy = 0; -- edit here! example : 0.15
         aspect = screen.aspect;
    }
}

Method B (advanced):

 

> Eagle Dynamics\DCS Black Shark 2\Config\View\SnapViewsDefault.lua

 

change the values starting at line #1055

(This is a screen-cap of the file of DCS-A10C , but it works the same in BS2. Annotation in green tells you what each line controls)

FOVstart-1.jpg

 

Be aware that moving your eye position up can mess up your calibrated view on the hud.

So please only tilt the view.

Make a backup of the files you edit!

 

 

Edited by PeterP

Posted

Thanks for the help going to give it a try tomorrow

[sIGPIC][/sIGPIC]

 

=&arrFilter_pf[gameversion]=&arrFilter_pf[filelang]=&arrFilter_pf[aircraft]=&arrFilter_CREATED_USER_NAME=chardly38&set_filter=Filter&set_filter=Y"]MY SKINS And Helios

 

i7 2600k 3.4 quad w/ Hyper N520 cpu fan_, Asus Sabertooth z77_, RX 580_, Corsair Vengeance 1800 8Gb ram_, 112 OCZ Vertex 3_, Corsair HX 1000, 3 screens res 5292x1050_,and 1 1680x1050 Helios Ir Tracker 5 with Pro Clip_,Hotas Warthog#12167 ...

  • Recently Browsing   0 members

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