Server Configuration/WorldObjects.eco

From Eco - English Wiki

This may be connected to when world object check to see if their stats have changed, and thus update their appearance.

For example, as of 0.8, fertilizing crops requires waiting for (or forcing) a tick update for the new soil statistics to show up when using a Soil Sampler.

The settings in this file can be accessed in-game by using the /serverui command and navigating to Game Status -> World Objects

Setting Default Description
TargetTickDeltaTimeMS 0 Time between world object ticks, in milliseconds. 0 is variable. Appears to target a 10 minute interval when variable.
ParallelWorldObjectTicks false An experimental feature that allows parallel (as opposed to sequential) world object ticks. Significantly increases performance, but may causes crashes and inconsistency. Use at your own risk.