
AssemblerVerticalConstruction
Allow Assembler Vertical Construction.AssemblerVerticalConstruction
允许制造台、熔炉、化工厂等生产建筑像研究站一样进行垂直建造。
Allows assemblers, smelters, chemical plants, and other production buildings to be constructed vertically, similar to Matrix Labs.
Originally released by FYJ95 here.
組立機、製錬所、化学プラントなどのアセンブラがマトリックスラボのように垂直に建設できるようになります。
Changelog / 更新日志
v1.1.12
- 修复部分情况下堆叠生产建筑无法正常传输物品的问题,支持自定义最大堆叠层数,并新增 Mod 兼容接口及 FE 2.3+ 自动适配。
- Fixed stacked item-transfer issues, added configurable maximum stack counts, and introduced a compatibility API with automatic FE 2.3+ support.
历史版本 / Previous versions
v1.1.11
- 修复多线程环境下拆除堆叠装配器时可能发生的
ArgumentNullException崩溃。 - Fixed an
ArgumentNullExceptioncrash that could occur when removing stacked assemblers in a multi-threaded environment.
v1.1.10
- 修复高速或高层堆叠时,上层产物无法及时向下转移的问题。
- Fixed an output-transfer bottleneck affecting high-speed or tall stacks.
v1.1.9
- 兼容 ProjectGenesis(创世之书),支持等离子熔炉垂直建造。
- Added ProjectGenesis compatibility and vertical construction support for the Plasma Furnace.
v1.1.8
- 修复与 SampleAndHoldSim 等 Mod 同时使用时的兼容性问题,并增强异常数据处理。
- Fixed compatibility with mods such as SampleAndHoldSim and improved handling of abnormal assembler data.
v1.1.7
- 修复增产剂传递和物品数量问题,并同步堆叠建筑与蓝图的增产/加速模式。
- Fixed proliferator transfer and item-count issues, and synchronized Productivity/Acceleration modes across stacks and blueprints.
v1.1.6
- 适配游戏版本 v0.10.34.28281,支持垂直建造与蓝图的增产剂同步,并修复多线程版本。
- Added compatibility with game version v0.10.34.28281, proliferator synchronization, and multi-threading fixes.
Configuration / 配置
首次启动后,配置文件会生成在 BepInEx/config/lltcggie.DSP.plugin.AssemblerVerticalConstruction.cfg。修改后需要重启游戏。
After the first launch, the configuration file is generated at BepInEx/config/lltcggie.DSP.plugin.AssemblerVerticalConstruction.cfg. Restart the game after making changes.
| 配置项 / Key | 中文说明 | English description | 默认值 / Default | 范围 / Range |
|---|---|---|---|---|
AssemblerMaxStackCount |
制造台最大堆叠层数 | Maximum assembler stack count | 12 | 2–32 |
SmelterMaxStackCount |
熔炉最大堆叠层数 | Maximum smelter stack count | 14 | 2–32 |
ChemicalPlantMaxStackCount |
化工厂最大堆叠层数 | Maximum chemical plant stack count | 9 | 2–32 |
OilRefineryMaxStackCount |
原油精炼厂最大堆叠层数 | Maximum oil refinery stack count | 5 | 2–32 |
ParticleColliderMaxStackCount |
微型粒子对撞机最大堆叠层数 | Maximum miniature particle collider stack count | 4 | 2–32 |
配置值表示完成最高级垂直建造科技后的允许上限,并不保证一定能达到。实际层数还受游戏建造范围和建筑自身高度限制;例如微型粒子对撞机层高较大,配置为 6 时,游戏中可能仍只能建造 5 层。
The configured value is an allowed upper limit after unlocking the highest vertical construction technology level, not a guaranteed reachable height. The actual stack count is also limited by the game's construction range and the building's own height; for example, a miniature particle collider configured to 6 may still stop at 5 layers.