Thank you Thebeers, good find! You mean that new file to download there or something else of the tons of stuff that is mentioned there? I took that new file and changed those two value as with the original fix to 5040x1050.
Now the game does not crash anymore and works quite fine but the Radar/Minimap thingy is located almost right to the middle of the center of my center Screen (and that Stamina-bar also). Does anybody know how or where to tweak that? Crosshair could use some work too.
EDIT:
OK, I found out the necesseray tweaks needed do be made inside "HUD.xui" and adjusted the following values for 5040x1050 so it will look like in the 2nd Screen (which is displayed first...).
Code:
<Id>HudStamina</Id>
<Width>178.000000</Width>
<Height>40.000000</Height>
<Position>1950.999939,1000.000000,0.000000</Position>
Code:
<Id>HudRadar</Id>
<Width>195.000000</Width>
<Height>195.000000</Height>
<Position>3150.000000,850.000000,0.000000</Position>
Code:
<Id>HudCrosshair</Id>
<Width>100.000000</Width>
<Height>100.000000</Height>
<Position>2520.000000,525.000000,0.000000</Position>
However you will notice that the objects which should be located inside the radar are floating around it but that doesn´t look to game-breaking. Could be fixed as well but I have no idea how that element might be called in that file. Guess these are not the only elements that might need some work, just those that came to my attention within 30 seconds.