View Single Post
Old 08-25-10, 04:48 PM   #4
THE_MASK
Ace of the deep .
 
THE_MASK's Avatar
 
Join Date: Jan 2006
Posts: 9,226
Downloads: 901
Uploads: 73


Default

C:\Ubisoft\Silent Hunter 5\MODS\NewUIs_TDC_4_0_3_ByTheDarkWraith\data\Scrip ts\Menu\TheDarkWraithUserOptions

##################################### Crash Dive (SH3/4/5 Modes) #####################################
# the hotkey used for crash dive
# Format:
#
# CrashDiveKey = [ False, None, False ]
# False = enabled
# None = key used
# False = shift key required
#
# so if you wanted the teleport to obs scope hot key to be shift + C:
# CrashDiveKey = [ True, MenuKeyManagerWrapper.Keys.P, True ]
#
# if you didn't want to assign a hotkey for teleport to obs scope:
# CrashDiveKey = [ False, MenuKeyManagerWrapper.Keys.P, False ]
CrashDiveKey = [ False, MenuKeyManagerWrapper.Keys.P, True ]
# 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_MASK is offline   Reply With Quote