Update seven-days-to-dieconfig.json

Fixed:
-Formatting issues
-Disabled Network Protocols didn't set the right default due to two keys starting with the same value
-Game World had a typo in the ParamFieldName
This commit is contained in:
IceOfWraith 2022-07-04 11:28:14 -05:00 committed by GitHub
parent d7464540d8
commit 040a554e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@
"EnumValues":{}, "EnumValues":{},
"Hidden": true "Hidden": true
},{ },{
"DisplayName":"ServerVisibility", "DisplayName":"Server Visibility",
"Category":"Server Settings", "Category":"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.", "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", "Keywords":"Server,Visibility",
@ -138,7 +138,7 @@
"": "None", "": "None",
"SteamNetworking": "SteamNetworking", "SteamNetworking": "SteamNetworking",
"LiteNetLib": "LiteNetLib", "LiteNetLib": "LiteNetLib",
"SteamNetworking,LiteNetLib": "Both" "LiteNetLib,SteamNetworking": "Both"
} }
},{ },{
"DisplayName":"Server Max World Transfer Speed", "DisplayName":"Server Max World Transfer Speed",
@ -355,14 +355,14 @@
"EnumValues":{}, "EnumValues":{},
"Suffix": "chunks" "Suffix": "chunks"
},{ },{
"DisplayName":"GameWorld", "DisplayName":"Game World",
"Category":"Gameplay Settings", "Category":"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\").", "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", "Keywords":"Game,World",
"FieldName":"GameWorld", "FieldName":"GameWorld",
"InputType":"text", "InputType":"text",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='SerGameWorlderName']/@value", "ParamFieldName":"/ServerSettings/property[@name='GameWorld']/@value",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"Navezgane", "DefaultValue":"Navezgane",
"EnumValues":{} "EnumValues":{}
@ -1134,4 +1134,4 @@
"True": "true" "True": "true"
} }
} }
] ]