The game works fine in multi-monitor, but the hud is stuck on the sides.
To fix it copy
Code:
Cold Waters\ColdWaters_Data\StreamingAssets\default\hud\default.txt
to (creating dirs as needed)
Code:
Cold Waters\ColdWaters_Data\StreamingAssets\override\hud\default.txt
open copied default.txt in notepad, scroll down to the [HUD LAYOUT] section (at the bottom)
Default:
Code:
BottomLeftPanelPos=0,0
BottomRightPanelPos=0,0
UpperRightStatusIcons=0,-3
UpperCentreBearingTapePos=0,-2
BottomCentreWaypointInfoPos=0,153
UpperRightTacMapZoomReadoutPos=0,-45
UpperRightPeriscopeZoomReadoutPos=0,-45
UpperLeftPeriscopeESMPos=0,0
Override:
Code:
BottomLeftPanelPos=1920,0
BottomRightPanelPos=-1920,0
UpperRightStatusIcons=-1920,-3
UpperCentreBearingTapePos=0,-2
BottomCentreWaypointInfoPos=0,153
UpperRightTacMapZoomReadoutPos=-1920,-45
UpperRightPeriscopeZoomReadoutPos=-1920,-45
UpperLeftPeriscopeESMPos=1920,0
(my screens are 1920x1080, change width to yours)