SUBSIM Radio Room Forums

SUBSIM Radio Room Forums (https://www.subsim.com/radioroom/index.php)
-   SH4 Mods Workshop (https://www.subsim.com/radioroom/forumdisplay.php?f=219)
-   -   [TEC] Crash Speed (https://www.subsim.com/radioroom/showthread.php?t=111500)

U-Bones 04-13-07 12:13 PM

Quote:

Originally Posted by Ducimus
Have you increased the Bullkhead hitpoints at all?

No I am just isolating hull damage by pressure at this point, and I intend to stay away from increasing hit points. I will even leave hull HP at stock if they are sane after 1.2.

I intend to release a simple crash depth mod shortly after 1.2 is released, then start delving into non-hull damage - after their damage mods are in place.

1) Wet Compartments
2) Dry Compartments
3) Equipment by Type

I am hoping the recurring damage will be fixed in 1.2. I am hoping that the invisible damage that sinks you will be fixed in 1.2. If so, my priority will bes learning how to isolate damage and removing the "its ALL broke" syndrome within a compartment.

I think I know where armor class went, and if I am right, this will help in this persuit.

edit: yes on domino, yes on wait on patch ;)

Redwine 04-13-07 12:27 PM

Quote:

Originally Posted by U-Bones
As far as I see, bulkheads are more of a problem than a cool addition. I hope this is one of the things they tweak in 1.2

Agree with you... :up:

Ducimus 04-13-07 12:51 PM

It might be worth understanding this bit in the equipment.upc file, in particualr the bulkhead:

Code:

;DamageDescription1= Taken_DamageType, -  MinDamage -  MaxDamage -  MinMaintenance -  MaxMaintenance -  chancefactor -  Message -  Spawned_damage_HP -  Spawned_damage_AP -  Spawned_Damage_Type -  EfficiencyReduction -  repair_skill -  repairtime_in_hours

DamageDescription1= -------NULL,--------------0-----------,0.2,------------0,--------------1------------------,1,------Minor Leak--------,0,------------------0,--------------------NULL----------------,0,---------------------0.2,------------------0.2
DamageDescription2= -------NULL,--------------0.2,---------0.6,------------0,--------------1,------------------1,------Large hole,--------0,------------------0--------------------,NULL,--------------- 0,---------------------0.2,------------------0.5
DamageDescription3= -------NULL,--------------0.6,---------1,--------------0,--------------1,------------------1,------Wall breached,-----0,------------------0--------------------,NULL,----------------0,--------------------0.2,--------------------1


U-Bones 04-13-07 01:13 PM

Quote:

Originally Posted by Ducimus
It might be worth understanding this bit in the equipment.upc file, in particualr the bulkhead:

Code:

;DamageDescription1= Taken_DamageType, -  MinDamage -  MaxDamage -  MinMaintenance -  MaxMaintenance -  chancefactor -  Message -  Spawned_damage_HP -  Spawned_damage_AP -  Spawned_Damage_Type -  EfficiencyReduction -  repair_skill -  repairtime_in_hours

DamageDescription1= -------NULL,--------------0-----------,0.2,------------0,--------------1------------------,1,------Minor Leak--------,0,------------------0,--------------------NULL----------------,0,---------------------0.2,------------------0.2
DamageDescription2= -------NULL,--------------0.2,---------0.6,------------0,--------------1,------------------1,------Large hole,--------0,------------------0--------------------,NULL,--------------- 0,---------------------0.2,------------------0.5
DamageDescription3= -------NULL,--------------0.6,---------1,--------------0,--------------1,------------------1,------Wall breached,-----0,------------------0--------------------,NULL,----------------0,--------------------0.2,--------------------1


Yes, but I think it is more about classification and disposition of damage already applied. I will be looking at understanding the application of damage at first, with the hope of controlling or preventing to a degree.

Ducimus 04-13-07 01:24 PM

