Barotrauma

Barotrauma

評價次數不足
ARC Startup Meltdown Begone
   
獎勵
加入最愛
已加入最愛
移除最愛
檔案大小
發佈於
更新時間
3.110 KB
1 月 30 日 下午 11:26
6 月 4 日 下午 1:33
8 項更新註記 (檢視)

訂閱以下載
ARC Startup Meltdown Begone

描述
THIS MOD REQUIRES Lua for Barotrauma AND CSharp Scripting TO BE ENABLED!
Required on both sides. You could technically run it serverside only, but the desync is so bad that I had to enforce it.

Dirty fix (it disables the Winter fix whenever the Reactor's automatic control is set to Manual) for an oversight that makes reactors self-adjust themselves during the startup to prevent overvoltage, which should not happen when the reactor is set to Manual. This causes reactors controlled by various circuits (especially the ones based on 100 turbine rate principle) to reach meltdown and quite possibly excess overvoltage, which can damage Junction Boxes.

Related to this issue - https://github.com/FakeFishGames/Barotrauma/discussions/15585



Mod developers: I really hope none of you use Automatic reactor control to adjust the reactor 50x times as fast as normal Automatic (speed of 100), as this patch effectively ignores any method call of UpdateAutoTemp that is this fast whenever Automatic is enabled. Any other value is fine, as long as it's not 100, since making a transpiler patch for Update method would take too long. Funnily enough, this uses transpiler patches, but only for modifying PowerUpImmediately's reaction speed - from 100, to 99.
1 則留言
Pee Warmer  [作者] 9 月 17 日 上午 1:55 
Big win recently - we might get the thing on the next update (not Autumn update) as finally someone reviewed the ticket and made a commit supposedly fixing the issue.