You are viewing a potentially older version of this package.
View all versions.
MixCargoController
自定义某条传送带上每种货物的最大数量,以此自动控制分拣器启停。Customize the maximum quantity of each type of cargo on a belt to automatically control the attached sorter.
| Date uploaded | a year ago |
| Version | 0.1.3 |
| Download link | jinxOAO-MixCargoController-0.1.3.zip |
| Downloads | 142 |
| Dependency string | jinxOAO-MixCargoController-0.1.3 |
This mod requires the following mods to function
xiaoye97-LDBTool
Library that allows mods to add and edit Proto data. Also allows you to see Proto data, config ID's of mod Protos and change localized strings
Preferred version: 3.0.1CommonAPI-CommonAPI
A modding library for Dyson Sphere Program. Currently is under development.
Preferred version: 1.6.5README
Mix Cargo Controller 混带控制器
- This mod can limit the maximum quantity of various cargos on a conveyor belt. When the set number of goods on a certain conveyor belt reaches the set limit, the sorter cannot place the goods on the conveyor belt, even if there are still empty spaces on the conveyor belt.
- 此mod可以限制一条传送带上各种货物的数量上限。当某条传送带上的某种设定的货物数达到设定的限制后,分拣器无法将该种货物放在传送带上,即使传送带仍然有空位。

How To Use 如何使用
- Click any belt to configure mixed cargo limitations for the entire belt path.
- 点击任意传送带来配置该条传送带上各种混带货物的数量限制。
- The mixing belt setting can only work properly when all the cargos on this belt are put in or taken out through the sorter, or when connecting other conveyor belt lines through direct conveyor belt integration. This mod will only limit and count the operation of the sorter and direct-connected belt line, and will not limit or count the direct in/out port. Do not link conveyor belts (that need control the cargos limitations) to logistics towers, storage tanks, splitter, and other direct in/out buildings' ports.
- 只有该条传送带的所有货物都是通过分拣器放入或取出时,或是通过直接的传送带并入方式连接其他传送带线路时,混带设置才能正常工作。此mod只会限制、统计分拣器或直连传送带线路的工作,不会限制或统计直入直出接口。请勿将需要限制货物数量的传送带直接连接到物流塔、储液罐、四向分流器等直入直出建筑。
- The working logic of the conveyor belt which doesn't have any item configurations works the same as that of the vanilla conveyor belt.
- 不设置任何物品限制时,传送带与原版传送带工作逻辑相同。
Existing issues 现存问题
- Copy and paste won't copy the mix cargo limiation configurations.
- 复制粘贴目前无法复制混带设置。
- Blueprint won't record the mix cargo limitation configurations.
- 蓝图不会记录混带设置。
- The compatibility with Weaver and SampleAndHoldSim is not tested.
- 与Weaver和SampleAndHoldSim的兼容性尚未经过测试。
- Some of the existing issues might be solved in the future updates.
- 部分现存问题可能在未来被解决。
CHANGELOG
Change log
1.0.3:
- Update for DSP game version V0.10.34.28392.
- 更新以适配游戏版本V0.10.34.28392。
1.0.2:
- Update for DSP game version V0.10.33.26934.
- 更新以适配游戏版本V0.10.33.26934。
1.0.0 & 1.0.1:
- Support copying and pasting. The mix-cargo configurations can be saved in blueprints.
- 支持复制与粘贴功能,并且混带信息现在可以被保存在蓝图中。
0.1.3:
- Fixed a bug where fill the path button would make the total limit to exceed the conveyor belt's cargo capacity.
- 修复一个填满线路按钮会导致限制总和超出传送带承载上限的bug。
0.1.2:
- Add a scaling button to adjust the quantity limit of all cargos, making full use of the entire belt path.
- 添加按比例缩放按钮,一键修改所有货物的数量限制,来充分利用整个传送带线路。
0.1.1:
- Support merging control between different conveyor belt paths.
- 支持传送带之间的并带控制。
0.1.0:
- Initial release.
- 发布。