World Configuration: Difference between revisions

From Vintage Story Wiki
clarified that these phrases referred to code keys
(clarified that these phrases referred to code keys)
(50 intermediate revisions by 13 users not shown)
Line 1: Line 1:
Game worlds can be customized to a great extent. In single player this is done simply through the "Customize" button when creating a new world. If you however changed your mind or updated to a new version, many of these configs can be changed on existing worlds. Here is a full list of them.
<languages/><translate>
<!--T:1-->
Game worlds can be customized to a great extent. In single player this is done simply through the "Customize" button when creating a new world. If you however changed your mind or updated to a new version, many of these configurations can be changed for existing worlds. Here is a full list of them - for other, non worldgen commands, check the {{ll|list of server commands|list of server commands}}. However, the syntax below could be out of date for some commands.  Check the new Command Handbook in-game with <code>.chb</code>.  The world configurations can also be set before a world is created through the {{ll|Server Config|serverconfig.json}} file.


== General usage ==
</translate>
__TOC__
<translate>
 
== General usage == <!--T:3-->
*<code>/worldconfig name</code><br />Show current configuration value
*<code>/worldconfig name</code><br />Show current configuration value
*<code>/worldconfig name value</code><br />Set a configuration value
*<code>/worldconfig name value</code><br />Set a configuration value
*<code>/worldconfigcreate datatype name value</code><br />Creates a new configuration value. This is necessary when setting some configurations for the first time (datatype can be <code>float</code> <code>double</code> <code>int</code> <code>string</code> and <code>bool</code>)  
*<code>/worldconfigcreate datatype name value</code><br />Creates a new configuration value. This is necessary when setting some configurations for the first time (datatype can be <code>float</code> <code>double</code> <code>int</code> <code>string</code> and <code>bool</code>)  


<strong>Please note</strong>: Do not actually type the [ ] shown in below command syntax, that is intended only to show which values can be changed! The pipe (|) symbol is there to seperate allowed values, e.g. <code>[true|false]</code> means you can set <code>true</code> or <code>false</code> here
<!--T:4-->
 
<strong>Please note</strong>: Commands are <strong>case-sensitive</strong>. Type them exactly as you see, except for the [ ] shown in below command syntax, which is intended only to show which values can be changed! The pipe (|) symbol is there to seperate allowed values, e.g. <code>[true|false]</code> means you can set <code>true</code> or <code>false</code> here
=== Player spawn and death ===


The configs starting climate and grace timer can only be set during world creation.
=== Player spawn and death === <!--T:5-->


<!--T:7-->
*<code>/worldconfig deathPunishment [drop|keep]</code><br /> Whether to drop your inventory upon death (default: drop)
*<code>/worldconfig deathPunishment [drop|keep]</code><br /> Whether to drop your inventory upon death (default: drop)
*<code>/worldConfig droppedItemsTimer [number]</code><br />  Defines the despawn time of items dropped on death, measured in seconds (default: 600, equivalent to 10 minutes).  Only affects items dropped on death, not other dropped items.
*<code>/worldConfig spawnRadius [number]</code><br /> Sets how far players spawn in a radius from world spawn.
*<code>/worldConfig spawnRadius [number]</code><br /> Sets how far players spawn in a radius from world spawn.
*<code>/worldconfig temporalGearRespawnUses [-1 .. 9999]</code><br /> The temporal gear allows you to set a spawn point. Here you can configure how often it can be used for respawning at the set point. -1 means infinite (default: 20)
<!--T:6-->
The configs <code>startingClimate</code> and <code>graceTimer</code> can only be set during world creation.


=== Survival challenges ===
=== Survival challenges === <!--T:8-->


