Jump to content

Recommended Posts

Posted

As previously in the Beta, my menu is distorted, the right third of the screen is black and the menu is compressed to the left 2/3rds of the screen. Clickspots for the UI elements are where they are supposed to be though.

 

Windows DPI scaling is off/100%, display arrangement is vertical.

 

Resolution in the options menu is 3840x3240, aspect ratio is set to 16:9. No problems in the game itself, only in menu and loading screen. And mission editor suffers from the same issue, makes it completely unusable.

 

Running the following display config (with and for Helios):

 

_ = function(p) return p; end;
name = _('Helios Vertical 4K Complex');
Description = '4K Main Screen + HELIOS vertical arrangement'

-- This file controls how which GUI element gets displayed where.
-- Check for consistency with monitor config, instrument exports and Export.lua
-- Contains config for A-10C, Ka-50, F-15C, Su-25T

-- Config assumes vertical arrangement on screen with touchscreen aligned on bottom and left of the main screen
-- Touchscreen resolution assumed as 1920x1080 with 16:9 aspect ratio


Viewports =
{
Center =
{
	x = 0;
	y = 0;
	width = 3840;
	height = 2160;
	viewDx = 0;
	viewDy = 0;
	aspect = 1.777778;
}
}

-- Viewport to place GUI and menu on
GUI =	{
		x = 0;
		y = 0;
		width = 3140;
		height = 2160;
	}


-- Bind GUI and tactical map to main screen only
UIMainView = GUI
	
--	Export config for A10C
A10C_RIGHT_MFCD =
{
	x = 1406;
	y = 2280;
	width = 445;
	height = 445;
}

A10C_LEFT_MFCD =
{
	x = 67;
	y = 2280;
	width = 445;
	height = 445;
}

A10C_UHF_PRESET_CHANNEL =
{
	x = 748;
	y = 2637;
	width = 30;
	height = 30;
}

A10C_UHF_FREQUENCY_STATUS =
{
	x = 635;
	y = 2725;
	width = 120;
	height = 30;
}

A10C_UHF_REPEATER =
{
	x = 656;
	y = 2855;
	width = 110;
	height = 30;
}

A10C_DIGIT_CLOCK =
{
	x = 480;
	y = 2988;
	width = 122;
	height = 122;
}

A10C_CMSP_SCREEN =
{
x = 1075;
y = 2350;
width = 270;
height = 70;
}

A10C_CMSC_SCREEN =
{
x = 864;
y = 2301;
width = 211;
height = 50;
}

A10C_RWR_SCREEN =
{
x = 594;
y = 2316;
width = 186;
height = 185;
}
-- END A10C

-- Export config for KA-50


-- END KA-50



| i9 12900K |  64GB DDR5-6000 | STRIX RTX 4090 OC | LG 38GN950 38" |

| Hanns-G HT225HPB | TIR 5 & Varjo Aero | Virpil Throttle & Stick | TM TPRs |

You don't stop playing because you grow old, you grow old because you stop playing.

  • Recently Browsing   0 members

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