![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
![]() |
#2 |
Silent Hunter
![]() Join Date: Aug 2006
Posts: 3,528
Downloads: 118
Uploads: 0
|
![]()
Stock "bug".
You can keep the Observation Scope lowered with python scripting. DarkWraith did that with his UI mod. ![]() As part of the def InitializeScript(): block in data\Scripts\Menu\Page Default Hud.py, add the line in green as shown (make sure it's indented like the lines above it) below. It would be line 2816 of the default script. Code:
SetDepthScaleType( DepthScaleTypes.Shallow ) InitializeMapTools( True ) Game.SubmarineCommands.ExecuteCommand( "Lower_whole_obs_periscope" ) def UnloadScript(): Menu["DisplayPlayerGuidanceButtonByName"] = None |
![]() |
![]() |
|
|