*<code>/worldConfig seasons [enabled or spring]</code><br /> If enabled, seasons will pass over time, otherwise 'spring' will make the climate always stay at spring (default: enabled)
<!--T:9-->
*<code>/worldConfig seasons [enabled|spring]</code><br /> If enabled, seasons will pass over time, otherwise 'spring' will make the climate always stay at spring (default: enabled)
*<code>/worldConfig playerlives [-1 .. 99]</code><br /> Set the amount of lives a player has before he can no longer respawn. -1 means infinite. (default: infinite)
*<code>/worldConfig playerlives [-1 .. 99]</code><br /> Set the amount of lives a player has before he can no longer respawn. -1 means infinite. (default: infinite)
*<code>/worldConfig daysPerMonth [1-99]</code><br /> Set the amount of days each month has. Setting it to a higher value will make seasons go by slower (default: 12)
*<code>/worldConfig lungCapacity [number]</code><br /> Sets how long the player can hold their breath under water. (default: 40000, equivalent to 40 seconds)
*<code>/worldConfig daysPerMonth [1-99]</code><br /> Set the number of days each month has. Setting it to a higher value will make seasons go by slower (default: 9)
*<code>/worldConfig harshWinters [true|false]</code><br /> If true, cold temperatures will damage crops, reduce animal spawn during winter and reduce meat harvested from animals (default: true)
*<code>/worldConfig harshWinters [true|false]</code><br /> If true, cold temperatures will damage crops, reduce animal spawn during winter and reduce meat harvested from animals (default: true)
*<code>/worldconfig blockGravity [sandgravel|sandgravelsoil]</code><br /> Set the block gravity behavior for either just sand and gravel or additionally also soil (default: sandgravel)
*<code>/worldconfig blockGravity [sandgravel|sandgravelsoil]</code><br /> Set the block gravity behavior for either just sand and gravel or additionally also soil (default: sandgravel)
*<code>/worldConfig caveIns [on|off]</code><br /> If on, solid rocks and cracked rocks now collapse if not [[Support beam|supported]] while being broken/placed (default: off (except in Wilderness Survival))
*<code>/worldConfig allowUndergroundFarming [true|false]</code><br /> If true, plants can be grown deep underground, given enough sunlight. (default: false)
*<code>/worldConfig allowUndergroundFarming [true|false]</code><br /> If true, plants can be grown deep underground, given enough sunlight. (default: false)
*<code>/worldconfig bodyTemperatureResistance [-40.. 40]</code><br> Sets the temperature an undressed seraph can bear without starting to freeze
*<code>/worldconfig bodyTemperatureResistance [-40.. 40]</code><br> Sets the temperature an undressed seraph can bear without starting to freeze
*<code>/worldconfig creatureHostility [aggressive|passive|off]</code><br /> Set default creature hostility (default: aggressive)
*<code>/worldconfig creatureHostility [aggressive|passive|off]</code><br /> Set default creature hostility (default: aggressive)
*<code>/worldconfig creatureStrength [0-99]</code><br /> Sets the creature damage multiplier (default: 1)
*<code>/worldconfig creatureStrength [0-99]</code><br /> Sets the creature damage multiplier (default: 1)
*<code>/worldconfig playerHealthPoints [1-999]</code><br /> Set the players base health points (default: 15)
*<code>/worldconfig playerHealthPoints [1-999]</code><br /> Set the players base health points. Does not affect already joined players, use /player command for that. (default: 15)
*<code>/worldconfig playerHungerSpeed [0-10]</code><br /> Set the players hunger rate multiplier (default: 1)
*<code>/worldconfig playerHungerSpeed [0-10]</code><br /> Set the players hunger rate multiplier (default: 1)
*<code>/worldconfig playerMoveSpeed [0-10]</code><br /> Set the players move speed multiplier (default: 1.5)
*<code>/worldconfig playerMoveSpeed [0-10]</code><br /> Set the players move speed multiplier (default: 1.5)
Line 33: Line 47:
*<code>/worldconfig toolDurability [0-99]</code><br /> Set the tool durability multiplier, e.g. 2 means all tools have double durability. (default: 1)
*<code>/worldconfig toolDurability [0-99]</code><br /> Set the tool durability multiplier, e.g. 2 means all tools have double durability. (default: 1)
*<code>/worldconfig toolMiningSpeed [0-99]</code><br /> Set the tool mining speed multiplier, e.g. 2 means all tools have break blocks twice as fast. (default: 1)
*<code>/worldconfig toolMiningSpeed [0-99]</code><br /> Set the tool mining speed multiplier, e.g. 2 means all tools have break blocks twice as fast. (default: 1)
*<code>/worldConfig propickNodeSearchRadius [0-12]</code><br /> If above zero, a second prospecting mode will be enabled that allows for exact searches at the defined radius (default: 0)
*<code>/worldConfig propickNodeSearchRadius [0-12]</code><br /> If above zero, a second prospecting mode will be enabled that allows for exact searches at the defined radius (default: 6)
*<code>/worldConfig globalDepositSpawnRate [0.1 - 5]</code><br /> Set a global ores and mineral deposit spawn rate (default: 1)
*<code>/worldConfig globalDepositSpawnRate [0.1 - 5]</code><br /> Set a global ores and mineral deposit spawn rate (default: 1)
*<code>/worldconfig microblockChiseling [off|stonewood|all]</code><br /> Whether to allow microblock chiseling. 'stonewood' means all stone and wood materials are allowed. 'all' means most cubic blocks are allowed. (default: stonewood)
*<code>/worldconfig microblockChiseling [off|stonewood|all]</code><br /> Whether to allow microblock chiseling. 'Stonewood' means all stone and wood materials are allowed. 'all' means most cubic blocks are allowed. (default: Stonewood)
*<code>/worldconfig allowCoordinateHud [true|false]</code><br /> Whether or not players are allowed to used the coordinate hud. (default: true)
*<code>/worldconfig loreContent [true|false]</code><br /> Whether the story related lore content is included in world generation (default: true)
*<code>/worldconfig allowMap [true|false]</code><br /> Whether or not players are allowed to used the world map. (default: true)
*<code>/worldconfig clutterObtainable [ifrepaired|yes|no]</code><br /> Whether the clutter items in ruins can be repaired with glue to obtain them (ifrepaired), or if they can be obtained without glue (yes), or if they cannot be obtained at all (no) (default: ifrepaired)


