SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
01-06-11, 04:04 AM | #826 |
Fuel Supplier
|
@H.sie:
Your information acknowledged with thanks. Stiebler.
__________________
NYGM Tonnage War Mod - More than a mod: it's an experience! |
01-06-11, 10:12 AM | #827 | ||
Seaman
Join Date: Feb 2010
Posts: 36
Downloads: 64
Uploads: 0
|
Quote:
On diesel submarines (after ww2) are manufactured oxygen using chlorine candles that contain sodium and potassium chlorate and that release oxygen for combustion. One such candle can burn for an hour and produce 2.8 m3 of oxygen. Oxygen is regularly added three times during the day and most mid-day when the consumption is greatest. Quote:
__________________
Last edited by Silent Ace; 01-30-11 at 07:17 AM. |
||
01-07-11, 12:21 AM | #828 |
Torpedoman
Join Date: Dec 2010
Posts: 120
Downloads: 54
Uploads: 0
|
Steam SH3 + h.sie's realistic repair time= sad panda?
So if I got this straight from this extremely long thread...
The Steam Sh3exe. is completely and hopelessly incompatible to h.sie's realistic repair time mod? If so, is there a line of code I can change to make LRT mod's flooding more realistic, rather than difficult; neigh impossible? Thanks for your time and keep up the good work. |
01-07-11, 12:48 AM | #829 | |
Torpedoman
Join Date: Dec 2010
Posts: 120
Downloads: 54
Uploads: 0
|
Quote:
|
|
01-07-11, 01:07 AM | #830 | |
Grey Wolf
Join Date: Feb 2007
Location: CG 96
Posts: 861
Downloads: 22
Uploads: 0
|
Quote:
http://www.mediafire.com/?dzzfg6153i2i7r9 |
|
01-07-11, 02:41 AM | #831 | |
Torpedoman
Join Date: Dec 2010
Posts: 120
Downloads: 54
Uploads: 0
|
Quote:
And if I had known the difference from the start... I too would have preferred H. sie's mod... I am a stickler for realism after all... Last edited by somedude88; 01-07-11 at 02:59 AM. |
|
01-07-11, 03:09 AM | #832 |
Admiral
|
Message to people who complain that I only support one version of sh3.exe:
I am sorry to say, but ATM I only support one version of sh3.exe (which is the one the patcher accepts as the right one). You can get this version for about 5 euros. http://www.amazon.de/Purple-Hills-Si.../dp/B002YNS4FY You might now say: I already payed for sh3 and I won't pay a second time. But I ask for your understanding and argue: I spent more than 2 years now for modding a simulation that fits my (and your?) personal taste. And it would take further days/weeks for me to support three different sh3.exe versions instead of only one. So what are 5 euros (worth maybe 20-30 minutes of work) compared to that? If you are not willing to pay 5 euro's, why should I spend days / weeks to support a sh3.exe version which I even do not own? Last edited by h.sie; 01-07-11 at 04:40 AM. |
01-07-11, 03:37 AM | #833 | |
Torpedoman
Join Date: Dec 2010
Posts: 120
Downloads: 54
Uploads: 0
|
Quote:
Unfortunately, I don't have too much programming knowledge beyond webpages. (Wah wah...) But if it's at all possible, either through instruction or on-the-job-learning or whatever... I have a few weeks to burn. |
|
01-07-11, 03:42 AM | #834 |
Admiral
|
Yes of course. My patches are freeware. All you need is a Debugger (OlliDbg) and little skills in x86 Assembler language.
But: 1) in my opinion it's not worth the time and 2) I cannot give instant courses in assembler. |
01-07-11, 03:54 AM | #835 | |
Torpedoman
Join Date: Dec 2010
Posts: 120
Downloads: 54
Uploads: 0
|
Quote:
How did you learn assembler language? Maybe I can take the same route... if it doesn't involve several semesters of computer science... which is actually the most likely route you took... |
|
01-07-11, 03:56 AM | #836 |
Admiral
|
It indeed took some semesters of computer science.
|
01-07-11, 03:57 AM | #837 |
Torpedoman
Join Date: Dec 2010
Posts: 120
Downloads: 54
Uploads: 0
|
|
01-07-11, 03:18 PM | #838 |
Admiral
|
Storm Conditions
I found the code to calculate storm conditions. Example: In the Subs .cfg file you find for storm-conditions e.g. StormConditions=11,0.4 Currently, storm-conditions are true (flak & deckgun cannot be used and crew wears rain clothes) If windspeed > 11m/s OR Rain Intensity > 0.4. What about changing these conditions a little bit as follows: If no rain: Windspeed must be > 11 to set storm conditions If medium rain: Windspeed must be > 9 to set storm conditions If heavy rain: Windspeed must be > 7 to set storm conditions Any reasons NOT to do this? h.sie Last edited by h.sie; 01-07-11 at 03:35 PM. |
01-07-11, 04:20 PM | #839 |
Ace of the Deep
Join Date: Mar 2006
Posts: 1,138
Downloads: 147
Uploads: 12
|
Hi h.sie,
are any rain/wind combinations possible? I am wondering why one should not be able to use the deck gun in heavy rain with wind speed 0m/s It looks strange to me that rain can trigger the storm condition (I think it would make more sense if wind triggers deck gun usage and rain coats, but rain only triggers rain coats and has no influence on the deck gun / flak). Cheers, LGN1 |
01-07-11, 06:42 PM | #840 |
Admiral
|
@LGN1: I tried to fix that, used different storm-condition routines for clothes and flak.
Weather: No storm but rain. Result: Crew animations look very ugly for crew with rain clothes (stormconditions=1) standing at flak (stormcondition=0). |
|
|