Zum Inhalt springen
Riot-Bits

Riot-Bits

  • Heim
  • Nachricht
  • Führer
  • Videoanleitungen
  • Klebenotizzettel
  • Missbrauch melden
  • Suchformular umschalten

Barotrauma – Vanilla Reactor-Automatisierungshandbuch

Veröffentlicht am 08/30/2022 Von Afalin Keine Kommentare zu Barotrauma – Vanilla Reactor-Automatisierungshandbuch
  • Titel: Barotrauma
  • Veröffentlichungsdatum: Marsch 13, 2023
  • Entwickler: FakeFish, Undertow-Spiele
  • Herausgeber: Daedalische Unterhaltung

Improving on top of existing well-known reactor automation while not making it an hour-long component struggle.
Bonus! My rig for comparative reactor automation tests is in the workshop.

Reactor basics

Du hast 2 sub-systems in reactor – heat generation (fission) and energy production (turbine) that uses that heat.

Ideal reactor generates barely enough heat for the turbine to generate exact amount of power for the load the sub requires.

If heat generated is more than „barely enough“ you’ll waste fuel and in extreme case melt the reactor.

If power generated exceeds load you’ll damage electrical equipment of the ship.

There are cases where you would want to „waste fuel“ (depleted fuel rods production) or overload the grid (electrical skill training) but we won’t cover those right now.

Non-functional requirements – use as less resources (Komponenten) for the build and keep it as simple as possible.

Typical reactor automation approach

Reactor automation choice depends on the resource availability on the submarine.

1st variant and the most regular (Und, wohl, greater) is a 2-component rector.

It uses regex component to control input for reactor temperature and greater component for turbine output.

It is most „reactive“ variant as it only uses 0 Und 100 values to operate. So it oscillates both controls (fast) constantly and tends to bounce around ideal positions.

If only 1 component is available, automate fission rate first. It allows use of multiple rods without drawbacks and reactor overheating is way more annoying than turbine inefficiency.

Value for the temperature depends on the supply-demand of the sub, but I’d start with 3999, switching all the way to 4999 ggf.

Resource list: 2 Komponenten, 5 Drähte.

(I’m not the author of that approach, including just for reference)

Non-oscillating reactor automation

Alternative turbine control mode would be to follow precise load that sub demands.

Add a memory component with value maxReactorVoltage/100 and divide the load by that number. Reactor turbine slider should now always follow the middle of the green range.

So when grid does not experience major load spikes (d.h. sub is idle while the crew is away on a diving mission) the reactor will act like an ideal one.

Precision comes at a price – it adjusts the power output slower than what the reactor is capable of.

Reason behind it – turbine control has inertia – it adjusts slower the closer to the set value is.

On its own that method is worse for the sub than „greater component“ turbine control because of the damage to the electrical systems of the ship.

Turbine accelerator – better reactor automation

Add Turbine accelerator to combine the precision with reactiveness of the 2-component reactor.

(That’s my original contribution to the trauma-engineering community)

Add a „subtract“ and another regex components to the stew. They’ll bring the output in the desired area at max speed and leave the precise adjustment to existing setup.

It needs to be applied ON TOP and AFTER the precise controller because of how components are evaluated in current version of the game.

(laden – Leistung) -> regex (check capture group value tb) Ausdruck „^(?-?\D{2,})$“ -> turbine_in

It is up to 50% more efficient in controlling the turbine than precise control and does not oscillate under constant load.

Already a veteran trauma diver? Here’s all you need.

Add subtract and regex on top of MaxReactorPower-%-based turbine control.

laden – power -> regex ^(?-?\D{2,})$ -> turbine_in

Das ist alles, was wir heute dafür teilen Barotrauma Führung. Dieser Leitfaden wurde ursprünglich erstellt und geschrieben von Afalin. Für den Fall, dass wir diesen Leitfaden nicht aktualisieren können, Sie können das neueste Update finden, indem Sie diesem folgen Verknüpfung.

Wenn Sie der Meinung sind, dass der Inhalt dieser Website Ihre Rechte verletzt, einschließlich Ihrer geistigen Eigentumsrechte, Bitte kontaktieren Sie uns umgehend über unser Kontaktformular.
Führer Stichworte:Barotrauma

Beitrags-Navigation

Vorherigen Post: The Elder Scrolls II Daggerfall Early Starter Guide
Nächster Beitrag: So beheben Sie den Absturz der Rocket League, Absturz beim Start, und Einfrierprobleme

Schreibe einen Kommentar Antworten abbrechen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

  • Titel: Barotrauma
  • Veröffentlichungsdatum: Marsch 13, 2023
  • Entwickler: FakeFish, Undertow-Spiele
  • Herausgeber: Daedalische Unterhaltung

Haftungsausschluss

Alle zitierten Inhalte stammen aus den jeweiligen Quellen. Wenn Sie der Meinung sind, dass wir Ihre Inhalte ohne Erlaubnis verwendet haben, Stellen Sie sicher, dass Sie uns erreichen, wir werden es ernst nehmen.
  • Über uns
  • Kontaktiere uns
  • Datenschutz-Bestimmungen
  • Nutzungsbedingungen

Urheberrechte © © 2025 Riot-Bits.

Bereitgestellt von PressBook News WordPress-Theme