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일 @ 오후 8시 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일 @ 오후 7시 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일 @ 오후 4시 00분

Added ability to disable management of dino inventories

업데이트: 2018년 4월 20일 @ 오후 6시 21분

Added resource detail/help box.