bumblebomb Posted August 19, 2021 Posted August 19, 2021 After upgrades now running 3x 27". Yay! But: All the messages coming in like subtitles from callouts, radio comms menus, server chat etc etc all sit fairly far outside in my peripheral vision. Any means to move them close to center or maybe even have them on the middle screen?
bumblebomb Posted February 20, 2022 Author Posted February 20, 2022 Half a year later still not so good. Can this be fixed?
Wrcknbckr Posted February 21, 2022 Posted February 21, 2022 Add next line to your monitor setup file and everything will be directed to your center screen. 'Center' is the name you provided in your .lua script UIMainView = Viewports.Center
jonsky7 Posted February 26, 2022 Posted February 26, 2022 (edited) You may also specify the size and location of the UIMainview in your monitor config, so instead of UIMainView = Viewports.Center, you can enter UIMainView = { x = 0; y = 0; width = 1920; height = 1080; } So you can put it where ever you like. This will effect the Main menu, the mission editor, and declare the boundaries of any comms menu. If you are unsure what the code means, check out this thread, the principle is the same. Edited February 26, 2022 by jonsky7
Recommended Posts