Japo32 Posted July 10, 2018 Posted July 10, 2018 Hello, I don't know if this is the right place and didn't find anything related with this issue. But I have 3 screens and see this since the update to 2.5x: https://gyazo.com/9f1bd3ecf6b88f74c540dcdb99f47ab1 I put my 3 screens as 1 monitor *3 in the camera settings, because I don't want the 3 monitors option deformation (which maybe is the right one, but I preffer the 3 Screens deformation) Hope it can be solved. Wasn't on 1.5x Thanks
bkthunder Posted July 22, 2018 Posted July 22, 2018 Yep, it's a bug since a few versions. The F10 view is very bugged in general, the game freezes for a minute or two to load the map. It's bad, hope they fix this stuff. Windows 10 - Intel i7 7700K 4.2 Ghz (no OC) - Asus Strix GTX 1080 8Gb - 16GB DDR4 (3000 MHz) - SSD 500GB + WD Black FZEX 1TB 6Gb/s
Japo32 Posted September 10, 2018 Author Posted September 10, 2018 It is fixed in latest version I have.... but now it is broken that I cannot modify controls when I apply my personal configuration for my 3 screens: _ = function(p) return p; end; name = _('Japo_3Pantallas'); Description = 'Japo configuration' Viewports = { Center = { x = 0; y = 0; width = screen.width; height = screen.height; viewDx = 0; viewDy = 0; aspect = screen.aspect*3; } } Gui = { x = 1680; y = 0; width = 1680; height = 1050; } UIMainView = Gui I had to remove these lines: Gui = { x = 1680; y = 0; width = 1680; height = 1050; } UIMainView = Gui That makes the menu in the center. Before all was working ok.. now with those lines the controls appears like this: https://gyazo.com/80726ae352b0975f4eeeb6ee095c2abe
Recommended Posts