|
|
| (13 intermediate revisions by 6 users not shown) |
| Line 1: |
Line 1: |
| [[Server Configuration]] can be done either through the server GUI or by directly editing configuration files. The latter option is only recommended for advanced users. Many aspects of the world, items, and player settings can be changed in this way. | | [[Category:Server Management]] |
| | __NOTOC__ |
| | [[Server Configuration]] can be done either through the <code>/serverui</code> [[Chat Commands#Admin Commands|admin command]] or by directly editing configuration files. Many aspects of the world, items, and player settings can be changed in this way. |
|
| |
|
| ''This configuration guide is based on player tests and crowd-sourcing. No information in this guide has been confirmed by {{SLG}}.'' | | == Server Folder Breakdown == |
| | * '''Configs''' — Files in this folder contain the configurable settings for the server. You can edit any of the .eco files with a text editor but be careful doing so. Keep in mind none of your edits here will take effect unless you restart your game server. |
| | * '''Logs''' — This folder will appear once something is logged and will contain log files containing details of what happens when the server is executing. |
| | * '''Dump''' — Contains crash dump files for when the server crashes. |
| | * '''Mods''' — Contains server game data. This is also the folder where you should place any mods you want to be installed on the server. Any changes here require a server restart to take effect. |
| | * '''Storage''' — This is where your world and backups are stored. If you want to wipe a world, just delete this folder. |
| | * '''Web Client''' — The web server files are found here. |
|
| |
|
| == Basic server configuration == | | == Eco Server UI == |
| [[File:ServerConfig_Example.jpg|300px|thumb|Setting a server's public status to "True" and adding a server description, both done in the Config tab of the Network plugin.]]
| | The server UI provides access to a wide variety of configuration options. Changes made to config options in the UI will apply to the server without needing to restart the server. However, with any changes you make (such as adding an admin), you must click "'''File'''" and "'''Save'''" or else you will lose the changes upon reloading the server. |
| The most common and important server configurations can be made through the server GUI. Each tab in the server window will have at least 1 sub-tab. Usually, there will be at least 2 sub-tabs: Display and Config. The Display tab shows relevant information and stats about that plugin (each tab represents a server plugin).
| |
|
| |
|
| Opening the Config tab in each plugin will present a list of options that can be changed through drop-down menus or collections (look for the arrow or breadcrumbs on the right) or direct data entry.
| | == Commands == |
| | See [[Chat Commands]] for a complete list of commands that are available to both admins and regular users. |
|
| |
|
| === Common configurations === | | == Basic Configuration == |
| Below is a guide to the most commonly configured settings that can be changed through the server GUI.
| | When setting up a server using the 'Host a World' option in the main menu, it is possible to configure a world using only a few options. They map to the [[Server Configuration/Difficulty.eco|Difficulty.eco]] configuration file. |
| | == Editing Config Files (advanced) == |
| | Editing config files can allow for more detailed changes. You can alter world generation and gameplay in many ways. |
|
| |
|
| ==== Server Listing Settings ==== | | The configuration present in the files can generally be accessed using the <code>/serverui</code> command in-game (you must be authorized to use [[Chat Commands#Admin Commands|admin commands]] in [[Server Configuration/Users.eco|Users.eco]]). |
| Network > Config
| | === Before You Begin === |
| | Note that each file has a "template" version. Keep this as a backup of the default values and create a version without the '.template' extension; this will be the real configuration file. Also note that game updates frequently change these settings and may plow over your configuration. |
|
| |
|
| ===== Make server public/private ===== | | === Configuration Notes === |
| * Public Server — Set to True to have the server listed in the Eco client [[Server Browser]].
| | # Edits to WorldGenerator.eco require a server wipe to take effect. |
| | | # Whitelisting allows whitelisted players to ignore the requirement for a password but for whitelisting to work you must set a password. |
| ===== Set playtime table =====
| | # When changing the map size keep the map values divisible by 4 or risk severe issues. |
| * Playtime — This is automatically filled in if you created the server in the Eco client and made a [[Timetable]] (schedule of preferred playtimes). If this is blank, the best way to fill it in is to “Set Playtime” through the Game Menu ({{Key|Esc}}), and copy and paste the data from '''playtime.eco'''.
| | # When setting up whitelists/admins you must use either an SLG id or Steam64 id, just writing the username does not work. Here is a link to find your steam64id: [http://www.steam64.com/ http://www.steam64.com] |
| ** On Windows 10, this file will be found at Users > [username] > AppData > LocalLow > StrangeLoopGames > Eco. Adding a timetable helps the server show up more prominently in the server browser.
| | # Any changes made to these configuration files will require a server restart before they will take effect. |
| *Playtime (Version 0.8.3.x) - You declare the playtime in the '''network.eco''' file. Here is an example:
| | === List of Configuration Files === |
| ** <code>"Playtime": "110000011111111122222222 110000011111111122222222 110000011111111122222222 110000011111111122222222 111110011111111122222222 221110012222222222222222 221110012222222222222222",</code>
| | {| class="wikitable sortable content-size" |
| ** Remove the spaces in the "Playtime" string, otherwise this will result in the server summary (Exhaustion Limit, Max Active Players, Meteor, ect.) to not load.
| | |+ |
| ** 1=Sometimes, 2= Regular, 0=Rarely.
| | ! Config file name |
| ** '''Each line here represents a day. Remove all spaces and linebreaks when adding it to the config. If it contains and spaces or linebreaks it will cause issues with the display of the server in the server list.'''
| | !UI Path |
| | | |- |
| ===== Set server Discord ===== | | | [[Server Configuration/Backup.eco|Backup.eco]] |
| * Discord Address — Adding the unique ID of a Discord server (after the “discord.gg/”) will provide a link to the Discord server from the tutorial.
| | | Initial Setup -> Backup |
| | | |- |
| ===== Set server password =====
| | |[[Server Configuration/Balance.eco|Balance.eco]] |
| * Password — Set a password for the server, or leave this blank to not require a password. Players on the whitelist will not have to enter a password.
| | |Gameplay -> Balance |
| | | |- |
| ===== Set server name =====
| | |[[Server Configuration/Civics.eco|Civics.eco]] |
| * Description — Sets the name of your server in the client server browser. [[Chat_Commands#Text_markup]] can be used to add color or modify the appearance of the text.
| | |Gameplay -> Civics |
| | | |- |
| ===== Set server description =====
| | |[[Server Configuration/DevSection.eco|DevSection.eco]] |
| * DetailedDescription — Sets the long-form description of your server when people click on it in the server browser. Adding this description helps the server show up more prominently in the browser.
| | |None |
| | | |- |
| ===== Set server category =====
| | | [[Server Configuration/Difficulty.eco|Difficulty.eco]] |
| * ServerCategory — Choose from 1 of 4 categories that will show up when players first click on “New Game” in the Eco client. Selecting a category makes it much more likely new players will join your server. Strings available for this option are:
| | | Gameplay -> Difficulty Settings |
| **None
| | |- |
| **Beginner
| | | [[Server Configuration/Disasters.eco|Disasters.eco]] |
| **Established
| | | Gameplay -> Disasters |
| **BeginnerHard
| | |- |
| **Strange
| | |[[Server Configuration/EcoSim.eco|EcoSim.eco]] |
| For more information, see the [[Server Browser]] page.
| | |Sim -> Simulation |
| | | |- |
| ==== Sleep Settings ====
| | |[[Server Configuration/Exhaustion.eco|Exhaustion.eco]] |
| Sleep > Config
| | |Gameplay -> Exhaustion |
| * Allow Fast Forward — Enable or disable sleep. This defaults to “False” on public servers and “True” on local servers. Enabling sleep is not recommended on larger servers or public servers. Players can use this to accelerate voting for laws, and some things are not 100% simulated during sleep. Use it at your own risk.
| | |- |
| * Sleep Time Pass Multiplier — Maximum multiplier applied to time while sleeping
| | |[[Server Configuration/Features.eco|Features.eco]] |
| * Time to Reach Maximum Time Rate — Time it takes to reach Sleep Time Pass Multiplier
| | |Gameplay -> Features |
| | | |- |
| ==== XP/Specialty Progression Speed ====
| | |[[Server Configuration/Holiday.eco|Holiday.eco]] |
| Difficulty Settings > Config | | |Gameplay -> Holiday Manager |
| * Collaboration Preset — Change [[collaboration]] settings to adjust how quickly players gain skill points. Sticking with the collaboration presets is recommended.
| | |- |
| * Specialty Cost Multiplier — Adjusts the required amount of XP required to reach the next star using a multiplier based on the following baseline values 0, 20, 50, 100, 200, 400, 800, 1600 after the 8th each stars baseline is 1600).
| | | [[Server Configuration/Initial Spawn.eco|Initial Spawn.eco]] |
| * Skill Gain Multiplier — Adjusts the rate of skill points gained over time from food and housing.
| | | Gameplay -> Initial Spawn |
| * Specialty Experience Divisor — Reduces experience rate based on number of specialties learned. Has no effect as of [[Versions#v0.8.0.1|Beta 8.0.1]].
| | |- |
| * Specialty Experience PerLevel — Experience required to level up each specialty tier.
| | |[[Server Configuration/Localization.eco|Localization.eco]] |
| * Craft Resource Multiplier — Adjusts the amount of materials required to craft a recipe. ''Note: Effective maximum of 4.5 in vanilla game. Values higher than 4.5 cannot produce workstations from a single tent stockpile.''
| | |System -> Localizer |
| * Craft Time Multiplier — Adjusts the amount of time that a recipe takes to craft.
| |
| * Player Experience per Specialty — Gives player XP for improving at your chosen field. ''Note: This is not recommended for public servers because it essentially means that those in front will generally get further in front.''
| |
| * Unlearn Refund Rate — Obsolete as of [[Versions#v0.8.0.0|Beta 8.0]]. Has no effect.
| |
| * End Game Craft Cost — Includes two options, "Normal and "Expensive" which will alter the crafting costs for the [[Laser]] and [[Computer Lab]]. Does not affect work orders in process.
| |
| | |
| ==== Meteor Settings ====
| |
| Disasters > Config
| |
| * Create Meteor — Enable or disable meteor. Changing from True to False while world is running will destroy the meteor. Changing from False to True while world is running will have disastrous consequences. If you wish to enable the meteor, regenerate the world first.
| |
| * Meteor Impact Days — Number of real-life days until meteor makes impact, counting from the date/time the server was first started. To time the meteor impact precisely decimal points seem to be allowed (thus allowing you to align the meteor impact to a desired hour/minute). Editing this setting may require server restart or regeneration to take effect.
| |
| | |
| ==== User Settings ====
| |
| Users > Config
| |
| * Require Authentication — True/False. Validates users with Eco servers. Set to True by default. False has unknown effects and is not recommended.
| |
| * Allow Debug Calls — True/False. Allows debug calls to be made to the webserver. Unknown effect.
| |
| * White List — Whitelist selected players. Enter each individual player ID. Press {{key|Enter}} between each ID.
| |
| * Black List — Blacklist selected players. Enter each individual player ID. Press {{key|Enter}} between each ID.
| |
| * Admins — Give selected players ''full'' admin rights. Enter each individual player ID. Press {{key|Enter}} between each ID. Having an admin online helps the server show up more prominently in the server browser.
| |
| ''Note:'' Whitelist, Blacklist, and Admins all use player IDs. Use the <code>/whois</code> [[Chat Commands|command]] to see their ID. You will need to enter the proper ID when editing these lists manually.
| |
| | |
| Use the {{SLG}} ID unless the user is a Steam-only user.
| |
| {|class="wikitable"
| |
| | Strange Loop Games only account || use Strange Loop Games ID | |
| |- | | |- |
| | Steam only account || use STEAMID64 | | |[[Server Configuration/Maintenance.eco|Maintenance.eco]] |
| | |Initial Setup -> Maintenance |
| |- | | |- |
| | Strange Loop Games + Steam linked account || use Strange Loop Games ID | | |[[Server Configuration/Memory.eco|Memory.eco]] |
| |}
| | |Dev -> Memory Manager |
| You are able to use the player's name when running the corresponding commands from inside the game.
| |
| * Reputations — Manage [[reputation]] tiers and change their titles (this can be fun on a themed server!).
| |
| * Unstuck Disable Time — Sets (in seconds) the <code>/unstuck</code> cooldown to prevent exploits.
| |
| * <code>AdminCommandsLoggingLevel</code> — Sets the level of logging that happens when an admin invokes admin [[Chat Commands|command]]s. There are four different levels:
| |
| ** <code>None</code> — No logging and no notification is given.
| |
| ** <code>LogFile</code> — Log to file.
| |
| ** <code>LogFileAndNotifyAdmins</code> — Log to file and notifies the all admins connected to the server.
| |
| ** <code>LogFileAndNotifyEveryone</code> — Log to file and notifies the all users connected to the server.
| |
| * <code>UseExactSpawnLocation</code> — Toggles rather exact spawn location should be used for new players, or if the spawn location should be automatically changed dynamically to where there is wild food to gather. Default set to false.
| |
| ==== World Generation Settings ====
| |
| WorldGenerator > Config
| |
| | |
| ''Note:'' Settings that affect world size, shape, and contents will not take effect until the world is re-generated)
| |
| ===== Change World Seed =====
| |
| * Seed — Change the randomly generated seed that the world generation is based off.
| |
| ''Note'': If you want to duplicate a world off of a seed, you need to match the WorldGenerator.eco settings for that world. This is easy if you just replace your WorldGenerator.eco with a copy of the file from the generated server (the file must have been unchanged since the server was generated). All the random values are generated off the seed, but within ranges defined by the config, so you need both if you want the same end result.
| |
| ===== Change World Size =====
| |
| * Dimensions — Changes the size of the world. The X and Y values ''must'' be the same and divisible by 4. However, not all worlds with dimensions that follow these rules will be stable.
| |
| NOTE: The server (EcoServer32.exe) that is bundled with the Eco game client can only run worlds up to 100x100. To run larger worlds, the server must be downloaded separately, through Steam or the Eco website.
| |
| | |
| Below are the current recommendations for world sizes. Worlds built outside these recommendations may experience playability, performance, and stability issues that are outside the capabilities of {{SLG}} support staff:
| |
| * (72,72) — <code>0.52 km2</code> — This is the default size, recommended for singleplayer and coop games.
| |
| * (100,100) — <code>1 km2</code> — This is the maximum size the 32-bit Server (executed by Singleplayer) can handle and the recommended size for small public servers. (Used by official servers to create a challenge-focused experience, despite them being medium to large sized)
| |
| * (140,140) — <code>1.96 km2</code> — This is the recommended size for medium to large public servers.
| |
| *(160,160) — <code>2.56 km2</code> — The biggest size supported by {{SLG}}, recommended for the biggest public servers out there. (Used by official server White-Tiger)
| |
| | |
| | |
| The following world sizes are known to be stable on servers with an above average performance, but are not recommended to be used, given they will not allow any meaningful impact on Ecology. {{SLG}} does not guarantee to provide support for worlds of this size.
| |
| * (172,172) — <code>2.96 km2</code>
| |
| * (200,200) — <code>4 km2</code>
| |
| | |
| | |
| The following world sizes can be stable on servers and for clients that are both having strong to extremely strong performance, but are not recommended to be used, given they will not allow any meaningful impact on Ecology and are not suitable for the vast majority of use cases. {{SLG}} does not provide support for worlds of these sizes and does not guarantee to take bug reports that involve worlds of these sizes.
| |
| * (224,224) — <code>5.02 km2</code>
| |
| * (240,240) — <code>5.76 km2</code>
| |
| * (248,248) — <code>6.15 km2</code>
| |
| * (272,272) — <code>7.4 km2</code>
| |
| * (296,296) — <code>8.76 km2</code>
| |
| * (300,300) — <code>9 km2</code>
| |
| * (360,360) — <code>12.6 km2</code>
| |
| * (400,400) — <code>16 km2</code>
| |
| | |
| | |
| Worlds over 400x400 may be possible to generate without the server crashing, but are extremely likely to be unstable, even with the most performant hardware available on clients and the server. {{SLG}} does generally not provide any support nor take bug reports for worlds with such sizes.
| |
| | |
| NOTE: The maximum world volume ((L*10)*(W*10)*H) = 2,147,483,647. Attempting to create a world larger than this will cause a server crash. For example, a (400,400) world with a height of 160 would be ((400*10)*(400*10)*160) = 2,560,000,000, which would cause a crash.
| |
| | |
| ===== Change World Shape =====
| |
| * WaterLevel — Sea level height.
| |
| * Height — Maximum height of terrain.
| |
| ===== Player Spawn Location =====
| |
| * Spawn Location — Set new player spawn location coordinates.
| |
| * Use Exact Spawn Location — Set to True to spawn players at exactly the same coordinates. Defaults to False, which spawns players in a flat area nearby.
| |
| | |
| | |
| == Editing config files (advanced) ==
| |
| Editing config files can allow for more detailed changes. You can alter world generation, potentially drastically, in many ways. Player starting items can be added or removed. Objects can be edited and have their storage space changed.
| |
| === Before you begin editing ===
| |
| Before making any changes, make sure you create backups for each configuration file. You should save copies of your edited config files as well, because patches can overwrite your changes.
| |
| | |
| To make changing the files easier, consider using an editor like Notepad++.
| |
| | |
| When [[Updating a Server|updating]] a server, you will want to manually edit the new config files with all your edits, so make sure you document every config change. You can use a text comparison tool to find differences in configs if you are unsure about changes.
| |
| | |
| Some changes require additional steps to take effect as intended:
| |
| * Changes in the area of world generation require a complete restart of the world.
| |
| * Changes in EcoSim.eco are accepted when the server is restarted. However, the new values will only occur in newly planted / grown plants and trees.
| |
| * Changes in the full range of mods require the deletion of "Eco.Mods.dll" to take effect.
| |
| | |
| | |
| ''Note: This configuration guide is based on player tests and crowd-sourcing. No information in this guide has been confirmed by {{SLG}}.''
| |
| === List of configuration files ===
| |
| The standard configuration files are located in ''Eco\Eco_Data\Server\configs''
| |
| | |
| Many of the settings found within these files can also be edited through the server GUI. Generally, each configuration file has a tab in the server GUI that corresponds to it. Clicking on each particular setting in the GUI will explain what the setting does at the bottom of the window.
| |
| | |
| {| class="wikitable"
| |
| |+
| |
| ! Config file name !! Description
| |
| |- | | |- |
| | [[Server_Configuration/Backup.eco|Backup.eco]] || Controls whether to keep backup save files, and how often to create them. | | | [[Server Configuration/ModKit.eco|ModKit.eco]] |
| | | Mods -> ModKit |
| |- | | |- |
| | [[Server_Configuration/Difficulty.eco|Difficulty.eco]] || | | |[[Server Configuration/Network.eco|Network.eco]] |
| | |Initial Setup -> Network |
| |- | | |- |
| | [[Server_Configuration/Disasters.eco|Disasters.eco]] || File use to configure the meteor. | | |[[Server Configuration/Pause.eco|Pause.eco]] |
| | |Gameplay -> Pause |
| |- | | |- |
| | [[Server_Configuration/Initial_Spawn.eco|Initial Spawn.eco]] || | | |[[Server Configuration/Performance.eco|Performance.eco]] |
| | |System -> Performance |
| |- | | |- |
| | [[Server_Configuration/ModKit.eco|ModKit.eco]] || Controls mod loading. | | | [[Server Configuration/Profanity.eco|Profanity.eco]] |
| | | None |
| |- | | |- |
| | [[Server_Configuration/Profanity.eco|Profanity.eco]] || Contains a list of offensive words (including such offenders as 'commie' and 'shinola'), presumably for chat protection. | | |[[Server Configuration/Reputation.eco|Reputation.eco]] |
| | |Gameplay -> Reputation |
| |- | | |- |
| | [[Server_Configuration/Sleep.eco|Sleep.eco]] || This file is used to configure the [[Sleep]] in game. | | |[[Server Configuration/Rooms.eco|Rooms.eco]] |
| | |Gameplay -> Rooms |
| |- | | |- |
| | [[Server_Configuration/UserTextures.eco|UserTextures.eco]] || | | |[[Server Configuration/Settlements.eco|Settlements.eco]] |
| | |Gameplay -> Settlements |
| |- | | |- |
| | [[Server_Configuration/World.eco|World.eco]] || | | | [[Server Configuration/Sleep.eco|Sleep.eco]] |
| | | Gameplay -> Sleep |
| |- | | |- |
| | [[Server_Configuration/WorldGenerator.eco|WorldGenerator.eco]] || File use to configure world's generator. | | |[[Server Configuration/SpeciesLayeredCatch.eco|SpeciesLayeredCatch.eco]] |
| | |Gameplay -> Species Catcher |
| |- | | |- |
| | [[Server_Configuration/Balance.eco|Balance.eco]] || | | |[[Server Configuration/Stats.eco|Stats.eco]] |
| | |System -> Stats |
| |- | | |- |
| | [[Server_Configuration/Localization.eco|Localization.eco]] || File use to configure language. | | | [[Server Configuration/Storage.eco|Storage.eco]] |
| | | Initial Setup -> Storage |
| |- | | |- |
| | [[Server_Configuration/Maintenance.eco|Maintenance.eco]] || | | | [[Server Configuration/StrangeWorlds.eco|StrangeWorlds.eco]] |
| | | Initial Setup -> Strange Cloud |
| |- | | |- |
| | [[Server_Configuration/Pause.eco|Pause.eco]] || | | | [[Server Configuration/Twitch.eco|Twitch.eco]] |
| | | Gameplay -> Twitch |
| |- | | |- |
| | [[Server_Configuration/Rooms.eco|Rooms.eco]] || | | | [[Server Configuration/Users.eco|Users.eco]] |
| | | Initial Setup -> Users |
| |- | | |- |
| | [[Server_Configuration/Stats.eco|Stats.eco]] || | | | [[Server Configuration/UserTextures.eco|UserTextures.eco]] |
| | | Gameplay -> User Textures |
| |- | | |- |
| | [[Server_Configuration/Storage.eco|Storage.eco]] || | | | [[Server Configuration/Voice.eco|Voice.eco]] |
| | | Gameplay -> Voice |
| |- | | |- |
| | [[Server_Configuration/Users.eco|Users.eco]] || | | |[[Server Configuration/Weather.eco|Weather.eco]] |
| | |Gameplay -> Weather |
| |- | | |- |
| | [[Server_Configuration/WorldObjects.eco|WorldObjects.eco]] || | | | [[Server Configuration/World.eco|World.eco]] |
| | | Sim -> World |
| |- | | |- |
| | [[Server_Configuration/EcoSim.eco|EcoSim.eco]] || Contains settings for atmosphere. | | | [[Server Configuration/WorldGenerator.eco|WorldGenerator.eco]] |
| | | Sim -> World Generator |
| |- | | |- |
| | [[Server_Configuration/Network.eco|Network.eco]] || File use to configure networking. | | | [[Server Configuration/WorldObjects.eco|WorldObjects.eco]] |
| | | Game Status -> World Objects |
| |} | | |} |
|
| |
| ==== Stats.eco ====
| |
| Controls reading and writing statistics information to the stats database. Disabling these will cause issues with the web interface.
| |
| ==== Storage.eco ====
| |
| File use to configure world's saves.
| |
| *<code>SaveName</code> The name of the world
| |
| *<code>SaveFrequency</code> (default : "60") Time between saves.
| |
| *<code>CleanupFilesOnExceptions</code> (default : false) Defines if we clean files when exceptions occured.
| |
| *<code>StorageDirectory</code> (default : "Storage") Defines the name of the directory where saves files is stored.
| |
| ==== Users.eco ====
| |
| Contains user controls like whitelisted and blacklisted players, who has admin privileges and the various titles players get through reputation. Also contains settings for how food plants are spawned around new players when they first join.
| |
| * <code>MaxRepFromOnePerson</code> The most positive reputation a player can receive from one other player.
| |
| * <code>MinRepFromOnePerson</code> The most negative reputation a player can receive from one other player.
| |
| * <code>WhiteList</code> Users who can enter the server without inputting a password.
| |
| * <code>BlackList</code> Users who are denied entry to the server.
| |
| * <code>Admins</code> Users with admin privileges, able to use admin commands.
| |
| * <code>Reputations</code> A list of titles given to users with corresponding reputation levels, and the color of those titles in hexcode.
| |
| * <code>UnStuckDisableTime</code> A cooldown for using the unstuck command, to prevent abuse.
| |
| * <code>AdminCommandsLoggingLevel</code> — Sets the level of logging that happens when an admin invokes admin [[Chat Commands|command]]s. There are four different levels:
| |
| ** <code>None</code> — No logging and no notification is given.
| |
| ** <code>LogFile</code> — Log to file.
| |
| ** <code>LogFileAndNotifyAdmins</code> — Log to file and notifies the all admins connected to the server.
| |
| ** <code>LogFileAndNotifyEveryone</code> — Log to file and notifies the all users connected to the server.
| |
| *<code>UseExactSpawnLocation</code> See [[#User Settings|User Settings]].
| |
| *<code>SpawnLocation</code> Where new players will be placed in the world. Written in X, Y and Z coordinates.
| |
| <code>IgnoreVersionMismatch</code> Controls if clients with a different version to the server should be allowed to connect. Defaults to false, and is used for Debug purposes only as it will likely result in strange behaviour if changed.
| |
| ==== WorldObjects.eco ====
| |
| Controls world object tick (update) behavior. 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 [[Versions#v0.8.0.0|0.8]], [[Fertilizers|fertilizing crops]] requires waiting for (or forcing) a tick update for the new soil statistics to show up when using a [[Soil Sampler]].
| |
| *<code>TargetTickDeltaTimeMS</code> Time between world object ticks, in milliseconds. Defaults to 0, which makes it variable. Appears to target a 10 minute interval when variable.
| |
| *<code>ParallelWorldObjectTicks</code> An experimental feature that allows parallel (as opposed to sequential) world object ticks. May increase performance at the cost of stability.
| |
| [[Category: Server management]]
| |