[ { "DisplayName":"Game Port", "Category":"NOS Server Settings", "Description":"", "Keywords":"", "FieldName":"$GamePort", "InputType":"number", "Hidden":true, "IsFlagArgument":false, "ParamFieldName":"URL.Port", "IncludeInCommandLine":false, "EnumValues":{} }, { "DisplayName":"Steam Query Port", "Category":"NOS Server Settings", "Description":"", "Keywords":"", "FieldName":"$QueryPort", "InputType":"number", "Hidden":true, "IsFlagArgument":false, "ParamFieldName":"OnlineSubsystemSteam.GameServerQueryPort", "IncludeInCommandLine":false, "EnumValues":{} }, { "DisplayName":"Server Name", "Category":"NOS Server Settings", "Description":"Sets the name shown in the server browser", "Keywords":"server,name", "FieldName":"ServerName", "InputType":"text", "IsFlagArgument":false, "ParamFieldName":"ServerSetting.ServerName", "IncludeInCommandLine":false, "DefaultValue":"AMP Powered No One Survived Server", "EnumValues":{} }, { "DisplayName":"Save Name", "Category":"NOS Server Settings", "Description":"Sets the name of the server save file, which will also be the save loaded by default", "Keywords":"save,name", "FieldName":"SaveName", "InputType":"text", "IsFlagArgument":false, "ParamFieldName":"ServerSetting.SaveName", "IncludeInCommandLine":false, "DefaultValue":"MySave", "Placeholder":"MySave", "EnumValues":{} }, { "DisplayName":"Require Server Password", "Category":"NOS Server Settings", "Description":"If enabled, the password set under \"Server Password\" will be required to connect to the server", "Keywords":"need,server,password,needpassword", "FieldName":"NeedPassword", "InputType":"checkbox", "IsFlagArgument":false, "ParamFieldName":"ServerSetting.NeedPassword", "IncludeInCommandLine":false, "DefaultValue":"False", "EnumValues":{ "False":"False", "True":"True" } }, { "DisplayName":"Server Password", "Category":"NOS Server Settings", "Description":"Sets the password for the server. Default is no password. Only applies if \"Require Server Password\" is enabled", "Keywords":"server,password", "FieldName":"Password", "InputType":"password", "IsFlagArgument":false, "ParamFieldName":"ServerSetting.Password", "IncludeInCommandLine":false, "DefaultValue":"", "EnumValues":{} }, { "DisplayName":"Admin Password", "Category":"NOS Server Settings", "Description":"Sets the server administrator password. Default is a strong random password", "Keywords":"admin,password,adminpassword", "FieldName":"AdminPassword", "InputType":"password", "IsFlagArgument":false, "ParamFieldName":"ServerSetting.AdminPassword", "IncludeInCommandLine":false, "DefaultValue":"{{newguid()}}", "EnumValues":{} }, { "DisplayName":"Player Limit", "Category":"NOS Server Settings", "Description":"Sets the maximum number of players that can connect to the server at any given time", "Keywords":"maximum,players,limit,maxplayers", "FieldName":"$MaxUsers", "InputType":"number", "MinValue":"2", "MaxValue":"50", "IsFlagArgument":false, "ParamFieldName":"ServerSetting.MaxPlayers", "IncludeInCommandLine":false, "DefaultValue":"50", "Placeholder":"50", "Suffix":"players", "EnumValues":{} }, { "DisplayName":"Server Region", "Category":"NOS Server Settings", "Description":"Sets the server region", "Keywords":"region", "FieldName":"Region", "InputType":"enum", "IsFlagArgument":false, "ParamFieldName":"ServerSetting.Region", "IncludeInCommandLine":false, "DefaultValue":"All", "EnumValues":{ "All":"All / Non-registered region", "AF":"Africa", "AS":"Asia", "EU":"Europe", "NA":"North America", "OC":"Oceania", "SA":"South America" } }, { "DisplayName":"Server IP Binding", "Category":"NOS Server Settings", "Description":"If required, you can change the binding of the server by editing App.ApplicationIPBinding in GenericModule.kvp for the instance. Stop the instance (not just the server) first", "Keywords":"ip,binding,multihome", "FieldName":"MultiHome", "InputType":"hidden", "IsFlagArgument":false, "ParamFieldName":"MultiHome", "IncludeInCommandLine":false, "EnumValues":{} }, { "DisplayName":"Enable PvP / Disable PvE", "Category":"NOS Gameplay Settings", "Description":"If set, PvP mode will be enabled, and PvE mode disabled", "Keywords":"pve,pvp", "FieldName":"PVP", "InputType":"checkbox", "IsFlagArgument":false, "ParamFieldName":"GameSettings.PVP", "IncludeInCommandLine":false, "DefaultValue":"False", "EnumValues":{ "False":"False", "True":"True" } }, { "DisplayName":"Enable Zombie Attack Wave", "Category":"NOS Gameplay Settings", "Description":"If set, the zombie attack wave will be enabled", "Keywords":"zombie,corpse,attack,tide,wave,zombieattack", "FieldName":"ZombieAttack", "InputType":"checkbox", "IsFlagArgument":false, "ParamFieldName":"GameSettings.ZombieAttack", "IncludeInCommandLine":false, "DefaultValue":"True", "EnumValues":{ "False":"False", "True":"True" } }, { "DisplayName":"Zombie Spawn Amount", "Category":"NOS Gameplay Settings", "Description":"Sets the number of zombies spawned per player in the attack wave", "Keywords":"zombie,corpse,spawn,number,amount,numofzombiespawn", "FieldName":"NumOfZombieSpawn", "InputType":"number", "MinValue":"25", "MaxValue":"100", "IsFlagArgument":false, "ParamFieldName":"ServerSetting.NumOfZombieSpawn", "IncludeInCommandLine":false, "DefaultValue":"50", "Placeholder":"50", "Suffix":"zombies", "EnumValues":{} }, { "DisplayName":"Zombie Attack Cycle", "Category":"NOS Gameplay Settings", "Description":"Sets the number of days between zombie attack waves", "Keywords":"zombie,corpse,attack,cycle,zombieattackday", "FieldName":"ZombieAttackDay", "InputType":"number", "MinValue":"1", "MaxValue":"30", "IsFlagArgument":false, "ParamFieldName":"GameSettings.ZombieAttackDay", "IncludeInCommandLine":false, "DefaultValue":"7", "Placeholder":"7", "Suffix":"days", "EnumValues":{} }, { "DisplayName":"Zombie Attack Multiplier", "Category":"NOS Gameplay Settings", "Description":"Sets the multiplier for the zombie attack wave", "Keywords":"zombie,corpse,attack,scale,multiplier,attackzombienum", "FieldName":"AttackZombieNum", "InputType":"number", "MinValue":"1", "MaxValue":"5", "IsFlagArgument":false, "ParamFieldName":"GameSettings.AttackZombieNum", "IncludeInCommandLine":false, "DefaultValue":"2", "Placeholder":"2", "EnumValues":{} }, { "DisplayName":"Zombie Respawn Multiplier", "Category":"NOS Gameplay Settings", "Description":"Sets the multiplier for the respawn of zombies (higher = more difficult)", "Keywords":"zombie,corpse,respawn,multiplier,zombienum", "FieldName":"ZombieNum", "InputType":"number", "MinValue":"1", "MaxValue":"3", "IsFlagArgument":false, "ParamFieldName":"GameSettings.ZombieNum", "IncludeInCommandLine":false, "DefaultValue":"2", "Placeholder":"2", "EnumValues":{} }, { "DisplayName":"Sprinter Zombies Proportion", "Category":"NOS Gameplay Settings", "Description":"Sets the proportion of sprinter zombies", "Keywords":"zombie,corpse,running,sprinter,percentage,runzombiepercent", "FieldName":"RunZombiePercent", "InputType":"number", "MinValue":"0", "MaxValue":"1", "IsFlagArgument":false, "ParamFieldName":"GameSettings.RunZombiePercent", "IncludeInCommandLine":false, "DefaultValue":"0.5", "Placeholder":"0.5", "EnumValues":{} }, { "DisplayName":"Zombie Strength", "Category":"NOS Gameplay Settings", "Description":"Sets the strength of zombies", "Keywords":"zombie,strength,zombiestreng", "FieldName":"ZombieStreng", "InputType":"enum", "IsFlagArgument":false, "ParamFieldName":"GameSettings.ZombieStreng", "IncludeInCommandLine":false, "DefaultValue":"1", "EnumValues":{ "0":"Weak", "1":"Average (default)", "2":"Strong", "3":"Very strong" } }, { "DisplayName":"Year Duration", "Category":"NOS Gameplay Settings", "Description":"Sets the number of days in one in-game year", "Keywords":"year,duration,day,yearday", "FieldName":"YearDay", "InputType":"number", "MinValue":"1", "IsFlagArgument":false, "ParamFieldName":"GameSettings.YearDay", "IncludeInCommandLine":false, "DefaultValue":"40", "Placeholder":"40", "Suffix":"days", "EnumValues":{} }, { "DisplayName":"Enable Permanent Death", "Category":"NOS Gameplay Settings", "Description":"If set, permanent death will be enabled", "Keywords":"death,permanent,permanentdead", "FieldName":"PermanentDead", "InputType":"checkbox", "IsFlagArgument":false, "ParamFieldName":"GameSettings.PermanentDead", "IncludeInCommandLine":false, "DefaultValue":"True", "EnumValues":{ "False":"False", "True":"True" } }, { "DisplayName":"Loot Distribution", "Category":"NOS Gameplay Settings", "Description":"Sets how abundant loot is", "Keywords":"loot,material,item,quantity,distribution,materialnum", "FieldName":"MaterialNum", "InputType":"enum", "IsFlagArgument":false, "ParamFieldName":"GameSettings.MaterialNum", "IncludeInCommandLine":false, "DefaultValue":"1", "Placeholder":"1", "EnumValues":{ "0":"Rare", "1":"Normal (default)", "2":"Abundant", "3":"Very abundant" } }, { "DisplayName":"Loot Respawn Time", "Category":"NOS Gameplay Settings", "Description":"Sets the number of days before loot is respawned", "Keywords":"loot,spawn,refresh,date,itemspawn", "FieldName":"ItemSpawn", "InputType":"number", "MinValue":"1", "IsFlagArgument":false, "ParamFieldName":"GameSettings.ItemSpawn", "IncludeInCommandLine":false, "DefaultValue":"15", "Placeholder":"15", "Suffix":"days", "EnumValues":{} }, { "DisplayName":"Merchant Restock Time", "Category":"NOS Gameplay Settings", "Description":"Sets the number of days before merchant items are restocked", "Keywords":"merchant,item,spawn,refresh,restock,date,npcitemspawn", "FieldName":"NPCItemSpawn", "InputType":"number", "MinValue":"1", "IsFlagArgument":false, "ParamFieldName":"GameSettings.NPCItemSpawn", "IncludeInCommandLine":false, "DefaultValue":"5", "Placeholder":"5", "Suffix":"days", "EnumValues":{} }, { "DisplayName":"Virus Fatality Rate", "Category":"NOS Gameplay Settings", "Description":"Sets the virus fatality rate", "Keywords":"virus,fatality,rate,virusfatalityrate", "FieldName":"VirusFatalityRate", "InputType":"number", "MinValue":"0", "MaxValue":"1", "IsFlagArgument":false, "ParamFieldName":"GameSettings.VirusFatalityRate", "IncludeInCommandLine":false, "DefaultValue":"0.5", "Placeholder":"0.5", "EnumValues":{} }, { "DisplayName":"Starter Kits", "Category":"NOS Gameplay Settings", "Description":"If set, starter kits will be enabled for novices", "Keywords":"starter,kit,gift,bag,novice,giftbagfornovices", "FieldName":"GiftBagForNovices", "InputType":"checkbox", "IsFlagArgument":false, "ParamFieldName":"GameSettings.GiftBagForNovices", "IncludeInCommandLine":false, "DefaultValue":"False", "EnumValues":{ "False":"False", "True":"True" } } ]