Yah. The most you can get out of that is to shorten the repair time. In theory, if the pressurehull equipment piece is a cuase of flooding then fixing that, you would think mimize the flooding.

I think im going to start looking at the zones.cfg more. Its worth noting that for testing damage, ive rigged torpedos to run circular every time. So its like getting smacked with a depth charge ever test run, but it sort of speeds up the process of the magical domino effect.

Ive also noticed (at least in the porpoise) that the flickering ilghts and such is more prominant in the conning tower. If you stay in the control room the whole time you might never notice the lights flickering. About the only indicator is the leaking water.

U-Bones 04-13-07 01:36 PM

Quote:

Originally Posted by Ducimus
Yah. The most you can get out of that is to shorten the repair time. In theory, if the pressurehull equipment piece is a cuase of flooding then fixing that, you would think mimize the flooding.

I think im going to start looking at the zones.cfg more. Its worth noting that for testing damage, ive rigged torpedos to run circular every time. So its like getting smacked with a depth charge ever test run, but it sort of speeds up the process of the magical domino effect.

Ive also noticed (at least in the porpoise) that the flickering ilghts and such is more prominant in the conning tower. If you stay in the control room the whole time you might never notice the lights flickering. About the only indicator is the leaking water.

Floodingspeed = 0.000001 is the slowest possible setting and I have already figured out how to do that. It is a Compartment only setting. The hull itself is not causing flooding - it is the pseudo hull bulkheads IMO. The hull itself works perfectly until it fails catostrophically.

I hadn't noticed that about the Porpoise, but I will recheck - I really like that boat and it is my game favorite I think.

Edit: LOL, I was testing the door open keys, and fired a salvo. I noticed I had one running circular and manuevered into place. Engine room was a mess, big hole all the way through the boat graphically. All damage was repaired in short order, but the hull was still damaged at .24something. It never gets repaired (refit / new patrol ?).

I thought it was pretty funny that a hit like that was survivable - it should have been totaled.

Ducimus 04-13-07 02:07 PM

One thing ive learned is once you get damaged like that, you cannot dive again, which i completely agree with. Last test run i reduced compartment hitpoints to 1, shot myself with a torpedo, got the boat to the surface, but the instant i tried to submerge again, she sank like a stone. You should have seen the dive angle, it was near vertical, quite halarious. Anyway Right now im just studying the effects after toying with different variables.

edit: I
Im thinking the domino effect is an arbitrary decision made by the game. And any percentage loss to any one of the bulkheads, seems like its being applied to the sub as a whole. Not just the one bulkhead.

Mechanically speaking its the same effect from Sh3, on its applied differenty. Sh3 applied the crushing damage to hull integrity (IE, Hitpoints), whereas Sh4 seems to be applying it to components and sub hitpoints as well? Im not sure but its looking at more then SH3 did, that is for certain. Anyway im not sure the domino effect can be stopped, only the time it takes for the laundry list to appear, to be slowed down.

U-Bones 04-13-07 07:28 PM

Wow. I just went through for another round and had a peek at stock numbers for a reference.

As it turns out, the "desired" Crash Depth x 1.33 was almost dead on to what they used in 1.1 for padding.

Crash Depth/Speed Combos Ubi then mine

S18 122/2.0 120/.09
Por 150/2.0 149/.112
Sal 152/2.0 150/.112
Sar 152/2.0 150/.112
Tam 152/2.0 151/.112
Gat 190/2.0 180/.135
Bal 240/2.0 239/.18


Major difference is simply that my crash speed is radically slower. Note that this iteration is over twice as fast as my last test. I reset HP to stock on all subs.

I am going to play with this until 1.2, no more real testing - just for "feel".

CaptainHaplo 04-20-07 08:50 PM

Ok guys - maybe I am being a bit boneheaded here - and if so chalk it up to my lack of experience in modding. I did some of my own stuff for sh3 - but for personal consumption only as I never got results I was happy with. However, with the fubar damage model I see - and what you guys are testing - I am going to make a couple of observations. By all means - correct me if I am wrong on anything!