==== World map ==== <!--T:122-->


=== Temporal stability ===
<!--T:123-->
*<code>/worldconfig allowCoordinateHud [true|false]</code><br /> Whether players are allowed to used the coordinate HUD. (default: true)
*<code>/worldconfig allowMap [true|false]</code><br /> Whether players are allowed to use the world map. (default: true)


*<code>/worldconfig temporalStorms [off|veryrare|rare|somtimes|often|veryoften]</code><br /> How frequent temporal storms should be (default: sometimes)
<!--T:124-->
*<code>/worldconfig tempstormDurationMul value</code><br />Command to change the duration of temporal storms
All of the following work<ref>Tested 15 Mar 2024 in version 1.19.4</ref> in a singleplayer world to restore the parchment-style map to the classic colorful map:
*<code>/worldconfig temporalStability [false|true]</code><br /> Whether or not the temporal stability mechanic should apply (default: true)
* <code>/worldconfig colorAccurateWorldmap true</code> (default: false)
* <code>/worldconfigcreate bool colorAccurateWorldmap true</code>
* <code>/player [playername] privilege grant colorAccurateWorldmap</code>


*<code>/worldconfig temporalRifts [off|invisible|visible]</code><br /> Defines temporal rift behavior (default: visible)<br><strong>Off</strong>: No rifts spawn, which also means there will be no surface drifters.<br><strong>Invisible:</strong> Rifts are not visible to the player, make no sound and do not affect players in any way, but do spawn drifters.<br><strong>Visible:</strong> Rifts are visible to the player, make sound, drain stability on nearby players and spawn drifters.
<!--T:125-->
*<code>/worldconfig temporalStability [false|true]</code><br /> Whether or not the temporal stability mechanic should apply (default: true)
In a multiplayer world, the following restores the classic map for an individual:
*<code>/worldconfig temporalGearRespawnUses [-1 .. 9999]</code><br /> How many times you can respawn from a spawnpoint set by the temporal gear. -1 means infinite. (default: infinite)
* <code>/player [playername] privilege grant colorAccurateWorldmap</code>
*<code>/worldconfig temporalStormSleeping [false|true]</code><br /> Whether or not to allow sleeping during temporal storms (default: false)
while the following restores the classic map for all players:
* <code>/worldconfig colorAccurateWorldmap true</code>
* <code>/worldconfigcreate bool colorAccurateWorldmap true</code>
(needs confirmation)


