Jump to content

Location of command menu


jarol

Recommended Posts

Hi

 

How can I change location and size of command menu and mission dialogs?

 

I have 3 monitors (1680x1050) set in Nvidia Surround (5300x1050).

 

I would like to have all command menus and mission dialogs only on the center monitor.

 

I have set menuWidth = 2000 in CommandMenu.lua

This has moved comm menu to the center monitor,

but mission dialogs are still on right monitor and all comm dialog are on left and center monitor.

 

Please help!

jarol

Link to comment
Share on other sites

  • 8 months later...

I am commenting on this post as it is exactly what I was about to ask but in relation to my 3 monitor setup (5760 x 1080)

 

Can anyone throw any light on this please?

i7-5820K 3.30Ghz | Asus X99-S | Sapphire R290X | R7 240 | 16GB DDR4 PC4 2800MHz | Samsung 850 EVO 500GB SSD (OS) | Samsung 840 EVO 500GB SSD (DCS) | Noctua NH-D14 2011 Cooler | OCZ ZT 750W '80 Plus Bronze' Modular PSU | NZXT Phantom Enthusiast | 3 x IIyama Prolite E2473HDS 24" | 1 x Dell S2240T 21.5" Touch Screen | Windows 10 64-Bit | AMD Eyefinity 5760 x 1080 | TrackIR5 | TM Warthog HOTAS | MFG Crosswind 1771 | Vaicom Pro + VA (Licensed) | Sennheiser Game Zero | Honeycomb Yoke (June 2020)]

Link to comment
Share on other sites

Go to your MonitorSetup Folder found here: /DCS/Config/MonitorSetup and open 1Camera.lua and change it till it looks like this:

 

_  = 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;
         aspect = screen.aspect;
    }
}
-- UIMainView = Viewports.Center
UIMainView =  
{
x = 1920;
y = 0;
width = 1920;
height = 1080;
aspect = 1920/1080;
}

 

Ofc. if you are allready using a custom Monitor Setup .lua then you have to change it accordingly. Also since you have a different Resolution than I have, you have to change out the UIMainView resolutions to yours.

 

Greetings

Kelevra

Modules: Well... all of 'em

 

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Motherboard: ASUS Maximus VIII Hero | CPU: i7-6700K @ 4.6GHz | RAM: 32GB Corsair Vengance LPX DDR4 | GPU: GTX TITAN X (Maxwell) | SSD1: 256GB NVMe SSD System | SSD2: 250GB Games | HDD 4TB WD Red

Link to comment
Share on other sites

@Kelevra9987,

 

Thanks for taking the time to respond to my question - really appreciated but someone else beat you to it.

 

I'll include the link in case someone else needs the same advice:

 

https://forums.eagle.ru/showthread.php?t=169153&goto=newpost

 

Thanks guys!

i7-5820K 3.30Ghz | Asus X99-S | Sapphire R290X | R7 240 | 16GB DDR4 PC4 2800MHz | Samsung 850 EVO 500GB SSD (OS) | Samsung 840 EVO 500GB SSD (DCS) | Noctua NH-D14 2011 Cooler | OCZ ZT 750W '80 Plus Bronze' Modular PSU | NZXT Phantom Enthusiast | 3 x IIyama Prolite E2473HDS 24" | 1 x Dell S2240T 21.5" Touch Screen | Windows 10 64-Bit | AMD Eyefinity 5760 x 1080 | TrackIR5 | TM Warthog HOTAS | MFG Crosswind 1771 | Vaicom Pro + VA (Licensed) | Sennheiser Game Zero | Honeycomb Yoke (June 2020)]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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