![]() |
The idea to change by propulsion type looks good, but some ships now have combined propulsion systems i.e. Electric/turbine or diesel/turbine and it starts to make things complicated as passing a certain speed the signature should switch ,which is probably difficult to implement only through DB settings.
1st response form France to the initial question seems positive, but not all players have responded yet. Thanks for the good work anyway:) |
Well, there are no variable profiles.
But maybe for a combined system, they could have one line from each. I could be wrong, but I think DW doesn't care about what range the lines are in, so the 3rd line could be where 2nd lines normally are. I do think this is a good idea (nice thinking there TLAM). So the system might look like this EDIT: Proposed Frequencies 1st: electrical system US/everybody else (60/50) 2nd: propulsion system Electric Sub: 110 Surface diesel: 125 Gasoline: 140 Nuclear: 160 Gas turbine: 175 Steam Turbine: 190 Rocket Torp: 215 Electric Torp: 225 Mono Torp: 260 3rd: flow noise (size) 300-600 (larger ships w/ lower freqs) 4:????? 600-2000 5: ???? 1500-2000 Gonna be lots of work, everything's gonna get redone! |
Quote:
http://en.wikipedia.org/wiki/Mains_p...ound_the_world |
Quote:
|
Electrical systems
To my understanding most of the western ships use 60 HZ systems, even in Europe where the land grid is 50 Hz. I don't know fo sure about Russia/ China, but lets see what Gray Owl can say on that.
|
Sorry to be a naysayer on this topic. I would prefer if the frequency assignments remain unchanged. I have many of them locked into the old brain, and can tell what things are quickly. If there is a large scale reassignment I will be back to square one. I’m not sure there is any compelling reason to do this.
|
Quote:
|
Hi!
Installing stuff today. Let's see how things are working... :) |
Quote:
Not believe my eyes... Old comrades rise from the ashes! |
Quote:
Where have you been? For some moments I thought TLAM was widowed :haha: |
It's ML and tlam's show on the mod now... looking great on my computer. :salute:
I need to get a HD enclosure to recover some doctrines and I can start working again on some advanced torpedo functions... I had them ALL done... I wonder where they are... I can't seem to find them online... looks like all the host took them down. If anyone happens to have saved all DW stuff from the past and happened to download the file that is supposed to be in this thread, please PM me!!! :woot: http://www.commanders-academy.com/fo...ead.php?t=7295 |
ML,
Thanks for the whole thing!!! LWAMI4 with advanced torpedo mod... I have all the doctrines done from 2006, just need to update the database. Unique controls for all torpedoes, here is the thread with the instructions to all of them!!! http://www.subsim.com/radioroom/show...t=94688&page=2 Oh, I almost forgot... we have advanced physics in this mod as well... so there will be range vs. speed factors for all weapons, as well as depth vs. range/speed for chemical torpedoes, electrics do not experience this curve. SO much in this mod already done that never got implemented! The instructions start at post 21... all listed features are actually in the doctrines and were working as of the summer of 2006. :) |
Speed/range stuff, huh?
Hey, you don't think it might be possible to apply some of that to variable-speed missiles by any chance? Right now the sim bases shutdown range off runtime and I haven't found a way around that. |
The fuel equations were done by Amizaur AGES ago... and I think they are specific to torpedoes.
The way we do it is to remove the sim calcs from the shutdown and give the weapons "unlimited" database range and then calculate everything in the doctrine and call a shutdown command. I do not see why something similar cannot be done for missiles. :arrgh!: |
And there is wirebreaks, variable spoofing logic, underkeel detonations, multiple search modes... in the mod too... :shucks:
; **** WireBreak Mod Core **** IF NEWTRACK AND ( LaunchingPlatform == 0 ) AND ( TgtSource $= "Visual" ) AND ( TgtClass $= "SUB" ) AND ( TgtRng <= 300 ) AND ( TgtID $= "FRIEND" ) THEN { SETTACTIC "WireWatchADCAP" LaunchingPlatform = 1 Debugout "Initializing Wire Monitor" ; } ELSEIF NEWTRACK AND ( TgtSource $= "Visual" ) AND ( TgtRng > 8000 ) THEN { ; SETTACTIC "WireDrop" ; Debugout "WireDrop Monitor Engaged" } ELSEIF NEWTRACK AND ( TgtSource $= "Visual" ) THEN { Drop } ENDIF IF ( Truerun > TorpWireLength ) THEN { IF ( WireBroken == 0 ) THEN { WireBroken = 1 Course = PreenableCourse DebugOut "Guidance wire limit exceeded, wire is broken" } ENDIF } ENDIF IF ( WireBroken == 0 ) THEN { Course = PreenableCourse SensorEnable "WireWatch" ON } ELSE { SensorEnable "WireWatch" OFF } ENDIF ; SensorEnable "WireWatch" ON IF ( RunToEnableValue > 1 ) THEN { TrueEnableRun = RunToEnableValue } ENDIF |
All times are GMT -5. The time now is 08: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.