=== World generation ===
===Temporal stability=== <!--T:10-->


The configs world climate, world size and polar-equator distance can only be set during world creation.
<!--T:11-->
*<code>/worldconfig temporalStorms [off|veryrare|rare|sometimes|often|veryoften]</code><br /> How frequent temporal storms should be (default: sometimes)
*<code>/worldconfig tempstormDurationMul [value]</code><br />Command to change the duration of temporal storms
*<code>/worldconfig temporalStability [false|true]</code><br /> Whether the temporal stability mechanic should apply (default: true)


*<code>/worldconfig worldEdge [blocked|traversable]</code><br />Wether you can fall off the world edge (default: traversable)
<!--T:12-->
*<code>/worldconfig temporalRifts [off|invisible|visible]</code><br /> Defines temporal rift behavior (default: visible)<br><strong>Off</strong>: No rifts spawn, which also means no drifters can spawn on the surface.<br><strong>Invisible:</strong> Rifts are not visible to the player, make no sound and do not affect players in any way, but do spawn drifters.<br><strong>Visible:</strong> Rifts are visible to the player, make sound, drain stability on nearby players and spawn drifters.
*<code>/worldconfig temporalGearRespawnUses [-1 .. 9999]</code><br /> How many times you can respawn from a spawnpoint set by the temporal gear. -1 means infinite. (default: 20)
*<code>/worldconfig temporalStormSleeping [0|1]</code><br /> Whether or not to allow sleeping during temporal storms (default: 0)
 
===World generation=== <!--T:13-->
 
<!--T:14-->
The configs ''world climate'', ''world size'' and ''polar-equator distance'' can only be set during world creation.
 
<!--T:15-->
*<code>/worldconfig worldClimate [realistic|patchy]</code><br />Sets the climate of the world (only during world create) (default: realistic)
*<code>/worldconfig landcover [0.1-1]</code><br />Sets the amount of the world that will be covered in land (only during world create) (default: 1)<nowiki>*</nowiki>
*<code>/worldconfig oceanscale [0.1-4]</code> <small>(In game world customization labeled as 'Landcover scale'.)</small><br />Sets the amount of the world that will be covered in ocean (only during world create) (default: 1)<nowiki>*</nowiki>
*<code>/worldconfig upheavelCommonness [0-1]</code><br />Sets the percentage chance that there will be upheaval in the land (only during world create) (default: 0.3)<nowiki>*</nowiki>
*<code>/worldconfig geologicActivity [0-0.4]</code><br />Sets the percentage chance that there will be geological activity in the world generation (only during world create) (default: 0.05)
*<code>/worldconfig landformScale [0.5-1.5]</code><br />Sets the percentage variation of various landforms, making them larger or smaller during generation (only during world create) (default: 1.0)<nowiki>*</nowiki>
 
