SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > Silent Hunter 3 - 4 - 5 > Silent Hunter 5
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 06-22-11, 06:20 AM   #1
Kumando
Commodore
 
Join Date: Sep 2005
Location: Portugal
Posts: 639
Downloads: 283
Uploads: 0
Default Sub not diving, stock bug?

Hi, sometimes when i hit the dive or crash dive button (using TDW, megaopus an UImods) the sub doesnt dive it continues to run on the surface, i have to order ir again to work, is this a stock bug?
Kumando is offline   Reply With Quote
Old 06-22-11, 08:25 AM   #2
SalmonVGM
Seaman
 
Join Date: Jun 2011
Location: UK
Posts: 33
Downloads: 8
Uploads: 0
Default

yeah, and when I hit the crash dive button it flashes and I get sent to the hydrophone station.
__________________
Salmon
(VGM)
SalmonVGM is offline   Reply With Quote
Old 06-22-11, 08:36 AM   #3
crepitis
Watch
 
Join Date: Jan 2002
Location: Bonnie Scotland
Posts: 28
Downloads: 222
Uploads: 0
Default

I think some of the key commands might have been changed in the mods from the keys assigned in the un-modded version ?
crepitis is offline   Reply With Quote
Old 06-22-11, 08:57 AM   #4
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by Kumando View Post
Hi, sometimes when i hit the dive or crash dive button (using TDW, megaopus an UImods) the sub doesnt dive it continues to run on the surface, i have to order ir again to work, is this a stock bug?
Quote:
Originally Posted by SalmonVGM View Post
yeah, and when I hit the crash dive button it flashes and I get sent to the hydrophone station.
If you are using the stock setup of the options file then this behavior is expected. There is a time delay associated with crash dive (stock value of 20 seconds). This time delay is to allow the crew (simulated) to get down the hatch and to close the hatch. If you are not submerged then you are teleported to station designated in options file. If you are submerged then no teleportation happens and no time delay is incurred (starting in v6.6.0). The flashing of the crash dive button is letting you know that the time delay is ticking down.

##################################### 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"
TheDarkWraith is offline   Reply With Quote
Old 06-22-11, 09:41 AM   #5
Kumando
Commodore
 
Join Date: Sep 2005
Location: Portugal
Posts: 639
Downloads: 283
Uploads: 0
Default

Ok so its a delay then to simulate the crew going down the hatch interesting, thanks TDW.



Quote:
Originally Posted by TheDarkWraith View Post
If you are using the stock setup of the options file then this behavior is expected. There is a time delay associated with crash dive (stock value of 20 seconds). This time delay is to allow the crew (simulated) to get down the hatch and to close the hatch. If you are not submerged then you are teleported to station designated in options file. If you are submerged then no teleportation happens and no time delay is incurred (starting in v6.6.0). The flashing of the crash dive button is letting you know that the time delay is ticking down.

##################################### 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"
Kumando is offline   Reply With Quote
Old 06-22-11, 10:06 AM   #6
Targor Avelany
Ace of the Deep
 
Join Date: Jan 2010
Location: Vancouver, BC, Canada
Posts: 1,183
Downloads: 225
Uploads: 0


Default

No, it is not "to simulate" it is "to give time"

If you watch closely, the Watch Crew actualy goes down the stairs to their designated positions one by one.
Targor Avelany is offline   Reply With Quote
Old 06-22-11, 10:13 AM   #7
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by Targor Avelany View Post
If you watch closely, the Watch Crew actualy goes down the stairs to their designated positions one by one.
If you are using the Might fine crew mod or MO
TheDarkWraith is offline   Reply With Quote
Old 06-22-11, 10:34 AM   #8
Kumando
Commodore
 
Join Date: Sep 2005
Location: Portugal
Posts: 639
Downloads: 283
Uploads: 0
Default

Quote:
Originally Posted by TheDarkWraith View Post
If you are using the Might fine crew mod or MO
Yes im using version 1.1, version 1.2 messes up the the orders when you click on your officers, do you know how to fix this TDW?
Kumando is offline   Reply With Quote
Old 06-22-11, 10:45 AM   #9
Targor Avelany
Ace of the Deep
 
Join Date: Jan 2010
Location: Vancouver, BC, Canada
Posts: 1,183
Downloads: 225
Uploads: 0


Default

Quote:
Originally Posted by TheDarkWraith View Post
If you are using the Might fine crew mod or MO
Sorry, MO became pretty much the main mod on my list, so I sometimes treat it as part of the game.
Targor Avelany is offline   Reply With Quote
Old 06-22-11, 11:01 AM   #10
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by Kumando View Post
Yes im using version 1.1, version 1.2 messes up the the orders when you click on your officers, do you know how to fix this TDW?
Don't understand what you mean by 'messes up the orders when you click on your officers' Can you give an example?
TheDarkWraith is offline   Reply With Quote
Old 06-22-11, 11:21 AM   #11
Kumando
Commodore
 
Join Date: Sep 2005
Location: Portugal
Posts: 639
Downloads: 283
Uploads: 0
Default

Quote:
Originally Posted by TheDarkWraith View Post
Don't understand what you mean by 'messes up the orders when you click on your officers' Can you give an example?
For example im on the brige and ask the WO to order the navigator to give me depht under keel and it simply doesnt do nothing, only 1.2 version does this.
Kumando is offline   Reply With Quote
Old 06-22-11, 11:35 AM   #12
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by Kumando View Post
For example im on the brige and ask the WO to order the navigator to give me depht under keel and it simply doesnt do nothing, only 1.2 version does this.
I'm still confused. So you have patch 2 for MO installed, you are on the bridge and you click on the XO to start a dialog with him, and you ask him for depth under keel?
TheDarkWraith is offline   Reply With Quote
Old 06-22-11, 11:46 AM   #13
Kumando
Commodore
 
Join Date: Sep 2005
Location: Portugal
Posts: 639
Downloads: 283
Uploads: 0
Default

Quote:
Originally Posted by TheDarkWraith View Post
I'm still confused. So you have patch 2 for MO installed, you are on the bridge and you click on the XO to start a dialog with him, and you ask him for depth under keel?
Yes but i was refering with your mods installed and mighty fine crew mod 1.2 that happens, with verson 1.1 of this mod it doesnt happen so i know that the problem it isnt with your mods but with the crew mod itself. I was asking if you know what i can do to make it compatible.
Kumando is offline   Reply With Quote
Old 06-22-11, 12:12 PM   #14
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by Kumando View Post
Yes but i was refering with your mods installed and mighty fine crew mod 1.2 that happens, with verson 1.1 of this mod it doesnt happen so i know that the problem it isnt with your mods but with the crew mod itself. I was asking if you know what i can do to make it compatible.
I can take a look at MFCM 1.2 and see what's going on. Probably won't be able to look into it till tomorrow though
TheDarkWraith is offline   Reply With Quote
Old 06-22-11, 12:46 PM   #15
Kumando
Commodore
 
Join Date: Sep 2005
Location: Portugal
Posts: 639
Downloads: 283
Uploads: 0
Default

Quote:
Originally Posted by TheDarkWraith View Post
I can take a look at MFCM 1.2 and see what's going on. Probably won't be able to look into it till tomorrow though
Dont worrry, take your time, tks mate
Kumando is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 01:32 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 1995- 2025 Subsim®
"Subsim" is a registered trademark, all rights reserved.