Zones.cfg - pretty useless now for sub edits
Classname.UPC - where all the real internals are at now.

The damage issue of the deathspiral seems to be not an issue of "visible" flooding - which I will get to in a minute - but accumulated damage to an area results in unreported (but flotationally important damage). This is the cause of the things appearing 100% fixed - but your boat not being able to gain a neutral bouyant state. Now if this is the case - you have equipment damage that "fixed" become functional - but contributes to decreasing your ability to float.

Like I said - this may be boneheaded - but why not make all the equipment "weightless" for purposes of floatability? That way - accumulated damage wont affect the displacement of your boat. Not sure how to do that as I havent found any displacement or floatability variables for the subs equipment in either the zones.cfg or in any of the UPC files for the subs. Zones seems to be a mere holdover from sh3.

This is the only way I can see that could reasonably explain why a sub at 100% repair and no flooding can still sink like a rock.

Next item is bulkheads. IRL a bulkhead keeps flooding from spreading from one compartment to another. In SH4 - it seems its the bulkhead that LEAKS - instead of the hull! Since the bulkhead is internal to the hull - this has obvious flaws to start with. But consider this - remember how each SH3 "room" was its own entity with equipment? Maybe try looking at the bulkhead AS the room - instead of fixing the room your fixing the "bulkhead". Its not realistic - but if we can control bulkhead damage - everything might fall into place.

Hull damage itself only seems to have an effect of damage caused by depth - aka hull stress leading to crush. If we look at it that way - we have 2 damage models working here - one internal - and one external. They do overlap as external will apply damage internally - but (I suspect) internal only affects floatability - thus only having an INDIRECT effect on the external model.

My ability to mod - and my patience and attention to detail - are limited - so instead of spending hours on something that will just drive me bonkers - I figured I would throw out the thoughts and see what comes of it. I will be fiddling as I can with some numbers - but I have to apologize that I cant match the dedication of many of you.

Hopefully these thoughts help - or your corrections will at least help me understand what I am doing a bit more.

Thanks and good hunting
Captain Haplo

U-Bones 04-20-07 09:05 PM

Quote:

Originally Posted by CaptainHaplo
Ok guys - maybe I am being a bit boneheaded here - and if so chalk it up to my lack of experience in modding. I did some of my own stuff for sh3 - but for personal consumption only as I never got results I was happy with. However, with the fubar damage model I see - and what you guys are testing - I am going to make a couple of observations. By all means - correct me if I am wrong on anything!

Zones.cfg - pretty useless now for sub edits
Classname.UPC - where all the real internals are at now.

The damage issue of the deathspiral seems to be not an issue of "visible" flooding - which I will get to in a minute - but accumulated damage to an area results in unreported (but flotationally important damage). This is the cause of the things appearing 100% fixed - but your boat not being able to gain a neutral bouyant state. Now if this is the case - you have equipment damage that "fixed" become functional - but contributes to decreasing your ability to float.

Like I said - this may be boneheaded - but why not make all the equipment "weightless" for purposes of floatability? That way - accumulated damage wont affect the displacement of your boat. Not sure how to do that as I havent found any displacement or floatability variables for the subs equipment in either the zones.cfg or in any of the UPC files for the subs. Zones seems to be a mere holdover from sh3.

This is the only way I can see that could reasonably explain why a sub at 100% repair and no flooding can still sink like a rock.

Next item is bulkheads. IRL a bulkhead keeps flooding from spreading from one compartment to another. In SH4 - it seems its the bulkhead that LEAKS - instead of the hull! Since the bulkhead is internal to the hull - this has obvious flaws to start with. But consider this - remember how each SH3 "room" was its own entity with equipment? Maybe try looking at the bulkhead AS the room - instead of fixing the room your fixing the "bulkhead". Its not realistic - but if we can control bulkhead damage - everything might fall into place.

