View Full Version : Scope going up?
Drewcifer
04-23-10, 01:38 PM
Just sort of curious why the observation scope always pops up at the begining of every patrol?
kylania
04-23-10, 01:43 PM
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.
SetDepthScaleType( DepthScaleTypes.Shallow )
InitializeMapTools( True )
Game.SubmarineCommands.ExecuteCommand( "Lower_whole_obs_periscope" )
def UnloadScript():
Menu["DisplayPlayerGuidanceButtonByName"] = None
John Channing
04-23-10, 01:43 PM
Your Sub is happy to see you?
JCC
walmario_pl
04-23-10, 02:02 PM
If I'm not mistaken it also goes up after loading the game (supporting JCC's 'me happy to see you Herr Kaleun' theory).
Seaman_Hornsby
04-23-10, 02:02 PM
Your Sub is happy to see you?
JCC
:rotfl2:
captainprid
04-23-10, 04:21 PM
Your Sub is happy to see you?
JCC
:har::har:
Platapus
04-23-10, 05:51 PM
Hello sailor! :03:
mobucks
04-23-10, 09:03 PM
Your Sub is happy to see you?
JCC
:har:
smilinicon
04-24-10, 05:08 AM
you forgot to retract it before ending last patrol?
Hello sailor! :03::har::har:
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.