ARK: Survival Evolved

ARK: Survival Evolved

K+ Inventory Control System V2
 This topic has been pinned, so it's probably important
Kineko  [developer] 29 Mar, 2021 @ 6:49am
Configuration Settings
UserGameSettings.ini

[K+ Mods] section

ICS_ContainerRangeInFoundations
Values: float >= 5.0 <= 1000.0, default=25.0
Function: Determines the maximum distance in foundations between the ICS Manager and the inventory being managed.

ICS_DebugEnabled
Values: true or false, default=false
Function: Used to enable debugging for the entire mod and singleton. Debugging can be enabled for individual ICS Manager nodes, which is the preferred method as it can be turned on and off without a server restart.

ICS_DebugEnableDetailed
Values: true or false, default=false
Function: Used to enable detailed level debugging for the entire mod and singleton. Detailed debugging can be enabled for individual ICS Manager nodes, which is the preferred method as it can be turned on and off without a server restart.

ICS_ScanDelayInSeconds
Values: float >= 0.01 <= 1.0, default=0.33
Function: This setting determines how long to wait between each inventory that it processes. Due to the number of inventories that this mod can affect in a very short period of time, this delay is used to spread out the client updates to reduce lag.

ICS_ScanIntervalInSeconds
Values: float >= 15.0 <= 300.0, default=60.0
Function: The amount of time, in seconds, between each transfer scan. Caution should be taken when lowering this value as it may cause lag on servers with a very large number of enabled containers and ICS Managers.

ICS_PIM_ResetData
Values: true or false, default=false
Function: Causes all PIM data to be cleared on server start.

ICS_PIM_GatherResourcesIntervalnSeconds
Values: float >= 10.0 <= 600.0, default=240.0
Function: Used to scan each ICS Manager for known resources to create a master list of resources to be used by PIM.

ICS_PIM_DebugEnabled
Values: true or false, default=false
Function: Used to enable debugging for PIM.

ICS_PIM_IgnoreClasses
Values: comma delimited string, default=SoulTrap_DS_C
Function: Disables item management of these classes. Does not affect resource management.

ICS_PIM_MaxManagedResources
Values: Int >= 1 <= 20, default=10
Function: Specifies the maximum number of resources rules that can be defined in PIM.
Last edited by Kineko; 31 May, 2021 @ 8:06pm