ARK: Survival Evolved

ARK: Survival Evolved

Kineko's Inventory Control System
Näytetään 1–10 / 34
< 1  2  3  4 >
Päivitys: 14.2.2020 klo 11.27

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

Päivitys: 16.12.2019 klo 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.

Päivitys: 14.12.2019 klo 19.29

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

Päivitys: 7.8.2018 klo 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.

Päivitys: 9.6.2018 klo 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.

Päivitys: 2.6.2018 klo 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.

Päivitys: 6.5.2018 klo 9.48

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

Päivitys: 2.5.2018 klo 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.

Päivitys: 30.4.2018 klo 16.00

Added ability to disable management of dino inventories

Päivitys: 20.4.2018 klo 18.21

Added resource detail/help box.