eulaced Posted June 13, 2011 Posted June 13, 2011 I have Ka-50 and A010C ,,,, rignt the A-10C has me putting two monitor in veritcal stack w/ Two MFD on the lower monitor ... I need to config the KA-50 Shkval and the ABRIS on lower monitor..... main monitor is 1900x1080 and lower monitor is 1360x768 How can i do that ... HELP Thank You
98abaile Posted June 13, 2011 Posted June 13, 2011 Well the resolution of the abris by my calculations is 724x960, so you're gonna need a bigger lower screen if you don't want to have it shrunk. Are you able to rotate the lower screen by 90 degrees?
eulaced Posted June 14, 2011 Author Posted June 14, 2011 CANNOT turn lower monitor..... use also for DCS A-10C
98abaile Posted June 14, 2011 Posted June 14, 2011 (edited) EDIT: Oops my bad, I got the x and Y coordinates wrong (fixed now). That's what happens when you try to post in the morning after only 4 hours sleep. Try this: _ = function(p) return p; end; name = _('eulaced+Shkval+Camera+ABRIS'); Description = 'Shkval on the left monitor,ABRIS on the right and camera on the center'; Viewports = { Center = { x = 0; y = 0; width = 1900; height = 1080; viewDx = 0; viewDy = 0; aspect = 1.76; } } Shkval = { x = 0; y = 1080; width = 781; height = 585; } ABRIS = { x = 781; y = 1080; width = 579; height = 768; }This is assuming that both monitors are left adjusted. If not, just add the offset to the x values for the abris and sckval (but not by more than 540 pixels). Copy all the text into Notepad++ and save it as a .lua file and put it in \Program Files(x86)\Eagle Dynamics\Ka-50\Config\MonitorSetup In game options select 'eulaced+Shkval+Camera+ABRIS' as the monitor type and change your total resolution to 1900x1848 (just delete the current resolution like you would with text and type in the new one). Edited June 14, 2011 by 98abaile
Recommended Posts