SUBSIM Radio Room Forums

SUBSIM Radio Room Forums (https://www.subsim.com/radioroom/index.php)
-   SH5 Mods Workshop (https://www.subsim.com/radioroom/forumdisplay.php?f=249)
-   -   [REL] Multiple UIs for SH5 with TDC (https://www.subsim.com/radioroom/showthread.php?t=166093)

GrizzzLyblanc 08-06-11 01:28 AM

Schnorkel
 
http://www.uboatarchive.net/U-889SchnorkelPhotos.htm

:salute:

DrJones 08-06-11 03:39 AM

It's looking fantastic :rock:

Keep on

Best Regards

DrJones:salute:

Trevally. 08-06-11 05:55 AM

this is great news TDW:woot:

TheDarkWraith 08-06-11 08:44 AM

Quote:

Originally Posted by GrizzzLyblanc (Post 1721775)

Right now I can only get the non-hinged, double tube telescopic snorkel working. I can't place it where it needs to be either due to it's size. Thus it has been placed in the conn just to the left and a little back of the XO. Yes it's not accurate but have to work with what we have. It's better than nothing that's for sure. I'll continue working on it trying to get a hinged snorkel to work.

ETsd4 08-06-11 10:22 AM

Quote:

Originally Posted by mobucks (Post 1721698)
Where is this highlighted yellow information?

I reread the text-passage

max speed when snorkeling with electic-motor <= 6 kn
max speed when snorkeling with diesel-engine <= 9 - 10.5 kn

... and the above specification was given for a XXI-U-boot, not for the VIIC-type & variants.

TheDarkWraith 08-06-11 04:23 PM

right now editing v6.7.0 to incorporate my Uboat_Snorkel mod and to allow the UI to control it better. Making provisions where speed is checked if periscope or snorkel is raised and if speed > max speed allowed then speed it set to max speed allowed. Also setting up the ability to auto-recharge batteries when snorkel raised (via user option)

tonschk 08-06-11 04:58 PM

Quote:

Originally Posted by TheDarkWraith (Post 1722329)
Also setting up the ability to auto-recharge batteries when snorkel raised (via user option)

:DL Thank you A LOT :woot: TheDarkWraith :yeah:

TheDarkWraith 08-06-11 09:32 PM

Auto-recharging of batteries when snorkel is raised (and conditions are correct) has been coded and working great :yeah: This auto-recharging in enabled by default in the options file.

The limiting speed to a specified max speed when snorkel is raised (and you are submerged) has been coded and is working great :yeah: Max speed is specified in options file

I still have to figure out how I want to limit speed based on whether a periscope is extended. Problem is getting the periscope's current height. This feature will not make it in v6.7.0

Lots of debug code added for the torp doors to hopefully catch the error that some users get of torp door disabled when it shouldn't be

My Uboat snorkel mod has been incorporated into v6.7.0

The CO2 level still increases when snorkel is raised. This is game bug that will take digging into .exe and .act files to fix. Will take time to do.

All that's left to do is package it up and upload :DL

Change log for v6.7.0:
v6.7.0 - fixed bug in radio messages where if TC 1 on new radio message was enabled sound would sometimes not be played
- fixed bug of campaign radio messages sometimes not being read in at game start
- fixed some logic problems with the command buttons in the Automation page
- Added a new command button to Automation's commands: save started currently activated scripts. When pressed it will save the started currently activated scripts to file. Upon game start it will read this file and if any previously activated scripts are found it will automatically start them
- folder structure for radio message sounds changed so that mod can pick a random sound from available sounds in folders
- added a new user option that controls where the player teleports to when the dive button is pressed. Valid values are: None - do not teleport anywhere, "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 (DiveTeleportToStation)
- added a new user option that controls where the player teleports to when the periscope depth button is pressed. Valid values are: None - do not teleport anywhere, "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 (PeriscopeDepthTeleportToStation)
- added a new user option that controls where the player teleports to when the snorkel depth button is pressed. Valid values are: None - do not teleport anywhere, "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 (SnorkelDepthTeleportToStation)
- added a new user option that controls where the player teleports to when the emergency surface button is pressed. Valid values are: None - do not teleport anywhere, "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 (EmergencySurfaceTeleportToStation)
- added a new user option that controls where the player teleports to when the surface button is pressed. Valid values are: None - do not teleport anywhere, "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 (SurfaceDepthTeleportToStation)
- Automation's Navigate_from_file command now let's you resume navigation from a close waypoint if waypoint_resume > 0. waypoint_resume is defined in the .SHN file as a new header
- Automation's Navigate_from_file command now let's you define bufferzones around the sub. These bufferzones are used to detect units. If a unit crosses a bufferzone then the command will take action based on settings in the .SHN file
- Automation's Navigate_from_file command now let's you specify the radius of the waypoints (precision and non-precision). When this radius is reached the next waypoint will be ordered up
- Radio messages updated to include columns for sound type to play and volume level of the sound to play. Currently applies only to regular radio messages (not campaign radio messages)
- Incorporated my Uboat_Snorkel mod into this one (all uboat's snorkels are enabled by default)
- Sub's snorkel depth changed to 14.0m from 10.0m
- added missing countries to \data\Roster\Names.cfg's [Countries] header brought to my attention by Ruby2000
- added a new user option that controls whether battery recharge mode is ordered up when the snorkel is raised (and conditions are right for snorkeling). Default value is True (enabled) (AutomaticallyOrderRechargeModeWhenSnorkeling)
- added a new user option that specifies the maximum speed allowed underwater when snorkel is raised. Default value is 10.0knots (GetMaxSpeedWhenSnorkelRaised)
- added lots of debug code for the torp doors to help catch the error that sometimes the torp door is disabled when it shouldn't be

THE_MASK 08-06-11 10:02 PM

Actually in special abilities there is an ability CO2LevelIncreaseRate
You could have it as a minus value i think . Ask the motor officer to turn vents on snorkel . Just another way around it maybe .

TheDarkWraith 08-07-11 12:31 AM

v6.7.0 released. See post #1 for details :|\\

Linavitch 08-07-11 03:01 AM

Quote:

Originally Posted by TheDarkWraith (Post 1722527)
v6.7.0 released. See post #1 for details :|\\

Thank you. (Again)

0rpheus 08-07-11 04:26 AM

Sure I saw this mentioned somewhere at subsim recently but can't find it for the life of me - is the torpedo man's passive speed/damage ability fixed in this mod (or MO)? I see the guy has 'extra damage/range' with either this or MO so guessing you just changed the ability so it couldn't cause the problem?

Trevally. 08-07-11 05:39 AM

This is a fantastic update TDW:woot:
Thanks:yeah:

Magic1111 08-07-11 06:30 AM

Quote:

Originally Posted by TheDarkWraith (Post 1722527)
v6.7.0 released. See post #1 for details :|\\

Many thanks TDW ! :woot::up::woot:

Magic1111 08-07-11 08:04 AM

Another question: Do I need anymore the v0.0.8 from SubFlags MOD, here: http://www.subsim.com/radioroom/showthread.php?t=167037 as a Standalone MOD, or is this version in new UI v6.7.0 included ?


All times are GMT -5. The time now is 09:08 PM.

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