Server Config/ru: Difference between revisions

From Vintage Story Wiki
Updating to match new version of source page
(Updating to match new version of source page)
Tags: Mobile edit Mobile web edit
(Updating to match new version of source page)
Line 601: Line 601:
<syntaxhighlight lang="py">
<syntaxhighlight lang="py">


<div class="mw-translate-fuzzy">
{
{
   #The range an entity has to be in order for clients to receive regular updates for it. May be overriden by entities. The value is the max chunk distance. (e.g. 2 => update all entities not further away than 2 chunks in x/y any dir from a player)
   #The range an entity has to be in order for clients to receive regular updates for it. May be overriden by entities. The value is the max chunk distance. (e.g. 2 => update all entities not further away than 2 chunks in x/y any dir from a player)
   #This value is capped by each players max chunk range.
   #This value is capped by each players max chunk range.
   "DefaultEntityTrackingRange": 4,
   "DefaultEntityTrackingRange": 4,
</div>


   #Cubic size of the chunks on the server (width, length and height)
   #Cubic size of the chunks on the server (width, length and height)
43,391

edits