[Server Hosting] CoreSettings - salutesh/DayZ-Expansion-Scripts GitHub Wiki


"m_Version"

Integer. Used for internal file version tracking, do not edit.

"ServerUpdateRateLimit"

Integer.

This setting is limiting server script update rate (vanilla) per second. If you are using the -limitFPS parameter on the command line, then ServerUpdateRateLimit should be lower.

  • 0 = let the game handle normally
  • 40 = minimum allowed

"ForceExactCEItemLifetime"

Bool.

When set to 1 or true, forces the lifetime of items spawned by the central economy to exactly match the values from types.xml, essentially disabling staggered item de-/respawning. This may negatively affect server and loot economy performance. Recommended setting for ForceExactCEItemLifetime is 0 or false unless you're sure you still want it despite the potential drawback.

"EnableInventoryCargoTidy"

Bool.

When set to 1 or true, shows a "tidy cargo" icon for each clothing/container in inventory on client which players can use to auto-arrange and combine items in a way that maximizes free space.