Hull damage itself only seems to have an effect of damage caused by depth - aka hull stress leading to crush. If we look at it that way - we have 2 damage models working here - one internal - and one external. They do overlap as external will apply damage internally - but (I suspect) internal only affects floatability - thus only having an INDIRECT effect on the external model.

My ability to mod - and my patience and attention to detail - are limited - so instead of spending hours on something that will just drive me bonkers - I figured I would throw out the thoughts and see what comes of it. I will be fiddling as I can with some numbers - but I have to apologize that I cant match the dedication of many of you.

Hopefully these thoughts help - or your corrections will at least help me understand what I am doing a bit more.

Thanks and good hunting
Captain Haplo

I think you are more right than wrong and you have good instincts. I just posted on this topic in another thread. http://www.subsim.com/radioroom/showthread.php?t=112680

I think much of what we used to twiddle with in zones.cfg is now internal to the NSS_*.zon file itself. However it is interesting to note that they introduced NEW compartments in the uboat section of zones.cfg in 1.2....

U-Bones 04-23-07 10:22 PM

I have decided I am not going to do anything with this for various reasons. So anyone who has an itch, please scratch.

Kataki 04-26-07 02:57 PM

I realise you arent going to be doing anything with this as far as mods go but...

Crash Speed= the speed at which your boat is seemingly damaged by just having damage while submereged, correct?

Atm I have a save game where I have been DC'ed and have lights flashing, and water spraying, but I have repaired all the damage I can. After about 5 or so minutes my boat just dies with out any farther warnings (until the death cam is already playing and then it reports every item on the ship as broke). If I were to increase the Crash speed would it stop this from happening, at least for a bit?

If so I'd appreciate it if you could help me change that value as I dont have a clue where its at.

U-Bones 04-26-07 04:37 PM

Quote:

Originally Posted by Kataki
I realise you arent going to be doing anything with this as far as mods go but...

Crash Speed= the speed at which your boat is seemingly damaged by just having damage while submereged, correct?

Atm I have a save game where I have been DC'ed and have lights flashing, and water spraying, but I have repaired all the damage I can. After about 5 or so minutes my boat just dies with out any farther warnings (until the death cam is already playing and then it reports every item on the ship as broke). If I were to increase the Crash speed would it stop this from happening, at least for a bit?

If so I'd appreciate it if you could help me change that value as I dont have a clue where its at.

The crash speed for your boat is set when you leave port. I'm sure it persists in the saves somewhere, but I'm sorry I have no idea which bits or which file.

Redwine 04-26-07 05:16 PM

Quote:

Originally Posted by U-Bones
Quote:

Originally Posted by Kataki
I realise you arent going to be doing anything with this as far as mods go but...

Crash Speed= the speed at which your boat is seemingly damaged by just having damage while submereged, correct?

Atm I have a save game where I have been DC'ed and have lights flashing, and water spraying, but I have repaired all the damage I can. After about 5 or so minutes my boat just dies with out any farther warnings (until the death cam is already playing and then it reports every item on the ship as broke). If I were to increase the Crash speed would it stop this from happening, at least for a bit?

If so I'd appreciate it if you could help me change that value as I dont have a clue where its at.

The crash speed for your boat is set when you leave port. I'm sure it persists in the saves somewhere, but I'm sorry I have no idea which bits or which file.

I am working on tweak that, i reach a good long way to die.

But the problem you described is still present. My crew reach to manage many quick sinks, many floods, many BulkHead repairs... but.

Some times with no visible item to repair or damage at screen, you are able to dive a new time, many times, and with no problems.

Another times, the sub start to sink with no advice.

I think so it works similar to SH III, even when you repair all, your hull is stressed, in SH II we had a XX % of hull integrity showd, but here not.

You have not advice of your hull is so stressed.

I thnik so, BulkHead red bar must to be in sight when it happens to advice you, but we have not it. :dead:

If you want my present job to try, just send me a PM. :up:


All times are GMT -5. The time now is 02:03 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.