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 4: Wolves of the Pacific
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 09-13-15, 02:44 AM   #1
silverdragon41
Sailor man
 
Join Date: Aug 2013
Posts: 46
Downloads: 148
Uploads: 0
Default Torpedo tubes and the advice given.

Is there a mod out there for SH4 that will help with the problem of the tubes closing when you switch tubes? Its like the game itself gives the advice to have the tubes you going to use open prior to the attack but yet when oyu try to do that it closes the other tube as you open the next one. Everytime I open tube one and go to open tube two it will say closing tube one and opening tube two. So to me its not worth doing that as for tube two firing it take the same amount of time for it to actually leave the tube regardless oif you open it manually or let it auto open from firing it it.
silverdragon41 is offline   Reply With Quote
Old 09-13-15, 02:47 AM   #2
ColonelSandersLite
Captain
 
Join Date: Aug 2009
Posts: 481
Downloads: 74
Uploads: 3
Default

I have never experienced torpedo tubes closing when switching tubes. I would have to know more about your process to know what's going on.
__________________
My SH4 LP
ColonelSandersLite is offline   Reply With Quote
Old 09-13-15, 03:36 AM   #3
silverdragon41
Sailor man
 
Join Date: Aug 2013
Posts: 46
Downloads: 148
Uploads: 0
Default

Quote:
Originally Posted by ColonelSandersLite View Post
I have never experienced torpedo tubes closing when switching tubes. I would have to know more about your process to know what's going on.
The process is simple in my case as I would hit the q key to open the tube then hit the w key after hearing the order to open tube one. Then after the w key to switch tubes hit the q key again. It be then or right before I press the q key again that it will say closing tube one and then opening tube two.
Thou sounds it could be a rare bug. Because it annoys me and so had stop bothering opening the second tube and just hit fire as soon as I switch to it. Still opens the first tube to be use in the attack thou.
silverdragon41 is offline   Reply With Quote
Old 09-13-15, 03:57 AM   #4
ColonelSandersLite
Captain
 
Join Date: Aug 2009
Posts: 481
Downloads: 74
Uploads: 3
Default

Game version number and mods?

I suspect that in your controls file, you've got Close_sel_torpedo_tube and Cycle_torp_tube double bound (in other words, both set to w).

Try this:
Press q to open torpedo tube 1. Instead of pressing w to cycle tubes, click the torpedo tube in your periscope/tbt/attack map to change to tube 2 as per the image below. Press q to open tube 2.



If that works without closing tube 1, that should confirm the problem so we can fix it.
__________________
My SH4 LP
ColonelSandersLite is offline   Reply With Quote
Old 09-13-15, 12:59 PM   #5
silverdragon41
Sailor man
 
Join Date: Aug 2013
Posts: 46
Downloads: 148
Uploads: 0
Default

Game version is 1.5 mods: 1_TriggerMaru_Overhaul_2-5
1_TMO_25_small_patch
1.5_Optical Targeting Correction 031312 for TMO 2.5
1.5_OTC for 16 to 9 Aspect Ratio_TMO
Improved Stock Environment_v3_TMO&RFB
#2 ISE Realistic Colors
Extra_Ammo_Mod
TDW_Ship_Plane_Fire_Damage_v1_3_SH4
LST_TMO_v2
Webster's Real Lifeboats Fix for v1.5 Mind there is one more mod I do plan on putting in when I am going to play the campaign and that is the RSRDC mod.

But what you suggested worked. The tubes didn't closed by clicking to the next tube. Thats doable to do in the long run.
silverdragon41 is offline   Reply With Quote
Old 09-13-15, 01:12 PM   #6
ColonelSandersLite
Captain
 
Join Date: Aug 2009
Posts: 481
Downloads: 74
Uploads: 3
Default

Open the file \sh4\Data\Cfg\Commands.cfg

Search for Name=Close_sel_torpedo_tube

If the line immediately below that command name looks like:
Key0=0x57,,"W"

