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