Zero Niner
04-14-22, 01:00 AM
Is there a way to get the two of them to be displayed simultaneously? Right now I can only show one of them at any one time.
steel shark
04-14-22, 05:45 AM
first off look at this :
https://www.subsim.com/radioroom/downloads.php?do=file&id=5567
if you look in the huds folder in your coldwaters directory so :
Cold Waters\ColdWaters_Data\StreamingAssets\default\hud
look for the default text file in it near the bottom will be these lines tho they do differ depending on mods and what cw you running of course
[HUD LAYOUT]
//All positions in screen pixels
//From element's default anchored screen corner/position
BottomLeftPanelPos=0,0
//Toolbar position 0,0, (1 to anchor to minimap or 0 for no anchor)
//Default toolbars overlap and enabled via tabs/keys
//ToolbarsPos=0,0,0
//ForceAllToolbarsOn=FALSE
//HelmToolbarOffset=0,0
//DiveToolbarOffset=0,0
//SensorToolbarOffset=0,0
//Force all toolbars on in bottom horizontal row
ToolbarsPos=0,0,0
ForceAllToolbarsOn=TRUE
HelmToolbarOffset=391,-346
DiveToolbarOffset=700,-346
SensorToolbarOffset=1013,-346
//Force all toolbars on in right vertical stack, anchored to mini-map
//ToolbarsPos=0,0,1
//ForceAllToolbarsOn=TRUE
//HelmToolbarOffset=0,0
//DiveToolbarOffset=0,71
//SensorToolbarOffset=0,142
Basically the one you want to use DOSE NOT have the // in front of it k so for example hear we see that this on is in use
//Force all toolbars on in bottom horizontal row
ToolbarsPos=0,0,0
ForceAllToolbarsOn=TRUE
HelmToolbarOffset=391,-346
DiveToolbarOffset=700,-346
SensorToolbarOffset=1013,-346
the top names say the position so
Force all toolbars on in bottom horizontal row
Or
Force all toolbars on in right vertical stack, anchored to mini-map
ect
if you get stuck message me on subsim k
Steel Shark
Zero Niner
04-14-22, 08:32 AM
So it's basically editing the config file with a text editor, and commenting out the unwanted options?
steel shark
04-15-22, 09:51 AM
yes its just changing the position of HUD elements yes via text or in some cases code that,s more complex tho
Steel Shark
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.