Put a ; in front of the keyX to disable that command. For example:
;Key0=0x57,,"W"

Search for any other occurrences of 0x57. The only one that should not be disabled is Cycle_fore_torp_tube.
__________________
My SH4 LP
ColonelSandersLite is offline   Reply With Quote
Old 09-13-15, 01:27 PM   #7
silverdragon41
Sailor man
 
Join Date: Aug 2013
Posts: 46
Downloads: 148
Uploads: 0
Default

Ok found the area and yeah so why is it set that way anyways? Seems retard to have that line in there when its like only the q key should work it.
silverdragon41 is offline   Reply With Quote
Old 09-13-15, 04:10 PM   #8
ColonelSandersLite
Captain
 
Join Date: Aug 2009
Posts: 481
Downloads: 74
Uploads: 3
Default

Dunno which mod you have that set it like that, I don't have the same setup. You could use jsgme to figure out which version of the file is the most recent if you really want to know. Truthfully though, the mod maker just made a mistake. The guy probably just doesn't use those keyboard commands so never noticed it.
__________________
My SH4 LP
ColonelSandersLite is offline   Reply With Quote
Old 09-13-15, 04:13 PM   #9
silverdragon41
Sailor man
 
Join Date: Aug 2013
Posts: 46
Downloads: 148
Uploads: 0
Default

So pretty much it be safe to just delete it from the cfg then since it shouldn't be there in the first place?
silverdragon41 is offline   Reply With Quote
Old 09-13-15, 07:37 PM   #10
ColonelSandersLite
Captain
 
Join Date: Aug 2009
Posts: 481
Downloads: 74
Uploads: 3
Default

Well, I would reccomend just commenting the key code out as per above instead of deleting so you can easilly undo it.

Also, don't delete/comment out the section header or name property.

Fine:
Code:
[Cmd311]
Name=Close_sel_torpedo_tube
;Key0=0x57,,"W"
;Ctxt=1
Bad:
Code:
;[Cmd311]
;Name=Close_sel_torpedo_tube
;Key0=0x57,,"W"
;Ctxt=1
And make a backup of the file before you go editing.
__________________
My SH4 LP
ColonelSandersLite is offline   Reply With Quote
Old 09-13-15, 11:25 PM   #11
silverdragon41
Sailor man
 
Join Date: Aug 2013
Posts: 46
Downloads: 148
Uploads: 0
Default

Well I did a clean install of sh4 before doing anything and just on a whim look in the cfg and that command is in stock game. Its not from a mod its there from the developers. But this time it seems to have that ; in front this time.
silverdragon41 is offline   Reply With Quote
Old 09-14-15, 09:16 AM   #12
Al Lowe
Bosun
 
Join Date: Nov 2006
Location: Mason, MI
Posts: 65
Downloads: 32
Uploads: 0
Default

Wow, a bug I've never seen. Thank goodness. The only time I've seen the tube doors close is when I dive below 100 feet. Never saw the other thing.
__________________
Al Lowe
http://www.billybishop.net
http://www.redbaron3d.net/
Current System:
MSI 760GM-E51 mainboard with
AMD FX-8350 8 core processor running at 4.2 GHZ
16GB of DDR3 RAM @ 800 MHZ
AMD Radeon R9 285 GPU w 2GB of GDDR5 RAM @ 1375mhz
Acer V223W Monitor
Al Lowe is offline   Reply With Quote
Old 09-14-15, 12:03 PM   #13
silverdragon41
Sailor man
 
Join Date: Aug 2013
Posts: 46
Downloads: 148
Uploads: 0
Default

Quote:
Originally Posted by Al Lowe View Post
Wow, a bug I've never seen. Thank goodness. The only time I've seen the tube doors close is when I dive below 100 feet. Never saw the other thing.
Agreed. its a small bug thats easily overcome but still annoying when you use the keyboard commands to do most of the stuff.
silverdragon41 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 08:49 AM.


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.