AMPTemplates/seven-days-to-dieconfig.json
IceOfWraith 5850d43eda
7D2D Fix Ports (#509)
* 7D2D Port Changes

Greelan was right. Everyone was right. I was wrong. Hopefully, this fixes it.

* Update seven-days-to-die.kvp
2023-11-06 23:29:53 -06:00

1409 lines
60 KiB
JSON

[
{
"DisplayName":"Server Name",
"Category":"7d2d - Server Settings",
"Description":"Whatever you want the name of the server to be.",
"Keywords":"server,name",
"FieldName":"ServerName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerName']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"My Amp Host",
"EnumValues":{}
},{
"DisplayName":"Server Description",
"Category":"7d2d - Server Settings",
"Description":"Whatever you want the server description to be, will be shown in the server browser.",
"Keywords":"Server,Description",
"FieldName":"ServerDescription",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerDescription']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"An AMP Powered 7 Days to Die server",
"EnumValues":{}
},{
"DisplayName":"Server Website URL",
"Category":"7d2d - Server Settings",
"Description":"Website URL for the server, will be shown in the serverbrowser as a clickable link.",
"Keywords":"Server,Website,URL",
"FieldName":"ServerWebsiteURL",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerWebsiteURL']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"https://cubecoders.com/AMP",
"EnumValues":{}
},{
"DisplayName":"Server Password",
"Category":"7d2d - Server Settings",
"Description":"Password to gain entry to the server.",
"Keywords":"Server,Password",
"FieldName":"ServerPassword",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerPassword']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},{
"DisplayName":"Server Login Confirmation Text",
"Category":"7d2d - Server Settings",
"Description":"If set the user will see the message during joining the server and has to confirm it before continuing.",
"Keywords":"Server,Login,Confirmation,Text",
"FieldName":"ServerLoginConfirmationText",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerLoginConfirmationText']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},{
"DisplayName":"Region",
"Category":"7d2d - Server Settings",
"Description":"The region this server is in.",
"Keywords":"Region",
"FieldName":"Region",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='Region']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"NorthAmericaEast",
"EnumValues":{
"NorthAmericaEast": "North America East",
"NorthAmericaWest": "North America West",
"CentralAmerica": "Central America",
"SouthAmerica": "South America",
"Europe": "Europe",
"Russia": "Russia",
"Asia": "Asia",
"MiddleEast": "Middle East",
"Africa": "Africa",
"Oceania": "Oceania"
}
},{
"DisplayName":"Language",
"Category":"7d2d - Server Settings",
"Description":"Primary language for players on this server. Should be the English name of the language, e.g. not \"Deutsch\" but \"German\"",
"Keywords":"Language",
"FieldName":"Language",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='Language']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"English",
"EnumValues":{}
},{
"DisplayName":"Server Port",
"Category":"7d2d - Server Settings",
"Description":"Whatever you want the name of the server to be.",
"Keywords":"",
"FieldName":"$ServerPort",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerPort']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"26900",
"EnumValues":{},
"Hidden": true
},{
"DisplayName":"Server Visibility",
"Category":"7d2d - Server Settings",
"Description":"As you are never a friend of a dedicated server, setting this to \"Only shown to friends\" will only work when the first player connects manually by IP.",
"Keywords":"Server,Visibility",
"FieldName":"ServerVisibility",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerVisibility']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"2",
"EnumValues":{
"2": "Public",
"1": "Only shown to friends",
"0": "Not listed"
}
},{
"DisplayName":"Server Disabled Network Protocols",
"Category":"7d2d - Server Settings",
"Description":"Dedicated servers should disable SteamNetworking if there is no NAT router in between your users and the server or when port-forwarding is set up correctly.",
"Keywords":"Server,Disabled,Network,Protocols",
"FieldName":"ServerDisabledNetworkProtocols",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerDisabledNetworkProtocols']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"SteamNetworking",
"EnumValues":{
"": "None",
"SteamNetworking": "SteamNetworking",
"LiteNetLib": "LiteNetLib",
"LiteNetLib,SteamNetworking": "Both"
}
},{
"DisplayName":"Server Max World Transfer Speed",
"Category":"7d2d - Server Settings",
"Description":"Maximum speed in kiB/s the world is transferred at to a client on first connect if it does not have the world yet. Maximum is about 1300 kiB/s, even if you set a higher value.",
"Keywords":"Server,Max,World,Transfer,Speed,KiBs",
"FieldName":"ServerMaxWorldTransferSpeedKiBs",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerMaxWorldTransferSpeedKiBs']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"512",
"EnumValues":{},
"Suffix": "KiBs"
},{
"DisplayName":"Server Max Player Count",
"Category":"7d2d - Server Settings",
"Description":"Maximum Concurrent Players.",
"Keywords":"Server,Max,Player,Count",
"FieldName":"$MaxUsers",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerMaxPlayerCount']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"8",
"EnumValues":{},
"Suffix":"players",
"MinValue":"1"
},{
"DisplayName":"Server Reserved Slots",
"Category":"7d2d - Server Settings",
"Description":"Out of the Max Player Count this many slots can only be used by players with a specific permission level.",
"Keywords":"Server,Reserved,Slots",
"FieldName":"ServerReservedSlots",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerReservedSlots']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{},
"Suffix": "slots"
},{
"DisplayName":"Server Reserved Slots Permission",
"Category":"7d2d - Server Settings",
"Description":"Required permission level to use the admin slots above.",
"Keywords":"Server,Reserved,Slots,Permission",
"FieldName":"ServerReservedSlotsPermission",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerReservedSlotsPermission']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"100",
"EnumValues":{},
"Suffix": "level"
},{
"DisplayName":"Persistent Player Profiles",
"Category":"7d2d - Server Settings",
"Description":"Enable/Disable players joining with the same profile they last logged in with.",
"Keywords":"Profile,Persistent,Enabled",
"FieldName":"PersistentPlayerProfiles",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='PersistentPlayerProfiles']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Control Panel / Web Dashboard Enabled",
"Category":"7d2d - Server Settings",
"Description":"Enable/Disable the web control panel / web dashboard.",
"Keywords":"Control,Panel,Web,Dashboard,Enabled",
"FieldName":"ControlPanelEnabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ControlPanelEnabled']/@value | /ServerSettings/property[@name='WebDashboardEnabled']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Control Panel / Web Dashboard Port",
"Category":"7d2d - Server Settings",
"Description":"Port of the control panel / web dashboard webpage.",
"Keywords":"",
"FieldName":"$ControlPanelPort",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ControlPanelPort']/@value | /ServerSettings/property[@name='WebDashboardPort']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"8080",
"EnumValues":{},
"Hidden": true
},{
"DisplayName":"Control Panel Password",
"Category":"7d2d - Server Settings",
"Description":"Password to gain entry to the control panel. This only applies to game version 20.7 and below.",
"Keywords":"Control,Panel,Password",
"FieldName":"ControlPanelPassword",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ControlPanelPassword']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"{{newguid()}}",
"EnumValues":{}
},{
"DisplayName":"Web Dashboard URL",
"Category":"7d2d - Server Settings",
"Description":"External URL to the web dashboard if not just using the public IP of the server, e.g. if the web dashboard is behind a reverse proxy. Needs to be the full URL, like \"https://domainOfReverseProxy.tld:1234/\". Can be left empty if directly using the public IP and dashboard port. Only applies to game version 21.0 and above.",
"Keywords":"Web,Dashboard,URL",
"FieldName":"WebDashboardUrl",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='WebDashboardUrl']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"",
"Placeholder":"https://domainOfReverseProxy.tld:1234/",
"EnumValues":{}
},{
"DisplayName":"Web Dashboard Map Rendering Enabled",
"Category":"7d2d - Server Settings",
"Description":"Enable/disable rendering of the map to tile images while exploring it. This is used e.g. by the web dashboard to display a view of the map.",
"Keywords":"Web,Dashboard,Map,Rendering",
"FieldName":"EnableMapRendering",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='EnableMapRendering']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Telnet Enabled",
"Category":"7d2d - Server Settings",
"Description":"Enable/Disable the telnet.",
"Keywords":"",
"FieldName":"TelnetEnabled",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='TelnetEnabled']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{},
"Hidden": true
},{
"DisplayName":"Telnet Port",
"Category":"7d2d - Server Settings",
"Description":"Port of the telnet server.",
"Keywords":"",
"FieldName":"$RemoteAdminPort",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='TelnetPort']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"8081",
"EnumValues":{},
"Hidden": true
},{
"DisplayName":"Telnet Password",
"Category":"7d2d - Server Settings",
"Description":"See the Security and Privacy menu for configurable options for the password to the server's telnet interface (RCON).",
"Keywords":"Telnet,Password",
"FieldName":"$RemoteAdminPassword",
"InputType":"hidden",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='TelnetPassword']/@value",
"IncludeInCommandLine":false,
"EnumValues":{}
},{
"DisplayName":"Telnet Failed Login Limit",
"Category":"7d2d - Server Settings",
"Description":"After this many wrong passwords from a single remote client the client will be blocked from connecting to the Telnet interface.",
"Keywords":"Telnet,Failed,Login,Limit",
"FieldName":"TelnetFailedLoginLimit",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='TelnetFailedLoginLimit']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"10",
"EnumValues":{},
"Suffix": "attempts"
},{
"DisplayName":"Telnet Failed Logins Block Time",
"Category":"7d2d - Server Settings",
"Description":"How long will the block persist.",
"Keywords":"Telnet,Failed,Logins,Block,time",
"FieldName":"TelnetFailedLoginsBlocktime",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='TelnetFailedLoginsBlocktime']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"10",
"EnumValues":{},
"Suffix": "seconds"
},{
"DisplayName":"Admin File Name",
"Category":"7d2d - Server Settings",
"Description":"Server admin file name. Path relative to the Save Game Folder.",
"Keywords":"Admin,File,Name",
"FieldName":"AdminFileName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='AdminFileName']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"serveradmin.xml",
"EnumValues":{}
},{
"DisplayName":"EAC Enabled",
"Category":"7d2d - Server Settings",
"Description":"Enables/Disables EasyAntiCheat.",
"Keywords":"EAC,Enabled",
"FieldName":"EACEnabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='EACEnabled']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Hide Command Execution Log",
"Category":"7d2d - Server Settings",
"Description":"Hide logging of command execution..",
"Keywords":"Hide,Command,Execution,Log",
"FieldName":"HideCommandExecutionLog",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='HideCommandExecutionLog']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"0": "Show everything",
"1": "Hide only from Telnet/ControlPanel",
"2": "Also hide from remote game clients",
"3": "Hide everything"
}
},{
"DisplayName":"Max Uncovered Map Chunks Per Player",
"Category":"7d2d - Server Settings",
"Description":"Override how many chunks can be uncovered on the ingame map by each player. Resulting max map file size limit per player is (x * 512 Bytes), uncovered area is (x * 256 m²). Default 131072 means max 32 km² can be uncovered at any time.",
"Keywords":"Max,Uncovered,Map,Chunks,Per,Player",
"FieldName":"MaxUncoveredMapChunksPerPlayer",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='MaxUncoveredMapChunksPerPlayer']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"131072",
"EnumValues":{},
"Suffix": "chunks"
},{
"DisplayName":"Game World",
"Category":"7d2d - Gameplay Settings",
"Description":"\"RWG\" (see WorldGenSeed and WorldGenSize options below) or any already existing world name in the Worlds folder (currently shipping with: \"Navezgane\", \"PREGEN6k\", \"PREGEN8k\", \"PREGEN10k\").",
"Keywords":"Game,World",
"FieldName":"GameWorld",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='GameWorld']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"Navezgane",
"EnumValues":{}
},{
"DisplayName":"World Gen Seed",
"Category":"7d2d - Gameplay Settings",
"Description":"If RWG this is the seed for the generation of the new world. If a world with the resulting name already exists it will simply load it.",
"Keywords":"World,Gen,Seed",
"FieldName":"WorldGenSeed",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='WorldGenSeed']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"AMP",
"EnumValues":{}
},{
"DisplayName":"World Gen Size",
"Category":"7d2d - Gameplay Settings",
"Description":"If RWG, this controls the width and height of the created world. Officially supported sizes are between 6144 and 10240 and must be a multiple of 2048, e.g. 6144, 8192, 10240.",
"Keywords":"World,Gen,Size",
"FieldName":"WorldGenSize",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='WorldGenSize']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"6144",
"EnumValues":{}
},{
"DisplayName":"Game Name",
"Category":"7d2d - Gameplay Settings",
"Description":"Whatever you want the game name to be. This affects the save game name as well as the seed used when placing decoration (trees etc) in the world. It does not control the generic layout of the world if creating an RWG world.`",
"Keywords":"Game,Name",
"FieldName":"GameName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='GameName']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"My AMP Game",
"EnumValues":{}
},{
"DisplayName":"Game Mode",
"Category":"7d2d - Gameplay Settings",
"Description":"Only one game mode available at this time. Placeholder for future options.",
"Keywords":"Game,Mode",
"FieldName":"GameMode",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='GameMode']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"GameModeSurvival",
"EnumValues":{}
},{
"DisplayName":"Game Difficulty",
"Category":"7d2d - Gameplay Settings",
"Description":"Whatever you want the name of the server to be.",
"Keywords":"Game,Difficulty",
"FieldName":"GameDifficulty",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='GameDifficulty']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"2",
"EnumValues":{
"0": "Scavenger - Easiest",
"1": "Adventurer - Easy",
"2": "Nomad - Normal",
"3": "Warrior - Hard",
"4": "Survivalist - Harder",
"5": "Insane - Hardest"
}
},{
"DisplayName":"Player Block Damage",
"Category":"7d2d - Gameplay Settings",
"Description":"How much damage do players to blocks (percentage in whole numbers).",
"Keywords":"Block,Damage,Player",
"FieldName":"BlockDamagePlayer",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BlockDamagePlayer']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"100",
"EnumValues":{},
"Suffix": "%"
},{
"DisplayName":"AI Block Damage",
"Category":"7d2d - Gameplay Settings",
"Description":"How much damage do AIs do to blocks (percentage in whole numbers).",
"Keywords":"Block,Damage,AI",
"FieldName":"BlockDamageAI",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BlockDamageAI']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"100",
"EnumValues":{},
"Suffix": "%"
},{
"DisplayName":"AI Block Damage Blood Moon",
"Category":"7d2d - Gameplay Settings",
"Description":"How much damage do AIs do during blood moons to blocks (percentage in whole numbers).",
"Keywords":"Block,Damage,AI,Blood,Moon",
"FieldName":"BlockDamageAIBM",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BlockDamageAIBM']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"100",
"EnumValues":{},
"Suffix": "%"
},{
"DisplayName":"XP Multiplier",
"Category":"7d2d - Gameplay Settings",
"Description":"XP gain multiplier (percentage in whole numbers)",
"Keywords":"XP,Multiplier",
"FieldName":"XPMultiplier",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='XPMultiplier']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"100",
"EnumValues":{},
"Suffix": "%"
},{
"DisplayName":"Player Safe Zone Level",
"Category":"7d2d - Gameplay Settings",
"Description":"If a player is less or equal this level he will create a safe zone (no enemies).",
"Keywords":"Player,Safe,Zone,Level",
"FieldName":"PlayerSafeZoneLevel",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='PlayerSafeZoneLevel']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"5",
"EnumValues":{},
"Suffix": "level"
},{
"DisplayName":"Player Safe Zone Hours",
"Category":"7d2d - Gameplay Settings",
"Description":"Hours in world time this safe zone exists.",
"Keywords":"Player,Safe,Zone,Hours",
"FieldName":"PlayerSafeZoneHours",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='PlayerSafeZoneHours']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"5",
"EnumValues":{},
"Suffix": "hours"
},{
"DisplayName":"Build Create",
"Category":"7d2d - Gameplay Settings",
"Description":"cheat mode on/off.",
"Keywords":"Build,Create,cheat,mode",
"FieldName":"BuildCreate",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BuildCreate']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Day Night Length",
"Category":"7d2d - Gameplay Settings",
"Description":"Real time minutes per in game day: 60 minutes.",
"Keywords":"Day,Night,Length",
"FieldName":"DayNightLength",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DayNightLength']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"60",
"EnumValues":{},
"Suffix": "minutes"
},{
"DisplayName":"Day Light Length",
"Category":"7d2d - Gameplay Settings",
"Description":"In game hours the sun shines per day: 18 hours day light per in game day.",
"Keywords":"Day,Light,Length",
"FieldName":"DayLightLength",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DayLightLength']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"18",
"EnumValues":{},
"Suffix": "hours"
},{
"DisplayName":"Drop On Death",
"Category":"7d2d - Gameplay Settings",
"Description":"What a player drops upon death",
"Keywords":"Drop,On,Death",
"FieldName":"DropOnDeath",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DropOnDeath']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"1",
"EnumValues":{
"0": "Nothing",
"1": "Everything",
"2": "Toolbelt Only",
"3": "Backpack Only",
"4": "Delete All"
}
},{
"DisplayName":"Drop On Quit",
"Category":"7d2d - Gameplay Settings",
"Description":"What a player drops when quitting",
"Keywords":"Drop,On,Quit",
"FieldName":"DropOnQuit",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DropOnQuit']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"0": "Nothing",
"1": "Everything",
"2": "Toolbelt Only",
"3": "Backpack Only"
}
},{
"DisplayName":"Bedroll Dead Zone Size",
"Category":"7d2d - Gameplay Settings",
"Description":"Size (box \"radius\", so a box with 2 times the given value for each side's length) of bedroll deadzone, no zombies will spawn inside this area, and any cleared sleeper volumes that touch a bedroll deadzone will not spawn after they've been cleared.",
"Keywords":"Bedroll,Dead,Zone,Size",
"FieldName":"BedrollDeadZoneSize",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BedrollDeadZoneSize']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"15",
"EnumValues":{},
"Suffix": "blocks"
},{
"DisplayName":"Bedroll Expiry Time",
"Category":"7d2d - Gameplay Settings",
"Description":"Number of real world days a bedroll stays active after owner was last online.",
"Keywords":"Bedroll Expiry Time",
"FieldName":"BedrollExpiryTime",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BedrollExpiryTime']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"45",
"EnumValues":{},
"Suffix": "minutes"
},{
"DisplayName":"Allow Spawn Near Backpack",
"Category":"7d2d - Gameplay Settings",
"Description":"Allow players to respawn near their last dropped backpack when they die.",
"Keywords":"Allow,Spawn,Near,Backpack",
"FieldName":"AllowSpawnNearBackpack",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='AllowSpawnNearBackpack']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Max Spawned Zombies",
"Category":"7d2d - Gameplay Settings",
"Description":"This setting covers the entire map. There can only be this many zombies on the entire map at one time. Changing this setting has a huge impact on performance.",
"Keywords":"Max,Spawned,Zombies",
"FieldName":"MaxSpawnedZombies",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='MaxSpawnedZombies']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"64",
"EnumValues":{},
"Suffix": "zombies"
},{
"DisplayName":"Max Spawned Animals",
"Category":"7d2d - Gameplay Settings",
"Description":"If your server has a large number of players you can increase this limit to add more wildlife. Animals don't consume as much CPU as zombies. NOTE: That this doesn't cause more animals to spawn arbitrarily: The biome spawning system only spawns a certain number of animals in a given area, but if you have lots of players that are all spread out then you may be hitting the limit and can increase it.",
"Keywords":"Max,Spawned,Animals",
"FieldName":"MaxSpawnedAnimals",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='MaxSpawnedAnimals']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"50",
"EnumValues":{},
"Suffix": "animals"
},{
"DisplayName":"Server Max Allowed View Distance",
"Category":"7d2d - Gameplay Settings",
"Description":"Max viewdistance a client may request (6 - 12). High impact on memory usage and performance.",
"Keywords":"Server,Max,Allowed,View,Distance",
"FieldName":"ServerMaxAllowedViewDistance",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ServerMaxAllowedViewDistance']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"12",
"EnumValues":{
"6": "6",
"7": "7",
"8": "8",
"9": "9",
"10": "10",
"11": "11",
"12": "12"
}
},{
"DisplayName":"Max Queued Mesh Layers",
"Category":"7d2d - Gameplay Settings",
"Description":"Maximum amount of Chunk mesh layers that can be enqueued during mesh generation. Reducing this will improve memory usage but may increase Chunk generation time.",
"Keywords":"Max,Queued,Mesh,Layers",
"FieldName":"MaxQueuedMeshLayers",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='MaxQueuedMeshLayers']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"1000",
"Placeholder":"1000",
"EnumValues":{},
"Suffix": "chunks"
},{
"DisplayName":"Enemy Spawn Mode",
"Category":"7d2d - Gameplay Settings",
"Description":"Enable/Disable enemy spawning.",
"Keywords":"Enemy,Spawn,Mode",
"FieldName":"EnemySpawnMode",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='EnemySpawnMode']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Enemy Difficulty",
"Category":"7d2d - Gameplay Settings",
"Description":"Difficulty of the enemies.",
"Keywords":"Enemy,Difficulty",
"FieldName":"EnemyDifficulty",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='EnemyDifficulty']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"0": "Normal",
"1": "Feral"
}
},{
"DisplayName":"Zombie Feral Sense",
"Category":"7d2d - Gameplay Settings",
"Description":"When zombies should have feral sense.",
"Keywords":"Zombie,Feral,Sense",
"FieldName":"ZombieFeralSense",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ZombieFeralSense']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"0": "Off",
"1": "Day",
"2": "Night",
"3": "All"
}
},{
"DisplayName":"Zombie Move Day",
"Category":"7d2d - Gameplay Settings",
"Description":"Zombie movement speed during the day.",
"Keywords":"Zombie,Move",
"FieldName":"ZombieMove",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ZombieMove']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"0": "Walk",
"1": "Jog",
"2": "Run",
"3": "Sprint",
"4": "Nightmare"
}
},{
"DisplayName":"Zombie Move Night",
"Category":"7d2d - Gameplay Settings",
"Description":"Zombie movement speed during the night.",
"Keywords":"Zombie,Move,Night",
"FieldName":"ZombieMoveNight",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ZombieMoveNight']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"3",
"EnumValues":{
"0": "Walk",
"1": "Jog",
"2": "Run",
"3": "Sprint",
"4": "Nightmare"
}
},{
"DisplayName":"Zombie Feral Move",
"Category":"7d2d - Gameplay Settings",
"Description":"Zombie movement speed of feral zombies.",
"Keywords":"Zombie,Feral,Move",
"FieldName":"ZombieFeralMove",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ZombieFeralMove']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"3",
"EnumValues":{
"0": "Walk",
"1": "Jog",
"2": "Run",
"3": "Sprint",
"4": "Nightmare"
}
},{
"DisplayName":"Zombie Move Blood Moon",
"Category":"7d2d - Gameplay Settings",
"Description":"Zombie movement speed during a blood moon.",
"Keywords":"Zombie,Move,blood,moon",
"FieldName":"ZombieBMMove",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='ZombieBMMove']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"3",
"EnumValues":{
"0": "Walk",
"1": "Jog",
"2": "Run",
"3": "Sprint",
"4": "Nightmare"
}
},{
"DisplayName":"Blood Moon Frequency",
"Category":"7d2d - Gameplay Settings",
"Description":"What frequency (in days) should a blood moon take place. Set to \"0\" for no blood moons.",
"Keywords":"Blood,Moon,Frequency",
"FieldName":"BloodMoonFrequency",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BloodMoonFrequency']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"7",
"EnumValues":{},
"Suffix": "days"
},{
"DisplayName":"Blood Moon Range",
"Category":"7d2d - Gameplay Settings",
"Description":"How many days can the actual blood moon day randomly deviate from the above setting. Setting this to 0 makes blood moons happen exactly each Nth day as specified in Blood Moon Frequency.",
"Keywords":"Blood,Moon,Range",
"FieldName":"BloodMoonRange",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BloodMoonRange']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{},
"Suffix": "days"
},{
"DisplayName":"Blood Moon Warning",
"Category":"7d2d - Gameplay Settings",
"Description":"The Hour number that the red day number begins on a blood moon day. Setting this to -1 makes the red never show.",
"Keywords":"Blood,Moon,Warning",
"FieldName":"BloodMoonWarning",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BloodMoonWarning']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"8",
"EnumValues":{},
"Suffix": "hour"
},{
"DisplayName":"Blood Moon Enemy Count",
"Category":"7d2d - Gameplay Settings",
"Description":"This is the number of zombies that can be alive (spawned at the same time) at any time PER PLAYER during a blood moon horde, however, MaxSpawnedZombies overrides this number in multiplayer games. Also note that your game stage sets the max number of zombies PER PARTY. Low game stage values can result in lower number of zombies than the BloodMoonEnemyCount setting. Changing this setting has a huge impact on performance.",
"Keywords":"Blood,Moon,Enemy,Count",
"FieldName":"BloodMoonEnemyCount",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='BloodMoonEnemyCount']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"8",
"EnumValues":{},
"Suffix": "zombies"
},{
"DisplayName":"Loot Abundance",
"Category":"7d2d - Gameplay Settings",
"Description":"Percentage of loot in whole numbers.",
"Keywords":"Loot,Abundance",
"FieldName":"LootAbundance",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LootAbundance']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"100",
"EnumValues":{},
"Suffix": "%"
},{
"DisplayName":"Loot Respawn Days",
"Category":"7d2d - Gameplay Settings",
"Description":"Days in whole numbers for loot to respawn.",
"Keywords":"Loot,Respawn,Days",
"FieldName":"LootRespawnDays",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LootRespawnDays']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"7",
"EnumValues":{},
"Suffix": "days"
},{
"DisplayName":"Air Drop Frequency",
"Category":"7d2d - Gameplay Settings",
"Description":"How often airdrop occur in game-hours, 0 = never.",
"Keywords":"Air,Drop,Frequency",
"FieldName":"AirDropFrequency",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='AirDropFrequency']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"72",
"EnumValues":{},
"Suffix": "hours"
},{
"DisplayName":"Air Drop Marker",
"Category":"7d2d - Gameplay Settings",
"Description":"Sets if a marker is added to map/compass for air drops.",
"Keywords":"Air,Drop,Marker",
"FieldName":"AirDropMarker",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='AirDropMarker']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Party Shared Kill Range",
"Category":"7d2d - Gameplay Settings",
"Description":"The distance you must be within to receive party shared kill xp and quest party kill objective credit.",
"Keywords":"Party,Shared,Kill,Range",
"FieldName":"PartySharedKillRange",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='PartySharedKillRange']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"100",
"EnumValues":{},
"Suffix": "blocks"
},{
"DisplayName":"Player Killing Mode",
"Category":"7d2d - Gameplay Settings",
"Description":"Player Killing Settings.",
"Keywords":"Player,Killing,Mode",
"FieldName":"PlayerKillingMode",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='PlayerKillingMode']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"3",
"EnumValues":{
"0": "No Killing",
"1": "Kill Allies Only",
"2": "Kill Strangers Only",
"3": "Kill Everyone"
}
},{
"DisplayName":"Land Claim Count",
"Category":"7d2d - Gameplay Settings",
"Description":"Maximum allowed land claims per player.",
"Keywords":"Land,Claim,Count",
"FieldName":"LandClaimCount",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LandClaimCount']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"3",
"EnumValues":{},
"Suffix": "claims"
},{
"DisplayName":"Land Claim Size",
"Category":"7d2d - Gameplay Settings",
"Description":"Size in blocks that is protected by a keystone.",
"Keywords":"Land,Claim,Size",
"FieldName":"LandClaimSize",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LandClaimSize']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"41",
"EnumValues":{},
"Suffix": "blocks"
},{
"DisplayName":"Land Claim Dead Zone",
"Category":"7d2d - Gameplay Settings",
"Description":"Keystones must be this many blocks apart (unless you are friends with the other player).",
"Keywords":"Land,Claim,Dead,Zone",
"FieldName":"LandClaimDeadZone",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LandClaimDeadZone']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"30",
"EnumValues":{},
"Suffix": "blocks"
},{
"DisplayName":"Land Claim Expiry Time",
"Category":"7d2d - Gameplay Settings",
"Description":"The number of real world days a player can be offline before their claims expire and are no longer protected.",
"Keywords":"Land,Claim,Expiry,Time",
"FieldName":"LandClaimExpiryTime",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LandClaimExpiryTime']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"7",
"EnumValues":{},
"Suffix": "days"
},{
"DisplayName":"Land Claim Decay Mode",
"Category":"7d2d - Gameplay Settings",
"Description":"Controls how offline players land claims decay.",
"Keywords":"Land,Claim,Decay,Mode",
"FieldName":"LandClaimDecayMode",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LandClaimDecayMode']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"0": "Slow (Linear)",
"1": "Fast (Exponential)",
"2": "None (Full protection until claim is expired)"
}
},{
"DisplayName":"Land Claim Online Durability Modifier",
"Category":"7d2d - Gameplay Settings",
"Description":"How much protected claim area block hardness is increased when a player is online. 0 means infinite (no damage will ever be taken). Default is 4x.",
"Keywords":"Land,Claim,Online,Durability,Modifier",
"FieldName":"LandClaimOnlineDurabilityModifier",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LandClaimOnlineDurabilityModifier']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"4",
"EnumValues":{},
"Suffix": "X"
},{
"DisplayName":"Land Claim Offline Durability Modifier",
"Category":"7d2d - Gameplay Settings",
"Description":"How much protected claim area block hardness is increased when a player is offline. 0 means infinite (no damage will ever be taken). Default is 4x.",
"Keywords":"Land,Claim,Offline,Durability,Modifier",
"FieldName":"LandClaimOfflineDurabilityModifier",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LandClaimOfflineDurabilityModifier']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"4",
"EnumValues":{},
"Suffix": "X"
},{
"DisplayName":"Land Claim Offline Delay",
"Category":"7d2d - Gameplay Settings",
"Description":"The number of minutes after a player logs out that the land claim area hardness transitions from online to offline. Default is 0.",
"Keywords":"Land,Claim,Offline,Delay",
"FieldName":"LandClaimOfflineDelay",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='LandClaimOfflineDelay']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{},
"Suffix": "minutes"
},{
"DisplayName":"Dynamic Mesh Enabled",
"Category":"7d2d - Gameplay Settings",
"Description":"Is Dynamic Mesh system enabled?",
"Keywords":"Dynamic,Mesh,Enabled",
"FieldName":"DynamicMeshEnabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DynamicMeshEnabled']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Dynamic Mesh Land Claim Only",
"Category":"7d2d - Gameplay Settings",
"Description":"Is Dynamic Mesh system only active in player LCB areas?",
"Keywords":"Dynamic,Mesh,Land,Claim,Only",
"FieldName":"DynamicMeshLandClaimOnly",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DynamicMeshLandClaimOnly']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Dynamic Mesh Land Claim Buffer",
"Category":"7d2d - Gameplay Settings",
"Description":"Dynamic Mesh LCB chunk radius.",
"Keywords":"Dynamic Mesh Land Claim Buffer",
"FieldName":"DynamicMeshLandClaimBuffer",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DynamicMeshLandClaimBuffer']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"3",
"EnumValues":{},
"Suffix": "blocks"
},{
"DisplayName":"Dynamic Mesh Max Item Cache",
"Category":"7d2d - Gameplay Settings",
"Description":"How many items can be processed concurrently, higher values use more RAM.",
"Keywords":"Dynamic,Mesh,Max,Item,Cache",
"FieldName":"DynamicMeshMaxItemCache",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DynamicMeshMaxItemCache']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"3",
"EnumValues":{},
"Suffix": "items"
},{
"DisplayName":"Twitch Server Permission Level",
"Category":"7d2d - Gameplay Settings",
"Description":"Required permission level to use twitch integration on the server.",
"Keywords":"Twitch,Server,Permission,Level",
"FieldName":"TwitchServerPermission",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='TwitchServerPermission']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"90",
"EnumValues":{},
"Suffix": "level"
},{
"DisplayName":"Twitch Blood Moon Allowed",
"Category":"7d2d - Gameplay Settings",
"Description":"If the server allows twitch actions during a blood moon. This could cause server lag with extra zombies being spawned during blood moon.",
"Keywords":"Twitch,Blood,Moon,Allowed",
"FieldName":"TwitchBloodMoonAllowed",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='TwitchBloodMoonAllowed']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Max Chunk Age",
"Category":"7d2d - Server Settings",
"Description":"The number of in-game days which must pass since visiting a chunk before it will reset to its original state if not revisited or protected (e.g. by a land claim or bedroll being in close proximity).",
"Keywords":"Max,Chunk,Age",
"FieldName":"MaxChunkAge",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='MaxChunkAge']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"-1",
"Placeholder":"-1",
"MinValue":"-1",
"EnumValues":{},
"Suffix": "days"
},{
"DisplayName":"Save Data Limit",
"Category":"7d2d - Server Settings",
"Description":"The maximum disk space allowance for each saved game in megabytes (MB). Saved chunks may be forceably reset to their original states to free up space when this limit is reached. Negative values disable the limit.",
"Keywords":"Save,Data,Limit",
"FieldName":"SaveDataLimit",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='SaveDataLimit']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"-1",
"Placeholder":"-1",
"MinValue":"-1",
"EnumValues":{},
"Suffix": "mb"
},{
"DisplayName":"Release Stream",
"Category":"SteamCMD and Updates",
"Description":"\"public\" is default. Choose a custom release on [SteamDB](https://steamdb.info/app/294420/depots/).",
"Keywords":"use,experimental,release,stream",
"FieldName":"Stream",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"Stream",
"IncludeInCommandLine":false,
"DefaultValue":"public",
"Placeholder":"public",
"EnumValues":{}
},{
"DisplayName":"Config File Version",
"Category":"SteamCMD and Updates",
"Description":"Select which config file to download. Must match the version of the Release Stream. Check required Undead Legacy Version [here](https://ul.subquake.com/download).",
"Keywords":"config,file,version",
"FieldName":"ConfigFile",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"ConfigFile",
"IncludeInCommandLine":false,
"DefaultValue":"seven-days-settings210",
"EnumValues":{
"seven-days-settings184": "18.4",
"seven-days-settings196": "19.6",
"seven-days-settings200-203": "20.0 to 20.3",
"seven-days-settings204": "20.4 to 20.7",
"seven-days-settings210": "21.0 and Higher",
"seven-days-settings-undead-legacy-stable": "Undead Legacy Stable",
"seven-days-settings-undead-legacy-experimental": "Undead Legacy Experimental"
}
},{
"DisplayName":"Install UMOD",
"Category":"SteamCMD and Updates",
"Description":"Auto-installs UMod when the server is updated.",
"Keywords":"install,umod",
"FieldName":"UMOD",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"UMOD",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Install Darkness Falls",
"Category":"SteamCMD and Updates",
"Description":"Auto-installs Darkness Falls when the server is updated. This is the Stable branch.",
"Keywords":"install,DarknessFalls",
"FieldName":"DarknessFalls",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"DarknessFalls",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Download Backup Exclude File",
"Category":"SteamCMD and Updates",
"Description":"This downloads a default backup exclude file to save space on backups by only saving specific directories. If this is disabled, you will need to manually delete the .backupExclude file it downloads.",
"Keywords":"download,backup,exclude,file",
"FieldName":"backupExclude",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"backupExclude",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Please Read!",
"Category":"7d2d - Undead Legacy Settings",
"Description":"If you would like to install Undead Legacy you need to pick either the Stable or Experimental config under the \"SteamCMD and Updates\" section. This will then grab the appropriate Undead Legacy version when you click update.",
"Keywords":"Read,Please,Info",
"FieldName":"PleaseRead",
"InputType":"hidden"
},{
"DisplayName":"Recipe Filter",
"Category":"7d2d - Undead Legacy Settings",
"Description":"Controls how recipes are displayed.",
"Keywords":"Recipe,Filter",
"FieldName":"RecipeFilter",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='RecipeFilter']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"0": "Shows all recipes",
"1": "Shows unknown recipes, search limited by workstation",
"2": "Shows only known and workstation relevant recipes"
}
},{
"DisplayName":"Starter Quest Enabled",
"Category":"7d2d - Undead Legacy Settings",
"Description":"Determines if you trigger the tutorial quest upon first spawning on the server.",
"Keywords":"Quest,Starter,Tutorial",
"FieldName":"StarterQuestEnabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"StarterQuestEnabled",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"False": "false",
"True": "true"
}
},{
"DisplayName":"Wandering Horde Frequency",
"Category":"7d2d - Undead Legacy Settings",
"Description":"After how many in-game hours a wandering horde would occur. On top of this value 1 to 4 additional hours may be added depending on spawn conditions. Minimum Value: 1",
"Keywords":"Wandering,Horde,Frequency",
"FieldName":"WanderingHordeFrequency",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='WanderingHordeFrequency']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"16",
"EnumValues":{},
"Suffix": "hours"
},{
"DisplayName":"Wandering Horde Range",
"Category":"7d2d - Undead Legacy Settings",
"Description":"Additional random hours added to Wandering Horde Frequency to add randomness to hours between spawns. For example, Frequency: 5, Frequency RNG Range: 10, then wandering horde will spawn anywhere between 5 to 15 (5+10) in-game hours + additional hours if special conditions occur (No players alive, etc).",
"Keywords":"Wandering,Horde,Range",
"FieldName":"WanderingHordeRange",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='WanderingHordeRange']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"8",
"EnumValues":{},
"Suffix": "hours"
},{
"DisplayName":"Wandering Horde Count",
"Category":"7d2d - Undead Legacy Settings",
"Description":"Fixed zombie count, that will spawn in a Wandering horde. Minimum Value: 2. Zombies + Zombie RNG Range value must not exceed: 64",
"Keywords":"Wandering,Horde,Count",
"FieldName":"WanderingHordeEnemyCount",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='WanderingHordeEnemyCount']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"10",
"EnumValues":{},
"Suffix": "zombies"
},{
"DisplayName":"Wandering Horde Range",
"Category":"7d2d - Undead Legacy Settings",
"Description":"This value determines up to how many additional zombies can spawn for Wandering Horde. For example, Zombies: 5, Zombies RNG Range: 10, then wandering horde will spawn anywhere between 5 to 15 5+10 zombies. Combined value must not exceed: 64",
"Keywords":"Wandering,Horde,Range",
"FieldName":"WanderingHordeEnemyRange",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='WanderingHordeEnemyRange']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"10",
"EnumValues":{},
"Suffix": "zombies"
},{
"DisplayName":"Death Penalty",
"Category":"7d2d - Undead Legacy Settings",
"Description":"Sets what will be the consequences to your progression when you die in the game: No penalty - you will not get XP debt as well as no debuff, that lowers your Attributes. Beginner - near Death Trauma debuff Vanilla like experience. Moderate - same as beginner, but also with loss of random Action skills. Standard - same as moderate, but also you will respawn with partial health, food and water.",
"Keywords":"Death,Penalty",
"FieldName":"DeathPenalty",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='DeathPenalty']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"3",
"EnumValues":{
"0": "No penalty",
"1": "Beginner",
"2": "Moderate",
"3": "Standard"
}
},{
"DisplayName":"POI Tier Loot Scale",
"Category": "7d2d - Undead Legacy Settings",
"Description":"Multiplier determining how important a POI Tier is when scaling Loot Stage. 0% - Disabled Default, 100% Vanilla Scaling. Acceptable values are integers from 0 to 100",
"Keywords":"POI,Tier,Loot,Scale",
"FieldName":"POITierLootScale",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='POITierLootScale']/@value",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{},
"Suffix": "%"
}
]