ARK: Survival Evolved

ARK: Survival Evolved

Kineko's Inventory Control System
Menampilkan1-10 dari 34 kiriman
< 1  2  3  4 >
Pembaruan: 14 Feb 2020 @ 11:27am

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

Pembaruan: 16 Des 2019 @ 8:23pm

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.

Pembaruan: 14 Des 2019 @ 7:29pm

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

Pembaruan: 7 Agu 2018 @ 7:03am

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.

Pembaruan: 9 Jun 2018 @ 10:52am

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.

Pembaruan: 2 Jun 2018 @ 8:04am

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.

Pembaruan: 6 Mei 2018 @ 9:48am

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

Pembaruan: 2 Mei 2018 @ 9:42am

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.

Pembaruan: 30 Apr 2018 @ 4:00pm

Added ability to disable management of dino inventories

Pembaruan: 20 Apr 2018 @ 6:21pm

Added resource detail/help box.