Jump to content

Recommended Posts

Posted

Hello there ...

 

From update yesterday as someone already say the jester menu is no more on the center of the main screen

 

I mean in my case as i have to screen with a large res the menu is in the middle of the total res that mean in between the two wcreen which is not good

 

but I have an other trouble with the knee board I think it is supposed to popup ''bottom right'' of the full resolution which again doesn t work really well if the second screen is made for instrument.

 

In my case I have 3 MFD from thrustmaster which are more for f-18 but well they are here and I can t move them .. probleme the knee board pop up under them

 

so if it s possible

 

center both of jester iceman menu and knee board on the main screen only

that was working before the last update so ?

 

thanks for your help

Posted

ok for point 1 it's work perfectly many thanks again

 

and for point 2 instead of a mod I found this on the forum

 

look at DCS World\Scripts\Aircrafts\_Common\Cockpit\ViewportHandling.lua

 

put something like this at the very top of the file:-

 

local kneeY = 800 -- size

local kneeX = 550 -- size

local kneePosY = 0 -- offset from top of leftmost monitor

local kneePosX = 0 -- RH side of Leftmost monitor.

 

 

Then look for the following line:-

dedicated_viewport = {default_x,default_y,default_width,default_height}

 

And change to this:-

dedicated_viewport = {kneePosX,kneePosY,kneeX,kneeY}

 

And it's work perfectly 0 and 0 are UP LEFT change as you want

 

thanks for all again

  • Recently Browsing   0 members

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