![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
![]() |
#1 |
Ocean Warrior
![]() Join Date: May 2005
Location: São Paulo Brazil
Posts: 2,728
Downloads: 132
Uploads: 0
|
![]()
Hi guys,
I added a code to the SH3 long patrol script (see here: http://www.subsim.com/radioroom/showthread.php?t=193794 ) that randomize the crash dive behaviour. All we feel that Sh3 is sometimes too previsible in it´s behaviour (in truth it don´t have almost nothing randomizible on it to we work on). The air attacks are that boring exactly because you will hit the C key to crash dive all tthe time and it will be almost always the same final attack result... But no more! As said above, i added a code that made the crash dive suscetible to problems as it must be in real life as it was a emergency manouver that sometimes catch the crew outside the boat, engines in maintenance, open hatchs , etc. This is exactly what this code do. Below a tease of it: c:: Suspend, Permit Send %_TC_1% Random, rand, 0, 9 if rand <= 2 { Send %_Crash_dive% } if (rand >= 3 and rand <= 8) { Soundplay, %A_ScriptDir%\data\Sound\SOUND1_.wav Sleep, ((4000)*(rand-2)+6000) Send %_Crash_dive% Sleep, 30000 Random, prob, 0, 9 If prob > 7 { Send %_Ahead_third% Sleep, 10000 Send %_Maintain_depth% Sleep, 5000 } SoundBeep, 750, 150 ;BlockInput, off } if rand = 9 { Soundplay, %A_ScriptDir%\data\Sound\SOUND1_.wav Sleep, 10000 Send %_Ahead_third% Send %_Dive% Sleep, 70000 Random, prob, 0, 9 If prob > 6 Send %_Hard_to_port% If prob < 3 Send %_Hard_to_starboard% Send %_Maintain_depth% SoundBeep, 750, 150 } return This reduces the normal crash dive routine only to a propability of 30% chance. Then a trouble crash dive with dive or engine problems at 60% with variable delay in time to dive and finally at 10% that a crash dive could be not possible at all and just a messy and slow dive routine could be done. I played the game a bit with it and it´s much more interesting because you never know what really await you over there. If someone is interested i can update the Sh3 Long patrol script (it´s possible to only runs this crash dive routine from it if you want, etc) Cheers! Rubini.
__________________
One gamer's must-have mod is another gamer's waste of time. -Sailor Steve Last edited by Rubini; 09-08-12 at 08:19 AM. |
![]() |
![]() |
![]() |
#2 |
Sea Lord
![]() Join Date: Mar 2011
Location: In the conning tower of my VIIC scanning the sea through the periscope
Posts: 1,698
Downloads: 173
Uploads: 7
|
![]()
The randomization of crash diving would be a major boost in the realism of the game. I remember reading once that during a crash dive of Teddy Suhren's U-564 a rag of oily cloth dropped on the engine, got fire and they had to suppress a fire during the escorts approach. I'm not quite sure if I want my game to be that realistic but I would definitely try your mod. It would be good though, if the random effect could be controlled, so that playing would not become too difficult.
__________________
[SIGPIC][/SIGPIC] NYGM+H.sie v16+Stiebler 4C+MaGui WS |
![]() |
![]() |
![]() |
#3 |
Konteradmiral
![]() Join Date: Apr 2010
Location: Greece
Posts: 1,992
Downloads: 300
Uploads: 0
|
![]()
Just to make sure but I don't think this little add-on can be used without the SH3 long patrol script, right?
Thank you. |
![]() |
![]() |
![]() |
#4 | |
Ocean Warrior
![]() Join Date: May 2005
Location: São Paulo Brazil
Posts: 2,728
Downloads: 132
Uploads: 0
|
![]() Quote:
Note that this crash dive feature isn´t on the SH3 LP script version that is available for download. I need to upload a updated version with it. Yesterday I played the game for 8 hours (it was independence day here in Brazil), was found by torpedos bombers or rockets planes 4 or 5 times. Also some hunt killers groups. This crash dive feature is a must, the game is really much better with it. And not more difficult, but much less bored. It was late 1943 and in one campaign i lose my propellers by a FIDO, tried the Stieblers Surrender mod and was "rescue by a axis vessel" and my carrer could continue. In another one was very bad damaged by rockets and then cacth by 2 allied destroyers. If not the crash dive randomization my carrer should be only stoped by depth charges ... if it was. ![]() These were the very bad damaged encounters, but the crash dive randomization please me with a lot of other tenses moments where I needed to fight for the life of my crew and the integrit of my uboat! In truth isn´t only it, I also run my game with much more random planes detection adjusting the RWR sensibility (and put on it a probability, absent on the game) and also my visual planes detection (Note: just for planes) is now much less accurate as it was in RL. So no more difficult game, but really a more challenge and enjoyable one. Stiebler´s and Hsie´s weather fix also are important for the above results.
__________________
One gamer's must-have mod is another gamer's waste of time. -Sailor Steve |
|
![]() |
![]() |
![]() |
#5 | |
Soundman
![]() Join Date: Sep 2007
Posts: 149
Downloads: 195
Uploads: 0
|
![]() Quote:
thanks |
|
![]() |
![]() |
![]() |
#6 | |
Ocean Warrior
![]() Join Date: May 2005
Location: São Paulo Brazil
Posts: 2,728
Downloads: 132
Uploads: 0
|
![]() Quote:
No, yet not released. But is so easy to make it that I will explain how you can get a instant mod that to have different visual sensors for ships ansd for planes in few seconds!: 1. Open your Sensors.dat with S3D (make a backup of it first!) 2. Goes to Visual sensor and changes this entry: MaxHeight=15000(may vary between mods) to MaxHeight=5 3. Also make sure that on zones.cfg your Observation or Attack periscope is indestrutible (they can take damage but will be not destructed). One of them is enough. How it works: The MaxHeight=5 on player main Visual Sensors is enough to you detect any surfaced vessel normally, but you will not more detect planes with it. The planes are now detected by the periscopes visual sensors (it work in paralell with the main Visual sensor). So, the planes visual detection is now much more short. I also added probability to my Visual periscope, no side effects for periscopes but the planes detection is yet more challange. This one needs some more changes on the files, so needs official release. But the above already make your game much better. Try it and see! ![]()
__________________
One gamer's must-have mod is another gamer's waste of time. -Sailor Steve |
|
![]() |
![]() |
![]() |
#7 |
Admiral
![]() Join Date: Feb 2006
Location: PQ AN 25
Posts: 2,178
Downloads: 70
Uploads: 0
|
![]()
A nifty idea, Rubini!
You never stop being amazing_! ![]()
__________________
SH3+GWX SH5+WoS Still Sailing....still Deep ![]() |
![]() |
![]() |
![]() |
#8 |
Ocean Warrior
![]() Join Date: May 2005
Location: São Paulo Brazil
Posts: 2,728
Downloads: 132
Uploads: 0
|
![]()
Thanks Myxale,
It´s obviously also possible to add an entirely new Visual sensors just for planes (the player uboats can have infinite Visual sensors). But to do this is also necessary add a new node entry on each uboat .dat, then adds a new entry for it in each uboat .sns, etc. The above explained solution is just the best and simple, and disposable for all in a second! ![]()
__________________
One gamer's must-have mod is another gamer's waste of time. -Sailor Steve |
![]() |
![]() |
![]() |
#9 |
Engineer
![]() Join Date: Mar 2012
Posts: 210
Downloads: 429
Uploads: 0
|
![]()
how to add this to your long patrol script
or will it be updated |
![]() |
![]() |
![]() |
#10 | |
Ocean Warrior
![]() Join Date: May 2005
Location: São Paulo Brazil
Posts: 2,728
Downloads: 132
Uploads: 0
|
![]() Quote:
Thanks messageboy for the interest! I guess that the SH3 Long patrol Script potential were never correctly understood by the community because I never had any feedback, any third part idea, (positive or negative) about it´s real use on game by users. It´s very powerfull and simple to use and opens infinity possiblities for new (almost impossible) modifications on SH3. SH5 have it made by TDW, and as SH5 structure allows, it is yet much more powerfull. TDW modified the entire game with it, from GUI to game behaviour. And people uses it obviously. Now returning to your question, this update is ready, I´m using it. The unique necessary comment about the Crash Dive randomization is that to it really makes the difference is necessary the above explained adjusts on planes detection. If not, even with more delay to give a crash dive it is yet not enough to change your game. Well, abviously I can make a code yet more agressive in change the Crash dive time. For now, before any release, I shoud like to know comments, suggestions on the matter. It´s very easy for code anything on SH3 script. So, let´s start a debate with Crash Dive Randomization and any other good idea that could be done for now. ![]()
__________________
One gamer's must-have mod is another gamer's waste of time. -Sailor Steve |
|
![]() |
![]() |
![]() |
#11 |
Engineer
![]() Join Date: Mar 2012
Posts: 210
Downloads: 429
Uploads: 0
|
![]()
So i can just enable your mod
And this is in it Greets |
![]() |
![]() |
![]() |
#12 |
Ocean Warrior
![]() Join Date: May 2005
Location: São Paulo Brazil
Posts: 2,728
Downloads: 132
Uploads: 0
|
![]()
No, the Crash dive randomization is not yet released, it is not yet into the Sh3 Long patrol script that is available to download. Some days ahead after few discussion on the matter i will release it, ok?
![]()
__________________
One gamer's must-have mod is another gamer's waste of time. -Sailor Steve |
![]() |
![]() |
![]() |
#13 |
Commodore
![]() Join Date: Oct 2009
Location: Helsinki, Finland
Posts: 614
Downloads: 135
Uploads: 0
|
![]()
Just spend awful patrol circumnavigating british isles and crash diving about three times a day. I'll give it a try tommorow.
__________________
Himmel, sukeltakaa! |
![]() |
![]() |
![]() |
#14 | |
Engineer
![]() Join Date: Mar 2012
Posts: 210
Downloads: 429
Uploads: 0
|
![]() Quote:
your SH3 LP mod is great to superb work ![]() |
|
![]() |
![]() |
![]() |
#15 |
Ace of the Deep
![]() Join Date: Feb 2003
Location: Northern Illinois
Posts: 1,052
Downloads: 135
Uploads: 0
|
![]()
Hi Rubini
It sounds like you have another great mod in work. I would love to try it out once you release it. I love the randomization concept going way back to the days of the sabotage and malfunctions mod we worked on. Cheers! H
__________________
Nuke 'em till they glow! |
![]() |
![]() |
![]() |
|
|