ponch17 Posted April 25, 2019 Posted April 25, 2019 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
SVgamer72 Posted April 25, 2019 Posted April 25, 2019 (edited) 1. Add this to the bottom of your monitor config file to center Jester menu: GU_MAIN_VIEWPORT = Viewports.Center (https://forums.eagle.ru/showpost.php?p=3848708&postcount=41) 2. Use this mod (or any of the other kneeboard mods) to re-position the kneeboard with multiple monitors: https://forums.eagle.ru/showpost.php?p=3856045&postcount=9 Edited April 25, 2019 by SVgamer72
ponch17 Posted April 26, 2019 Author Posted April 26, 2019 OK looks good for point 1 i am a fan of any ''mods'' but I will also try thanks again
ponch17 Posted May 1, 2019 Author Posted May 1, 2019 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
Recommended Posts