hetima-ProductionLineCount icon

ProductionLineCount

Display how many facilities are operating on a single production line and maximum number that won't get stuck.

Last updated 2 years ago
Total downloads 3329
Total rating 0 
Categories Assembling Machines Info
Dependency string hetima-ProductionLineCount-1.1.1
Dependants 0 other packages depend on this package

README

ProductionLineCount

Mod for Dyson Sphere Program. Needs BepInEx.

This mod displays in a Assembler Window how many facilities are operating on a single production line and how many maximum can be installed without getting stuck. The targets are Assembler, Smelter, Chemical plant, Oil refinery and Miniature particle collider.

Calculated from the quantity of materials/products and the performance of the belt. If there is a grade, such as Assembler, each grade will be displayed separately.

Line 1 : Current number of installations. This applies to facilities connected to exactly the same belt.
Line 2 : Maximum number of possible installations without getting stuck. If the belt to be calculated is MK.I, it is marked with ".". MK.II will be marked with ":".
Line 3 : Maximum number considering input item stack.

The bottom part of the item icon displays the number of recipes required. The upper part displays the maximum number of individual item installations (x1 value without considering the number of stacks).


単一の生産ライン上に何台の施設が稼働しているのか、また最大何台まで詰まらせずに設置できるのかを施設のウィンドウ内に表示します。組立機、精錬所、化学プラント、精油所、小型粒子衝突型加速器が対象です。

素材/生成物の数量とベルトの性能から計算しています。組立機のようにグレードがあるものはそれぞれのグレードごとに表示します。

1行目 : 現在の設置数。同一のベルトに接続されている同一レシピの施設が対象です
2行目 : 素材/生成物が詰まらない最大の設置可能数。計算対象のベルトがMK.Iの場合は「.」、MK.IIの場合は「:」のマークが添えられます。
3行目 : 入力スタック数を考慮した最大値

アイテムアイコンの下部にレシピの必要数を表示します。上部にはアイテム単体の最大設置数を表示します(入力スタック数は考慮していないx1の値です)。

設置可能数は 直線ライン構築情報 - Dyson Sphere Program JP Wiki に記載されている内容と基本的に同一です。

Release Notes

v1.1.1

  • Display the maximum number of individual item installations

v1.1.0

  • Add maximum value considering item stack

v1.0.2

  • Fixed interference with copy recipe button

v1.0.1

  • fix wrong calculation for Magnet

v1.0.0

  • Initial Release