<!--T:25-->
*<code>/worldconfig worldEdge [blocked|traversable]</code><br />Whether you can fall off the world edge (default: traversable)
*<code>/worldconfig globalTemperature [0-5]</code><br />Sets the global temperature multiplier for world generation. Does not affect already generated chunks. Useful values are between 0.1 and 5, where 0.1 is super cold, and 5 is super hot. (default: 1)
*<code>/worldconfig globalTemperature [0-5]</code><br />Sets the global temperature multiplier for world generation. Does not affect already generated chunks. Useful values are between 0.1 and 5, where 0.1 is super cold, and 5 is super hot. (default: 1)
*<code>/worldconfig globalPrecipitation [0-5]</code><br /> Sets the global rainfall multiplier for world generation. Does not affect already generated chunks. Useful values are between 0.1 and 5, where 0.1 is super dry and 5 is super wet (default: 1)
*<code>/worldconfig globalPrecipitation [0-5]</code><br /> Sets the global rainfall multiplier for world generation. Does not affect already generated chunks. Useful values are between 0.1 and 5, where 0.1 is super dry and 5 is super wet (default: 1)
*<code>/worldconfig globalForestation [-1 .. 1]</code><br /> Sets the global forestation offset for world generation. -1 means there will be no forests, 1 means there will be only forests, the value 0 means default forestation density (default: 0)
*<code>/worldconfig globalForestation [-1 .. 1]</code><br /> Sets the global forestation offset for world generation. -1 means there will be no forests, 1 means there will be only forests, the value 0 means default forestation density (default: 0)
*<code>/worldconfig surfaceCopperDeposits [0-5]</code><br /> Set chance of surface copper spawning for each chunk column (default: 0.1)
*<code>/worldconfig surfaceCopperDeposits [0-5]</code><br /> Set chance of surface copper spawning for each chunk column (default: 0.12<ref>Line 259 of [[https://github.com/anegostudios/vssurvivalmod/blob/master/Properties/AssemblyInfo.cs AssemblyInfo.cs]]</ref>)
*<code>/worldconfig surfaceTinDeposits [0-5]</code><br /> Set chance of surface tin spawning for each chunk column (default: 0.07)
*<code>/worldconfig surfaceTinDeposits [0-5]</code><br /> Set chance of surface tin spawning for each chunk column (default: 0.007<ref>Line 260 of [[https://github.com/anegostudios/vssurvivalmod/blob/master/Properties/AssemblyInfo.cs AssemblyInfo.cs]]</ref>)
*<code>/worldConfig snowAccum [true|false]</code><br /> If true, snow will accumulate during winter (default: true)
*<code>/worldconfig snowAccum [true|false]</code><br /> If true, snow will accumulate during winter (default: true)


<!--T:26-->
<nowiki>*</nowiki> ''See the table below for the effects of changing these settings.''


=== Multiplayer ===
</translate>
{| class="wikitable sortable mw-collapsible" style="text-align: center;"
|+<translate><!--T:28--> World seed 612031164 with various configurations</translate>
|-
!<translate><!--T:29--> Result</translate>!!<translate><!--T:30--> Landcover</translate>!!<translate><!--T:31--> Landcover <br>scale</translate>!! <translate><!--T:32--> Upheaval <br>rate</translate>!!<translate><!--T:33--> Landform <br>scale</translate>!!<translate><!--T:34--> Characteristics</translate>
|-
|[[File:map_configsdefault.png|100px]]||<translate><!--T:35--> default</translate> <br>100%||<translate><!--T:36--> default</translate> <br>100%||<translate><!--T:37--> default</translate> <br>30%||<translate><!--T:38--> default</translate> <br>100%||<translate><!--T:39--> Plentiful ponds and lakes</translate>
|-
| colspan="6" | ''<translate><!--T:40--> Half vs double</translate>''
|-
|[[File:map_landcover50.png|100px]]||'''50%'''||<translate><!--T:41--> default</translate> <br>100%||<translate><!--T:42--> default</translate> <br>30%|| <translate><!--T:43--> default</translate> <br>100%|| <translate><!--T:44--> Half as much of the world with land.</translate>
|-
| ||'''200%'''||<translate><!--T:45--> default</translate> <br>100%||<translate><!--T:46--> default</translate> <br>30%||<translate><!--T:47--> default</translate> <br>100%||<translate><!--T:48--> not available in Customize screen</translate>
|-
|[[File:map_coverscale50.png|100px]]||<translate><!--T:49--> default</translate> <br>100% ||'''50%'''||<translate><!--T:50--> default</translate> <br>30%||<translate><!--T:51--> default</translate> <br>100%|| <translate><!--T:52--> With landcover at 100%, ocean size appears unchanged.</translate>
|-
|[[File:map_coverscale200.png|100px]]||<translate><!--T:53--> default</translate> <br>100%||'''200%'''||<translate><!--T:54--> default</translate> <br>30%||<translate><!--T:55--> default</translate> <br>100%|| <translate><!--T:56--> With landcover at 100%, ocean size appears unchanged.</translate>
|-
|[[File:map_upheaval10.png|100px]] [[File:Screenshot_upheaval10.png|178px]]||<translate><!--T:57--> default</translate> <br>100%||<translate><!--T:58--> default</translate> <br>100%||'''10%'''||<translate><!--T:59--> default</translate> <br>100%||<translate><!--T:60--> More flat areas.</translate>
|-
|[[File:map_upheaval60.png|100px]] [[File:Screenshot_upheaval60.png|178px]]||<translate><!--T:61--> default</translate> <br>100%||<translate><!--T:62--> default</translate> <br>100%||'''60%'''||<translate><!--T:63--> default</translate> <br>100% ||<translate><!--T:64--> More raised areas.</translate>
|-
|[[File:map_formscale40.png|100px]] [[File:Screenshot_formscale40.png|178px]]||<translate><!--T:65--> default</translate> <br>100%||<translate><!--T:66--> default</translate> <br>100%||<translate><!--T:67--> default</translate> <br>30%||'''40%'''||<translate><!--T:68--> Raised areas are skinny/spiky.</translate>
|-
|[[File:map_formscale200.png|100px]] [[File:Screenshot_formscale200.png|178px]]||<translate><!--T:69--> default</translate> <br>100%||<translate><!--T:70--> default</translate> <br>100%||<translate><!--T:71--> default</translate> <br>30%||'''200%'''||<translate><!--T:72--> Raised areas are broad/blunt.</translate>
|-
| colspan="6" |''<translate><!--T:73--> Multi-variable configs</translate>''
|-
!<translate><!--T:74--> Result</translate>!!<translate><!--T:75--> Landcover</translate>!!<translate><!--T:76--> Landcover <br>scale</translate>!!<translate><!--T:77--> Upheaval <br>rate</translate>!!<translate><!--T:78--> Landform <br>scale</translate> !!<translate><!--T:79--> Characteristics</translate>
|-
|[[File:map_landcover10.png|100px]]||'''10%'''||<translate><!--T:80--> default</translate> <br>100%||<translate><!--T:81--> default</translate> <br>30%||<translate><!--T:82--> default</translate> <br>100%||<translate><!--T:83--> Barely any land.</translate>
|-
|[[File:map_landcover70.png|100px]]|| '''70%'''||<translate><!--T:84--> default</translate> <br>100%||<translate><!--T:85--> default</translate> <br>30%||<translate><!--T:86--> default</translate> <br>100%||<translate><!--T:87--> Significant seas/oceans.</translate>
|-
|[[File:map_landcover70_coverscale10.png|100px]]|| '''70%'''||'''10%'''||<translate><!--T:88--> default</translate> <br>30%||<translate><!--T:89--> default</translate> <br>100%||<translate><!--T:90--> Significant quantities of water separating islands.</translate>
|-
|[[File:map_landcover70_coverscale50.png|100px]]||'''70%'''||'''50%'''||<translate><!--T:91--> default</translate> <br>30%||<translate><!--T:92--> default</translate> <br>100%||<translate><!--T:93--> Significant seas/oceans, separated by plenty of land.</translate>
|-
|[[File:map_landcover70_coverscale200.png|100px]]||'''70%'''||'''200%'''||<translate><!--T:94--> default</translate> <br>30%||<translate><!--T:95--> default</translate> <br>100%||<translate><!--T:96--> Nearly default: plenty of land between bodies of water.</translate>
|-
|[[File:map_landcover70_coverscale50_formscale300.png|100px]]<br>[[File:screenshot_landcover70_coverscale50_formscale300.png|100px]]||70%||50%||30%||300%||Frequent water rather than distinct landmasses.
|-
|[[File:map_landcover70_coverscale50_upheaval50_formscale300.png|100px]]<br>[[File:screenshot_landcover70_coverscale50_upheaval50_formscale300.png|100px]]||70%||50%||50%||300%||Rarely flat terrain at sealevel.
|}
<translate>


*<code>/worldconfig allowLandClaiming [true|false]</code><br /> Whether or not players are allowed to use the land claiming system. (default: true)
===Multiplayer=== <!--T:16-->
 
<!--T:17-->
*<code>/worldconfig allowLandClaiming [true|false]</code><br /> Whether players are allowed to use the land claiming system. (default: true)
*<code>/worldConfig classExclusiveRecipes [true|false]</code><br /> If true, class exclusive recipes are enabled (default: true)
*<code>/worldConfig classExclusiveRecipes [true|false]</code><br /> If true, class exclusive recipes are enabled (default: true)
*<code>/worldConfig auctionHouse [true|false]</code><br /> Whether or not the auction house is available to players (default: true)
*<code>/worldConfig auctionHouse [true|false]</code><br /> Whether the auction house is available to players (default: true)


=== Configurations not in the customize world screen ===
===Configurations not in the customize world screen=== <!--T:18-->


These configs need to be created first. Subsequent edits to those can be done with <code>/worldconfig name value</code>
<!--T:19-->
These configs need to be created first. Subsequent edits to those can be done with <code>/worldconfig [variable name] [value]</code>


<!--T:20-->
*<code>/worldconfigcreate bool disableDeathMessages [true|false]</code><br />Whether or not death messages will be displayed.
*<code>/worldconfigcreate bool disableDeathMessages [true|false]</code><br />Whether or not death messages will be displayed.
*<code>/worldconfigcreate bool windAffectedEntityMovement [true|false]</code><br />Whether or not wind affects player and creature movement.
*<code>/worldconfigcreate bool windAffectedEntityMovement [true|false]</code><br />Whether or not wind affects player and creature movement.
Line 80: Line 175:
*<code>/worldconfigcreate int auctionHouseDurationWeeksMul [1,2,3,4...]</code><br />A multiplier on how many weeks a auction can stay listed before expiring, does change the cost of listing (e.g. doubling this value will have items listed twice as long for the same cost). Can not use decimal numbers. (default: 1)
*<code>/worldconfigcreate int auctionHouseDurationWeeksMul [1,2,3,4...]</code><br />A multiplier on how many weeks a auction can stay listed before expiring, does change the cost of listing (e.g. doubling this value will have items listed twice as long for the same cost). Can not use decimal numbers. (default: 1)
*<code>/worldconfigcreate float auctionHouseSalesCutRate [0..1] </code><br />The sales cut the trader takes for a sold item on the auction.  (default: 0.1, which is 10%)
*<code>/worldconfigcreate float auctionHouseSalesCutRate [0..1] </code><br />The sales cut the trader takes for a sold item on the auction.  (default: 0.1, which is 10%)
*<code>/worldconfigcreate float cropGrowthRateMul [0.1 ... 10]</code><br />Sets the growth rate for crops and berry bushes.
==History== <!--T:22-->
<!--T:24-->
*The ability to configure the despawn timer for death-dropped items was added in version 1.18.10.  Description of how it works: [https://www.vintagestory.at/blog.html/news/v118911810-stable-idle-server-ram-saver-r365/ Official Devlog]
*Feature addition: Cave-in system was added in version [https://www.vintagestory.at/blog.html/news/v1190-dejank-redux-stable-r374/ 1.19.0].
==See Also== <!--T:23-->
==References== <!--T:126-->
</translate>
<references />
{{Navbox/modding|Vintage Story}}
{{Game navbox}}
Confirmedusers, editor
1,052

edits