Efficient Automatic Reactor Controller in Barotrauma

Поділитися
Вставка
  • Опубліковано 23 вер 2024

КОМЕНТАРІ • 148

  • @jagerwolf5821
    @jagerwolf5821 5 місяців тому +31

    One simple trick is to wire the raector meltown alarm to the door, so when the alarm turns on the door of the reactor room will close and won't open

  • @A_R10.
    @A_R10. Рік тому +107

    I used the old video on orca 2, my engineer friend kept freaking out every time the reactor made the meltdown noise and stopped. This new video should help me calm him down in our campaign.

    • @ptrd4111
      @ptrd4111 Рік тому +2

      Now where's the fun in that?

    • @DrexSux
      @DrexSux 6 місяців тому +2

      Gotta put that man on hull duty, engineers gotta be cool as cool whip when the reactor's running hot

  • @foxtrotgaming4684
    @foxtrotgaming4684 11 місяців тому +101

    Tried this, reactor instantly burst into flames which spread through the entire ship and burnt me to death. 10/10 would try again.

    • @overheat97
      @overheat97 2 місяці тому

      yeah that happened to me too

  • @lennic
    @lennic Рік тому +51

    simple & to the point as always

  • @deathbunny7572
    @deathbunny7572 Рік тому +15

    Thx this has helped a lot, I no longer have power outages and I can use less thorium (my reactor needs at least one thorium rod or else when it gets wet the whole thing dies)!

  • @MCG55SS
    @MCG55SS 4 місяці тому +2

    Did this today in our groups playthrough....worked like a charm.

  • @Tuga.28
    @Tuga.28 Рік тому +15

    Hey ironic and dead please make a tutorial on how to wire things like a silent mode, ballast flora mode, overcharge... It would be really helpful as i cant find guides of it anywhere

  • @DeepProbe
    @DeepProbe Рік тому +26

    1'st memory component value visual control: If reactor "load" pointer attempting to stay in the center of green zone - your current value is perfectly OK, hands off from this memory cell.
    If you see pointer leaning sideways - it's time to play a doctor... oh, I mean, an engeneer...
    Also, should be mentioned, that if you in one single moment pushed whole bucket of rods into reactor - you must help to the system with sliders to reach new equilibrium faster. (unless you like runing with fire extinguisher, ofc)

  • @mikeez4013
    @mikeez4013 Рік тому +4

    Wow new video after a month. Nice to see you back

  • @thepinkpyjama
    @thepinkpyjama Рік тому +10

    Thanks, we all know I'll be revisiting it every few days after I forget how to build it :D
    Think you could make a short with the instructions on how to build it real quick?

    • @thepinkpyjama
      @thepinkpyjama Рік тому +2

      Neeevermind how about 3 lol, didn't realise there were multiple

  • @wozwaldo6032
    @wozwaldo6032 Рік тому +8

    Finally an updated version

  • @drachenkeks42
    @drachenkeks42 5 місяців тому +2

    safed my day, good tutorial. Also made me understand Wiring better

  • @CloneClown
    @CloneClown 9 місяців тому +4

    tried that on Barsuk, sec memory component works better at 120 for me instead of 75( i think, correct me if i am wrong)

  • @killingtimeitself
    @killingtimeitself Рік тому +6

    for auto reactor management i like to use a greater than and mem component to set a maximum operating temperature, which when exceeded forces fission to 0 until it cools down again, it integrates really well with my reactor control circuitry because of how i have it wired but it may not for you. Its not hard to add though.

    • @codeender5980
      @codeender5980 Рік тому

      I just rigged a watercooling system because if the reactor is heating up like that chances are i need that power right now

    • @killingtimeitself
      @killingtimeitself Рік тому

      @@codeender5980 well no, you see the thing is, the power production is independent to the temperature, and the temperature only modulates roughly around where you set it, so the turbine will keep running, cuz it cools the reactor by producing power obviously, so no issues there, and afaik there is no form of watercooling jank you can do in barotrauma aside from manually increasing and decreasing reactor pressure.

    • @codeender5980
      @codeender5980 Рік тому

      @@killingtimeitself ik the temp doesnt produce power, but setting the fission to 0 to lower the temperature temporarily stops the power output iirc. High temp will damage the reactor, but it costs me nothing to repair it and watercooling prevents anything else from catching fire

    • @killingtimeitself
      @killingtimeitself Рік тому +1

      @@codeender5980 lowering fission only lowers power output if the temperature falls below the power production point and where the turbine is set in relation, i.e. just temperature. If you never go below it you never lose power.

    • @codeender5980
      @codeender5980 Рік тому

      @@killingtimeitself didn't know that, I'll change my design. Thanks!

  • @spork339
    @spork339 9 місяців тому +5

    Hey I noticed you didn’t show what values you used in the multiply component are they also just 100 and 0?

    • @IronicandDead
      @IronicandDead  9 місяців тому +3

      correct, but also there is no need to change the min and max clamp there, as it's a combination of the previous two values that have already been min and maxed clamped

    • @spork339
      @spork339 9 місяців тому +1

      @@IronicandDead thank you. subbed for helpful and quick reply. Just got into wiring in baro. It’s pretty complex compared to most games

  • @chaz_206
    @chaz_206 Рік тому +3

    Hey man, I love your vids and tiktoks and watch them all the time. What are your thoughts on the new storage patch with them removing storage containers?

  • @R4d6
    @R4d6 10 місяців тому +2

    Question : Since the reactor's inputs automatically clamp the values (So if you set it to 150 fusion rate, it's gonna stop at 100), isn't there a way to save on component by just not clamping the dividers?
    I know that before the Circuit Reactor Controllers speed nerf, I managed to do a bang-bang controller with only a Greater Than and a Divide circuit :
    - Reactor's Load Value Out goes to Greater's 1st Input
    - Power Value Out goes to Greater's 2nd Input
    - The Greater's Output (Set to 7500 if true & 0 if false) goes to Set Turbine Output and Divide's 1st Input
    - Reactor's Fuel Out goes to the Divide's 2nd input.
    - The Divide's output goes to the reactor's Set Fission Rate
    It used to be the 4C CRC on the Magic Reactor Controller workshop page, but I realized I could halve the number of component by having the Greater Than output 7500, instead of having the Divide's divide the Fuel Out by 75, then multiply it by 100 (From the Greater Than), and then dividing that 7500 directly by Fuel Out.

  • @deejayxcrypt
    @deejayxcrypt Рік тому +1

    Been trying to make this work in a friends modded server Python. No luck. The mods change the submarine upgrades…
    Barely able to set the fission and turbine needles to stay in the middle and work with a single *uranium fuel rod*

  • @Makaroff105
    @Makaroff105 Рік тому +1

    Thx u very much, ima engi main and this will be very useful for me❤

  • @itymona5817
    @itymona5817 11 місяців тому +3

    Hey, I 've recently tried to set up this controler on one of my Orca 2 campaigns, turbine output works just fine but the Fission rate slowly increases to the max, any idea what could be wrong with my set up for it to not adjust?

  • @Vini-of8kw
    @Vini-of8kw 2 дні тому

    I didn't understand very well this second part: the efficient reactor controller. What is it doing to the reactor? Can I just turn off his automatic controlling?

    • @IronicandDead
      @IronicandDead  2 дні тому

      you can turn off the automatic controlling. it basically takes it over more efficiently for 4 rods.

  • @FrankUnterholzner
    @FrankUnterholzner 4 місяці тому +3

    What do i set the multiply component to?

  • @pau13zbak
    @pau13zbak Рік тому +2

    Awesome stuff mate!

  • @soldier22881
    @soldier22881 7 місяців тому +1

    Thanks!

  • @slumpbumpkin4675
    @slumpbumpkin4675 10 місяців тому +2

    Hello, im pretty new to playing the Engineer and have implemented this design on our Orca 2, i got the output value and accounted for buzzin' yet the power frequently goes out for a few seconds when we move the ship. Im wondering if this is common or i just missed something?

    • @grandfremdling3841
      @grandfremdling3841 8 місяців тому

      We have the same issues with our orca2. Maybe it's because the generator is on its limit.
      Don't know. We'll automate the batteries for that.

  • @thesascuaci3826
    @thesascuaci3826 Рік тому +1

    Not really working on my dugong? I don't exactly understand why. I checked twice to be absolutely sure that i respected the video. Trying to power on the reactor results in a scram. Does the clamp of the multiply component stay unchanged? I changed the max to 100 and min to 0 and it started, but the temp is low

    • @IronicandDead
      @IronicandDead  Рік тому

      Just tested on the Dugong, all working fine. Make sure the bottom memory component is set to 30 for the Dugong, without peoples talents or upgrades. and the top is set to 75.

    • @thesascuaci3826
      @thesascuaci3826 Рік тому

      @@IronicandDead managed to make it work. I've set the memory component to 30.9 due to the upgrade. My only concern is the low temp that makes the sub have insufficient power for a couple of seconds.

    • @IronicandDead
      @IronicandDead  Рік тому +2

      @@thesascuaci3826 that should disappear when you start using systems. glad you got it all working

    • @crataclysme1139
      @crataclysme1139 Рік тому

      @@IronicandDead Hello, I have just started the game as an engineer, thank you for your videos! What are systems exactly?

  • @Urkikk
    @Urkikk Рік тому +3

    Some may not know, but it's possible to put 4 of any fuel rods into reactor without overheating it, without using any wiring and components.
    Just manually adjust the heat (fission rate) first until it stable before turning automatic on, and that is. it will last until all the fuel ran out which is very long because it's 4 rods. I do this everytime at the beginning of campaign, start with any starter sub, put 3 more fuel rods, and stablized the heat, turn auto, work on every sub, no additional cost required.

  • @coffeeisthepathtovictory1290
    @coffeeisthepathtovictory1290 2 місяці тому

    Man this is complex. But fun!

  • @Deathmaker-zm9ik
    @Deathmaker-zm9ik 2 місяці тому

    I follow this to the letter in the Winterhalter, and for some reason it sets the turbine output and the fission rate to Zero every time, I have no idea whats going on.

  • @emirclement352
    @emirclement352 4 місяці тому

    Why does my reactor always goes into meltdown and into fire every time the mission starts. I always need to put the fire out in the beginning of a mission and its so tiring.

  • @luffy3862
    @luffy3862 2 місяці тому +2

    my engine wont turn on now

  • @sigurdeliasskogvoll6180
    @sigurdeliasskogvoll6180 Рік тому +3

    is there any benefit to using this as opposed to the two-component solution you’ve provided in previous videos?

    • @IronicandDead
      @IronicandDead  Рік тому +5

      more efficient, faster to react and wont cause a meltdown alarm buzz every 30 seconds that u get with the bang bang

  • @Dragon832-zi1ec
    @Dragon832-zi1ec Рік тому +5

    hello Ironic and Dead. Also, first.

  • @nvmu9944
    @nvmu9944 7 місяців тому +1

    Does the placement of components matter even if the wiring is done correctly?

    • @IronicandDead
      @IronicandDead  7 місяців тому +1

      nope, you can put them anywhere

    • @nvmu9944
      @nvmu9944 7 місяців тому

      @@IronicandDead Thanks!

  • @LemonsO7
    @LemonsO7 Місяць тому

    man i'm just trying to hook up some lights stupid relay component not working.

  • @Boamere
    @Boamere Рік тому +1

    Thanks bruddah

  • @Kakejonny
    @Kakejonny Місяць тому

    it worked just fine on the orca, but orca 2 does not want to work with this recipe, just starts burning

    • @IronicandDead
      @IronicandDead  Місяць тому

      May need to modify the divide component, as the Orca 2 has a different reactor output + remember any talent points you have.

  • @Simple_MATZ
    @Simple_MATZ 7 місяців тому

    @IronicandDead this tip don´t work, goes instantly into meltdown and overheats when u put in all the fuelrods. idk mabye I'm doing sth wrong, but I'm sertain I followed the vid 1:1.

  • @surg23
    @surg23 11 місяців тому

    Great stuff. Very clever. Thank you!

  • @ecoharbor1558
    @ecoharbor1558 7 днів тому

    Hello, i know this is kinda old but i followed the guide and the fission rate is the lowest it can be (left yellow). Is that normal? I have 4 rods in.

    • @IronicandDead
      @IronicandDead  6 днів тому +1

      Old, but still works. That sounds ok, basically it will scale based on your consumption. Try running the fabricator, engine and deconstructor all at the same time and see what it does (It should just bump up a bit more). hope it helps

    • @ecoharbor1558
      @ecoharbor1558 6 днів тому +1

      @@IronicandDead thank you very much, I’ll try again when I’m off work

  • @wilsont2377
    @wilsont2377 4 місяці тому

    alright so I tried this build today on Azimuth.
    after done I only put 2 fuel rods the thing is every hard maneuver make sub gone low power temporary for some reason.
    do I need to setup 4 fuel rod? assuming I used 4 fuel rods doesn't make 4 fuels decrease slower?

  • @MrLister3000
    @MrLister3000 10 місяців тому

    I did this, it works fine with 1 rod but blows up with any more, any ideas what I may of done wrong?

  • @mcbeer8965
    @mcbeer8965 9 місяців тому +1

    So i followed your video. Triple checked all of my connections. I use a mod that increase upgrades so i accounted for the extra power output. When i turn it off manual power output goes to zero and im dead in the water. Seems to work with i have automatic on though. Not really sure whats going.
    EDIT: It would seem i connected what was supposed to be on fuel out to the wrong thing.
    EDIT2: So i have it running seemingly the correct way. everything is stable, generally. I am running into problems where i have short bursts of not enough power. Is there a way to correct that? I manage it with my battery array for now.

    • @metalslug2776
      @metalslug2776 9 місяців тому

      Its probably a mod thing considering that Im having similar problems in my modded run. Except its that the controler works but can only handle 1 rod.

    • @mcbeer8965
      @mcbeer8965 9 місяців тому

      @@metalslug2776 I've used this build twice now. Works super well. After some tinkering I had it working.

  • @myav6691
    @myav6691 9 місяців тому

    where is video example how this works on practice?
    as example, when people change engine speed from 0% to 100%, how this automatic works.

  • @McFearsome2
    @McFearsome2 Рік тому

    What are the values I need to set the Multiply Component? The video doesn't say, and for some reason the video is edited to zoom in at the only time the component is on screen resulting in it being cropped.

    • @IronicandDead
      @IronicandDead  Рік тому +1

      nothing, they don't need to be touched.

    • @McFearsome2
      @McFearsome2 Рік тому

      @@IronicandDead Sure? because it defaults to 99999999.9 and that seems like a hell of a number to multiply something by.

    • @IronicandDead
      @IronicandDead  Рік тому +1

      @@McFearsome2 Positive, those values are the min and max clamp values, they don't have an output effect. i.e they are not used as part of the multiplication equation

  • @Sindalis
    @Sindalis Місяць тому

    do you leave the multiply component on default values?

  • @v.nikers9978
    @v.nikers9978 Рік тому +2

    3:01 yes. i was the one who blew up your reactor 🗿

  • @bootyhole3534
    @bootyhole3534 Рік тому +1

    Something is wrong here. I saw another video where its the same setup, but the wiring was a bit different. memory 2 output was connected to the multiplier input 2. and the output of multiplier was connected to division 2 input signal 1. and the output for division 2 was connected to set fission rate. Also on the wiki, i looked at typhon 1 max power output says 5000. but when you click on the sub's page, it says that the max output is 4,500. the max upgrade adds 6% to the max power. so either memory 1 value is either 53 or 47.7 including the max upgrade and without buzzing. It doesnt work as well as you said it will. power flickers out. the temp is low on the typhon and i have to resort to automatic control until i can find consistent information on a reactor controller.

    • @VisibleNoises
      @VisibleNoises Рік тому

      You can set the fission rate from either multiplier or divide block depending on which one is done 2nd (doesn't matter order since you can do multiplication/division in any order).

  • @overheat97
    @overheat97 2 місяці тому

    Step 1: Do this
    Step 2: Reactor in flames
    Step 3: Captains dead
    Step 4: Try again
    Step 5: Everyones dead
    I love being a mechanic

  • @johnshepard7630
    @johnshepard7630 3 місяці тому

    IN the efficient set up what do I do with the multiply component. What numbers to set it up as?
    Multiply component max clamp and min clamp are all 99999 or -99999 timeframe 0

    • @IronicandDead
      @IronicandDead  3 місяці тому

      you can leave it, as long as the divides are set, the multiply doesn't matter.

    • @gameplays2149
      @gameplays2149 2 місяці тому

      nothing, the clamp values for the other 2 incoming components mean that you don't need to set them. However if you really want to 100 max and 0 min, but won't do anything.

  • @MyNameIsSt3ve
    @MyNameIsSt3ve 4 місяці тому

    Hi, I tried this for the reactor on my Dugong. After connecting everything up and placing four fuel rods inside to test, it catches fire immediately. My memory component is set to the correct power output for the Dugong (30). Not sure what I’m doing wrong.

    • @IronicandDead
      @IronicandDead  4 місяці тому

      Yea not to worry, takes some time to get it all right. It would catch fire immediately if you look at the output it goes way beyond for a few seconds while it tries to adjust, just keep a fire extinguisher on it for a 10-15 seconds as it adjusts.

    • @surmur
      @surmur Місяць тому

      If I put in more than 1 rod, the bot that keeps reactor on throws them out :/

  • @marwanwalidols94
    @marwanwalidols94 Рік тому +1

    Subscribed

  • @tycoxo
    @tycoxo Рік тому

    My ship is still having trouble keeping up with sudden changes in power usage, like when load spikes from 3000 to 5000kw it still has to slowly increase reactor output which results in a lot of brief power outages. Is there something I can do to make it adjust the reactor settings faster, or make the sudden changes in load less impactful?

    • @Seraphiee
      @Seraphiee 11 місяців тому

      Use batteries as a buffer, that should prolong the lifetime of your junction boxes as well.

  • @entopy5205
    @entopy5205 4 місяці тому

    what are the values you in put into the multipy component? ive watched over a few times and you never specified what they were

    • @IronicandDead
      @IronicandDead  4 місяці тому

      nothing, the clamp values for the other 2 incoming components mean that you don't need to set them. However if you really want to 100 max and 0 min, but won't do anything.

    • @HandsomeGamerGuy
      @HandsomeGamerGuy 3 місяці тому

      @@IronicandDead Thanks for writing that in a Comment.
      Kinda thought i messed up and forgot to set that one, haha.

  • @ingohregg688
    @ingohregg688 Рік тому

    could you explain how to find custom ships starting output pretty please?

    • @IronicandDead
      @IronicandDead  Рік тому +1

      You will need to install the mod which is the custom sub, then in the sub editor, look at the reactor.

  • @Dima532-l2s
    @Dima532-l2s 7 місяців тому

    I'm trying to understand. Why 75 tho? How this number even connected to fuel?

    • @zhouwu9997
      @zhouwu9997 5 місяців тому

      It's just a universal constant about the reactor, maybe found by someone through trials and errors a long time ago.

  • @surg23
    @surg23 11 місяців тому

    Hey, sorry to be a pest but for some reason it won't work outside of the sub editor. I have Mem 1 at 75 and Mem 2 at 58.75 (engine 5000kw 17.5% from engineer talent) so 5875kw divided by 100) I just can't get the engine running lol. The sub has no upgrades yet.

    • @surg23
      @surg23 11 місяців тому +1

      Well I'm a bit of an idiot. I confused the engine power with reactor power. Though even with the +10% factored in it won't work. Tried 50, 55, 60 mem but no go. :( In the editor it works easily both manual and auto modes. Wonder what the problem is.

    • @surg23
      @surg23 11 місяців тому

      Curiously, since I've bought the ship (my ship) first ever purchase, and managing to get the engine running only on auto, it uses no fuel at all... I've been sitting at the dock where I bought it for hours with a load of 700kw and the fuel cells are still 100%. In the editor everything worked perfectly. This sucks lol.

  • @bulletsftw3655
    @bulletsftw3655 5 місяців тому

    What if its a custom ship like say the Medusa, how do you find the starting output then ?

    • @IronicandDead
      @IronicandDead  5 місяців тому +1

      You can do this by checking in the submarine editor by clicking on the reactor and finding the output value

  • @timmybean8898
    @timmybean8898 Рік тому

    just a quick one. I find my ship is running out of power when under load lasting only a few seconds but still having an impact on steering, etc. what would I need to adjust to prevent this? I believe the low temps play an issue but I don't know what to adjust to heat it up without it blowing.

    • @IronicandDead
      @IronicandDead  Рік тому

      if there is a battery toggle switch it on.

    • @timmybean8898
      @timmybean8898 Рік тому

      @@IronicandDead I don't know? It's the typhon 2 and I copied the tutorial 1 to 1 using the reactor output and increasing it by 1.09x because of the upgrade leaving it at 56.68

    • @IronicandDead
      @IronicandDead  Рік тому

      @@timmybean8898 Yep that should be working fine,do you have an engineer with talents as well?

    • @timmybean8898
      @timmybean8898 Рік тому

      @@IronicandDead I literally just leveled up to the talent and adjusted the original value by +19% but the issue persists. would adjusting this memory value to account for a slightly lower power output increase the running temperature? and also what is the 75 memory value for? I can't quite wrap my head around the circuit.

    • @turnpike9680
      @turnpike9680 8 місяців тому

      The 75 memory value is what adjusts the temperature. 75 keeps it as low/efficient as possible, but if you raise the number, it'll keep the temp higher. Supposedly, it's not bad to run the reactor at very low temperature so long as it doesn't bottom out.@@timmybean8898

  • @deepjoes1072
    @deepjoes1072 11 місяців тому

    Does this work with the curcuit box as well ? For some reason my reactor catches fire :(

    • @IronicandDead
      @IronicandDead  11 місяців тому

      It does, and remember to check the sub your reactor output, some of them changed with the recent release.

  • @024daehkcarc
    @024daehkcarc 10 місяців тому

    I made this auto controller on my sub, I know with 100% that its wired correctly, and all the component values are correct, but occasionally it starts the alarm for a meltdown and sometimes catches on fire. Is there any way to prevent this?

    • @DixtBw
      @DixtBw Місяць тому

      I build this and all work correct.
      Idk whats problem.

  • @SkylerLinux
    @SkylerLinux 4 місяці тому

    Where does the magic number 75 come from?

    • @IronicandDead
      @IronicandDead  4 місяці тому

      4 fuels rods in the reactor, 3 = 50, 2 =25 and 1 you don't need.

  • @MrJiramaru
    @MrJiramaru Рік тому +1

    Nice

  • @pyro197
    @pyro197 10 місяців тому

    How do I get the base value for a custom made submarine? I'm currently making a huge submarine called the "Marigold" and I'm trying to implement this hyper efficient reactor. Could anyone help me out?

    • @grandfremdling3841
      @grandfremdling3841 9 місяців тому

      If you build an own ship, you can change all values in the designer.

    • @ptrd4111
      @ptrd4111 8 місяців тому

      Just click on the reactor for the ship, you can see the value from there. You can also edit this value to anything you want. I believe the stock value for the small reactor is 5000 and the large reactor is 20000.

  • @JuanRz105
    @JuanRz105 Рік тому +1

    Do you change the values of the multiply component aswell or do you leave it default?

  • @thevocatiousunspeakables709

    Just curious: how does this match up to the 2-component Regex controller?

    • @IronicandDead
      @IronicandDead  Рік тому +1

      more efficient, and can deal with spikes better, tbh there is a 7 component which is one of the best to deal with spikes the best, but didn't want to include it to avoid complexity creep

    • @davees987
      @davees987 8 місяців тому +1

      Can you share this 7-component design somewhere?@@IronicandDead

    • @doggy101
      @doggy101 2 місяці тому

      @@IronicandDead I want this 7 component one too, Any way you can share it?

  • @gotdaam6932
    @gotdaam6932 5 місяців тому

    do you change the value of the multiplier?

  • @bobbles3301
    @bobbles3301 Рік тому +1

    will this make the ship faster?

  • @molloch5682
    @molloch5682 3 місяці тому

    I think i get the first part... but secon part i dont get right in my head.
    Iam noob at Baro and also at english, keep that in mind if you reply to my comment :)
    Why adding more than 1 Fuel rod after the second part and do i understand correct that the second part makes the reactor work automaticly efficient without "autocontrol on" ?

    • @IronicandDead
      @IronicandDead  3 місяці тому

      No problem! The top memory component is set to 75. This is a divide component, it is set to 75 as there are 4 fuel rods. 25 for each fuel rod. so 1 fuel rod is 0, 2 fuel rods is 25, 3 fuel rods is 50 and 4 fuel rods is 75.
      Hope that helps

    • @molloch5682
      @molloch5682 3 місяці тому

      @@IronicandDead
      Yes thank you, this helped alot!
      I tested it out and it seems to work fine, thank you.
      there is only one thing, the reactor shows that it has danger low temperature and the needle of fisionrate is allways in red area, is this normal or did i do something wrong in the setup?
      Is it possible that i have to manage the needles of fission rate and turbine output in the green area before i install the setup with the components??

    • @IronicandDead
      @IronicandDead  3 місяці тому

      @@molloch5682 you will need to change the bottom memory component based on the skills, submarine and upgrades you have. play around with this number, you should get there.

  • @misskalkuliert3976
    @misskalkuliert3976 17 днів тому

    does this still work?

    • @IronicandDead
      @IronicandDead  17 днів тому

      Yep, its been used on all the speedrun attempts :D

  • @RuneofÓðinn
    @RuneofÓðinn 10 місяців тому +1

    DO NOT USE THIS FOR THE TRECHEROUS TIDES UPDATE

  • @fiolarek
    @fiolarek 6 місяців тому

    How can I calculate max output on my selfmade Submarine?

    • @Nakaradiel
      @Nakaradiel 6 місяців тому

      go in sandbox with a friend and move your ship (the ballast and the engine need to be working at full speed) and keep everything on and then you to your reactor to see what was the highest load (dont forget to empty the supercapacitor since you gonna be shooting at some point) also it help to have a batteries for your steering monitor so it doesnt flicker out of power and you should have ur max outpout

    • @Nakaradiel
      @Nakaradiel 6 місяців тому

      just dont forget its not a 1 to 1 load/outpout it still need time with the power spike just but its way better than the automatic control that takes forever to do anything

    • @fiolarek
      @fiolarek 5 місяців тому

      @@Nakaradiel thats a good idea but I found out you can actually just set the max output yourself

  • @surg23
    @surg23 10 місяців тому

    Well after getting past the whole realization that the engine is too retarded to update ship componentry before departure, I've come to realize another problem closely related to how badly the engine is coded. That is to say the controller is effectively useless for the first minute or so of the voyage as it takes that long for the engine to register crew talents with the ships systems. Another issue is that even with pin-point controller settings there are random intermittent hiccups. It's also quiet slow to adjust to load fluctuations. I wonder if there's an even better way to set it up.

  • @kevinsiegele2106
    @kevinsiegele2106 Рік тому

    I did this trick on our modded sub and did the correct calculation based off our reactor and did everything the same but it just stays at critically low temps all the time. Is that normal or is there some configurations I can change?

    • @IronicandDead
      @IronicandDead  Рік тому

      Sounds like a wire or value is misplaced, also by modded sub you just mean a custom made sub right? not additional mods that effect the core game mechanics?
      Also what is the base reactor temp of the modded sub?

    • @seijurohikko6382
      @seijurohikko6382 Рік тому

      @@IronicandDead Hello! I did the same thing, and my reactor is also in critical low heat. It is my 1st playthrough and i wanted to take it easy so i took a Camel. I did every value the same as you said in the video (i instead had put 52 instead of 35 from your video because the output of the camel's reactor is 5200), but i noticed on the multiply component the values are outside of the screen, and you never mentionned what to put inside. and based values are 999999 and -999999... should i use the obvious 100 and 0?
      As well, the 75 in the upper memory component, is it the same value tu use no matter wich submarine and reactor output is used? or is it some kind of special values, wich needs to be calculated arround the reactor output potential?

    • @Кирилл-с5л9г
      @Кирилл-с5л9г 9 місяців тому +1

      ​@@seijurohikko6382critical low heat is okay, you don't need a higher temperature to maintain adequate energy output. Also I think 75 should be more like 78.