View Single Post
Old 09-18-17, 07:50 PM   #3
Killerfish Games
Cold Waters Developer
 
Join Date: Aug 2012
Posts: 274
Downloads: 0
Uploads: 0
Default

Quote:
Originally Posted by ExFishermanBob View Post
Dear Devs,

Would it be possible to move the emergency blow ballast button? - it occupies almost the same place as the decay and, worse, the plot course button. A number of times (well, a lot of times) I've gone to plot a course and clicked on it out of the corner of my eye.

Either that or make it a click, then confirm click or somesuch.

Regards,
RJL
If overlapping toolbars is an issue for you, we recommend breaking them out so they don't overlap.

In default/hud/default.txt you can comment out the default overlapping layout and replace it with a bottom toolbar or block above the mini-map.

Code:
ToolbarsPos=0,0,1
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=331,-346
//DiveToolbarOffset=640,-346
//SensorToolbarOffset=953,-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
__________________
Visit Killerfish Games for more info and ongoing discussion.
Killerfish Games is offline   Reply With Quote