ARK: Survival Evolved

ARK: Survival Evolved

Kineko's Inventory Control System
1-10 van 34 items weergegeven
< 1  2  3  4 >
Update: 14 feb 2020 om 11:27

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

Update: 16 dec 2019 om 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.

Update: 14 dec 2019 om 19:29

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

Update: 7 aug 2018 om 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.

Update: 9 jun 2018 om 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.

Update: 2 jun 2018 om 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.

Update: 6 mei 2018 om 9:48

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

Update: 2 mei 2018 om 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.

Update: 30 apr 2018 om 16:00

Added ability to disable management of dino inventories

Update: 20 apr 2018 om 18:21

Added resource detail/help box.