Space Engineers

Space Engineers

Automated Inventory Sorting
正在显示第 71 - 80 项,共 94 项条目
< 1 ... 6  7  8  9  10 >
更新于:2014 年 10 月 10 日 上午 8:40

- Another small performance fix

更新于:2014 年 10 月 10 日 上午 6:58

- Small fix for performance again

更新于:2014 年 10 月 9 日 下午 11:36

- Quick update to fix max components in a sort item.

更新于:2014 年 10 月 9 日 下午 11:27

- Added the ability to use the Split operator. This allows you to split items between other blocks that are also marked with the Split operator.
- Added the ability to use the Priority operator. This allows you to set priority of blocks to be higher than other blocks. Higher priority blocks will pull from any block with lower priority than itself, even if that block is marked to pull the same items. Blocks with no priority are considered to have the lowest priority. 1 is the highest priority.
- Added the ability to combine multiple operators and use them at the same time. So you can use Split, Priority and MaxCount all together. For example: [Component:Split:P10:10000] will split components with other priority 10 blocks, and only pull until it has 10000 of each component.
- Implemented some performance fixes that should basically hide or mask any sort intermittent lag that people are experiencing as a result of a sort pass. Please report if this is causing issues though.

更新于:2014 年 10 月 8 日 上午 1:02

- Added the ability to pull INTO assemblers and refineries. In order for inventory to not bounce around, please remove them from the conveyor system by clicking on the button in the GUI that says, "Use Conveyor System" "Off". The mod will ignore conveyor disable on refinery and assemblers because of this, so that it can override the default sort.
- Added the ability to set a max amount of items on a sort. The format is Item:MaxAmount, for example [SteelPlate:10000] will only pull 10000 steel plates. Please note this works for wildcard items, and gives a max amount for each item in the wildcard, not total.
- Added the ability to ignore certain items. The format is Item:Ignore. For example [Component,SteelPlate:Ignore] will pull every building component EXCEPT SteelPlate.
- Fixed some performance issues

更新于:2014 年 10 月 6 日 下午 8:40

- Changed update time from 1 second to 2
- Removed a few O(n) situations

更新于:2014 年 10 月 6 日 下午 1:33

- Trying to track down a performance bug.

更新于:2014 年 10 月 6 日 上午 11:36

更新于:2014 年 10 月 6 日 上午 11:08

更新于:2014 年 10 月 6 日 上午 10:43

- Changed how inventory is moved. This may help improve sorting of modded components.
- Added debug mode to track down performance issues.