Hello,
Thank you for sharing this tips ! It was exactly what I was looking for as I'm using an ultrawide screen 5120*1440 .
However, I have a small issue when I use the map (F10 view). The map is also resized, but a kind of offset seems to be present. For instance, when I want to click on my own label, I have to click a little further on the right. In the picture attached, the position of the click is shown by the star in red.
Here is my monitorSetup file :
Viewports =
{
Center =
{
x = 0;
y = 0;
width = 5120;
height = 1440;
viewDx = 0;
viewDy = 0;
aspect = 5120 /1440;
}
}
--GU_MAIN_VIEWPORT = Viewports.Center
GUI =
{
x = 5120/4;
y = 0;
width = 5120/2;
height = 1440;
}
UIMainView = GUI
Do you have an idea to solve this issue ?
Thanks for you help !