![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
![]() |
#4 | ||
Black Magic
![]() |
![]() Quote:
Quote:
##################################### Crash Dive (SH3/4/5 Modes) ##################################### # the hotkey used for crash dive # Format: # # CrashDiveKey = [ False, None, False, False, False, False ] # False = enabled # None = key used # False = shift key required # False = ctrl required # False = alt required # False = handled # # so if you wanted the crash dive hot key to be shift + P: # CrashDiveKey = [ True, MenuKeyManagerWrapper.Keys.P, True, False, False, False ] # # if you didn't want to assign a hotkey for crash dive: # CrashDiveKey = [ False, MenuKeyManagerWrapper.Keys.P, False, False, False, False ] CrashDiveKey = [ False, MenuKeyManagerWrapper.Keys.P, True, False, False, False ] # teleport on crash dive? If enabled and you are currently submerged then no teleporting will take place # change below to either True or False TeleportOnCrashDive = True # time interval to wait before giving the crash dive command (simulates crew clearing the topside deck) (this value is in seconds - i.e. 5.5 would be 5 and a half seconds). If submerged then there is no delay TeleportOnCrashDiveWaitTime = 20 # the station to teleport to when crash diving # possible values are: # "TelToObsScope" - teleport to obs scope # "TelToAttackScope" - teleport to attack scope # "TelToRadar" - telelport to radar station # "TelToHydrophone" - teleport to hydrophone station # "TelToCaptainsBed" - teleport to Captain's bed CrashDiveTeleportToStation = "TelToRadar" |
||
![]() |
![]() |
|
|