View Single Post
Old 08-06-11, 09:32 PM   #7568
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Auto-recharging of batteries when snorkel is raised (and conditions are correct) has been coded and working great 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 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

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
TheDarkWraith is offline   Reply With Quote