Klarkxy-IntelligentTransport icon

IntelligentTransport

Make the transports more smart.

Last updated a year ago
Total downloads 9885
Total rating 4 
Categories Logistics
Dependency string Klarkxy-IntelligentTransport-1.0.2
Dependants 0 other packages depend on this package

This mod requires the following mods to function

xiaoye97-BepInEx-5.4.17 icon
xiaoye97-BepInEx

BepInEx5.4.17 mod plugin framework, Mod框架

Preferred version: 5.4.17

README

智能物流计划(IntelligentTransport)

稍微优化一点原本惨不忍睹的物流逻辑。 也许,变得更糟? Slightly optimize the logistics logic that was originally terrible. Maybe it gets worse?

前置插件(Front Modules)

实现逻辑(Implementation Logic)

试图把货物送往最近的物流塔,而不是送往最先插下去的物流塔。 Try to send the goods to the nearest logistics tower instead of the one that is created first.

本地物流

本地物流会根据两个物流塔之间的直线距离(理论上应该用球面距离)进行判定,优先送往就近的物流塔。 Local logistics will be judged according to the straight-line distance between the two logistics towers (theoretically the spherical distance should be used) and will be sent to the nearest logistics tower first.

星际物流

星际物流会根据所在星系恒星的位置距离进行判定,优先送往就近的恒星系(本星系为最优先)。 Remote logistics will be determined according to the position distance of the star in the galaxy, and the priority will be sent to the nearest star system (the local galaxy is the highest priority).

使用效果(Effects)

本地物流(Local Transport)

使用前(Before Use)

使用后(After Use)

星际物流(Remote Transport)

使用前(Before Use)

使用后(After Use)

版本(Version)

v1.0.0

重构物流运输逻辑。大大降低了排序的计算量。 Reconstruct the logic of logistics and transportation.

v0.1.1

完善README,增加英文说明。 Improve the README and add English descriptions.

v0.1.0

打包上传 Package upload