ARK: Survival Evolved
Kineko's Inventory Control System
Εμφάνιση 1-10 από 34 καταχωρίσεις
< 1  2  3  4 >
Ενημέρωση: 14 Φεβ 2020 στις 11:27

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

Ενημέρωση: 16 Δεκ 2019 στις 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.

Ενημέρωση: 14 Δεκ 2019 στις 19:29

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

Ενημέρωση: 7 Αυγ 2018 στις 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.

Ενημέρωση: 9 Ιουν 2018 στις 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.

Ενημέρωση: 2 Ιουν 2018 στις 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.

Ενημέρωση: 6 Μαϊ 2018 στις 9:48

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

Ενημέρωση: 2 Μαϊ 2018 στις 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.

Ενημέρωση: 30 Απρ 2018 στις 16:00

Added ability to disable management of dino inventories

Ενημέρωση: 20 Απρ 2018 στις 18:21

Added resource detail/help box.