ARK: Survival Evolved

ARK: Survival Evolved

Kineko's Inventory Control System
34件中 1-10 を表示
< 1  2  3  4 >
更新: 2020年2月14日 @ 11時27分

Corrected bad logging code that caused excessive messages into the server log file while debugging was disabled.

更新: 2019年12月16日 @ 20時23分

Corrected bug that blocked resources from moving into structures that did not have resource limits.

Enabled code to respect structure resource limits.

NOTE: This may mean that some items may no longer move as you expect, if the mod was violating manual item moves.

更新: 2019年12月14日 @ 19時29分

Added scan on server start to refresh stack sizes of all resources.

更新: 2018年8月7日 @ 7時03分

Corrected priority logic to ensure that explicit rules take priority over folder rules (eg. Priority 2 Metal takes priority over Priority 9 Resources).

Improved logic to prevent duplication of the Singleton used to process rules. While duplicate singletons do not cause performance issues, they can cause issues if some rules are written to one and other rules are written to the duplicate, which will cause your rules to not work as desired. Note that any rules that were written to the duplicate will need to be recreated.

更新: 2018年6月9日 @ 10時52分

Fixed bug where the buff added by this mod prevented the "Access Inventory" key (Usually the E key) from allowing you to interract with other players.

更新: 2018年6月2日 @ 8時04分

Enhanced code to ignore actors that are in stasis (when players are absent) unless the actor is actively crafting or is a feeding trough (uses same base blueprint as game trough, so it would not apply to S+ Nanny). This was done to try to reduce overhead since actors in stasis do not normally have their inventories updated.

更新: 2018年5月6日 @ 9時48分

Changed activation key to Alt-F due to conflict with certain video drivers.
Fixed issue with blueprints being converted into actual objects.

更新: 2018年5月2日 @ 9時42分

Improved performance. Changed how delay works. It now is a delay between each source inventory being modified instead of between each potential inventory being modified. This may result in some servers requiring them to increase the delay. The default delay has been changed from 0.01 to 0.1 seconds.

更新: 2018年4月30日 @ 16時00分

Added ability to disable management of dino inventories

更新: 2018年4月20日 @ 18時21分

Added resource detail/help box.