AMPTemplates/nebulous-fleet-commandconfig.json
2023-04-29 22:35:26 +10:00

272 lines
10 KiB
JSON

[
{
"DisplayName":"Game Port",
"Category":"NFC Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$GamePort",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"SkirmishDedicatedServerConfig/GamePort",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Steam Query Port",
"Category":"NFC Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$QueryPort",
"InputType":"number",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"SkirmishDedicatedServerConfig/QueryPort",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Server Name",
"Category":"NFC Server Settings",
"Description":"Sets the server name visible in the server browser",
"Keywords":"server,name,servername",
"FieldName":"ServerName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"SkirmishDedicatedServerConfig/ServerName",
"IncludeInCommandLine":false,
"DefaultValue":"AMP Powered NEBULOUS: Fleet Command Server",
"EnumValues":{}
},
{
"DisplayName":"Server Password",
"Category":"NFC Server Settings",
"Description":"Sets the password required to connect to the server. Default is no password",
"Keywords":"server,password",
"FieldName":"password",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"SkirmishDedicatedServerConfig/Password",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Server Admins",
"Category":"NFC Server Settings",
"Description":"Server admins can be configured in the Admins section in AMPServerConfig.xml. Admins can execute ! commands on the server without requiring a vote",
"Keywords":"admins",
"FieldName":"Admins",
"InputType":"hidden",
"IsFlagArgument":false,
"ParamFieldName":"",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Message Of The Day",
"Category":"NFC Server Settings",
"Description":"Sets the player welcome message (MOTD)",
"Keywords":"motd,welcome,message",
"FieldName":"MOTD",
"InputType":"Textarea",
"IsFlagArgument":false,
"ParamFieldName":"SkirmishDedicatedServerConfig/MOTD",
"IncludeInCommandLine":false,
"DefaultValue":"-- Welcome to N:FC! --\nPlay by the rules!",
"EnumValues":{}
},
{
"DisplayName":"Server Scenario",
"Category":"NFC Server Settings",
"Description":"Sets the scenario for the server. If Custom is selected, Custom Scenario Name must also be set",
"Keywords":"scenario",
"FieldName":"Scenario",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"SkirmishDedicatedServerConfig/Scenario",
"IncludeInCommandLine":false,
"DefaultValue":"Control",
"EnumValues":{
"Deathmatch":"Deathmatch",
"Two Flags":"Two Flags",
"Center Flag":"Center Flag",
"Control":"Control (default)",
"Station Capture":"Station Capture",
"Tug Of War":"Tug Of War",
"{{CustomScenario}}":"Custom"
}
},
{
"DisplayName":"Custom Scenario Name",
"Category":"NFC Server Settings",
"Description":"Sets the name of a custom (modded) scenario for the server. \"Custom\" must be selected under Server Scenario",
"Keywords":"custom,scenario",
"FieldName":"CustomScenario",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"CustomScenario",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Server Scenario Settings",
"Category":"NFC Server Settings",
"Description":"Scenario settings can be configured in AMPServerConfig.xml. Otherwise defaults apply",
"Keywords":"scenario,settings,scenariosettings",
"FieldName":"ScenarioSettings",
"InputType":"hidden",
"IsFlagArgument":false,
"ParamFieldName":"",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Server Maps",
"Category":"NFC Server Settings",
"Description":"Maps for the map rotation can be configured in the Maps section in AMPServerConfig.xml. Default map is Pillars. Modded maps must be included in the Mods section in AMPServerConfig.xml as well",
"Keywords":"map,rotation,maps",
"FieldName":"Maps",
"InputType":"hidden",
"IsFlagArgument":false,
"ParamFieldName":"",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Map Rotation Order",
"Category":"NFC Server Settings",
"Description":"Sets the order in which the server maps will be selected",
"Keywords":"map,rotation,maprotation",
"FieldName":"MapRotation",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"SkirmishDedicatedServerConfig/MapRotation",
"IncludeInCommandLine":false,
"DefaultValue":"Sequential",
"EnumValues":{
"Sequential":"Sequential (default)",
"Random":"Random"
}
},
{
"DisplayName":"Server Mods",
"Category":"NFC Server Settings",
"Description":"Mods can be enabled in the Mods section in AMPServerConfig.xml. The mods specified will be automatically downloaded by the server",
"Keywords":"mods",
"FieldName":"Mods",
"InputType":"hidden",
"IsFlagArgument":false,
"ParamFieldName":"",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Allow Modded Fleets",
"Category":"NFC Server Settings",
"Description":"If set, mods enabled on the server will be permitted for use on player fleets. The server will show the \"Mod Friendly\" icon",
"Keywords":"mods,modded,fleets,allowmoddedfleets",
"FieldName":"AllowModdedFleets",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"SkirmishDedicatedServerConfig/AllowModdedFleets",
"IncludeInCommandLine":false,
"DefaultValue":"false",
"EnumValues":{
"False":"false",
"True":"true"
}
},
{
"DisplayName":"Player Limit",
"Category":"NFC Server Settings",
"Description":"Sets the maximum number of players that may connect to the server at one time. The number of players per team is still decided by the map",
"Keywords":"maximum,players,clients,limit,maxplayers",
"FieldName":"$MaxUsers",
"InputType":"number",
"MinValue":"1",
"IsFlagArgument":false,
"ParamFieldName":"SkirmishDedicatedServerConfig/MaxPlayers",
"IncludeInCommandLine":false,
"DefaultValue":"10",
"Placeholder":"10",
"Suffix":"players",
"EnumValues":{}
},
{
"DisplayName":"Team Size To Start",
"Category":"NFC Server Settings",
"Description":"Sets the number of players that must be present on each team before the game can start",
"Keywords":"team,size,minimum,teamsizetostart",
"FieldName":"TeamSizeToStart",
"InputType":"number",
"MinValue":"1",
"IsFlagArgument":false,
"ParamFieldName":"SkirmishDedicatedServerConfig/TeamSizeToStart",
"IncludeInCommandLine":false,
"DefaultValue":"2",
"Placeholder":"2",
"Suffix":"players",
"EnumValues":{}
},
{
"DisplayName":"Enforce Uniform Team Factions",
"Category":"NFC Server Settings",
"Description":"If enabled, the server will enforce uniform factions on teams",
"Keywords":"uniform,team,factions,requireuniformteams",
"FieldName":"RequireUniformTeams",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"SkirmishDedicatedServerConfig/RequireUniformTeams",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"False":"false",
"True":"true"
}
},
{
"DisplayName":"Game Time Limit",
"Category":"NFC Server Settings",
"Description":"Sets the time limit for games. 0 = unlimited time. The value set indexes into a list of possible time settings. It is NOT a minutes value",
"Keywords":"time,limit,timelimit",
"FieldName":"TimeLimit",
"InputType":"number",
"MinValue":"0",
"IsFlagArgument":false,
"ParamFieldName":"SkirmishDedicatedServerConfig/TimeLimit",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"Placeholder":"0",
"EnumValues":{}
},
{
"DisplayName":"Allow Player Voting",
"Category":"NFC Server Settings",
"Description":"If enabled, players can vote on maps, scenarios and rules",
"Keywords":"map,scenarios,rules,voting,allowmapvoting",
"FieldName":"AllowMapVoting",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"SkirmishDedicatedServerConfig/AllowMapVoting",
"IncludeInCommandLine":false,
"DefaultValue":"true",
"EnumValues":{
"False":"false",
"True":"true"
}
},
{
"DisplayName":"Bot Settings",
"Category":"NFC Server Settings",
"Description":"Bots listed in the Bots section in AMPServerConfig.xml will be created each time the server returns to the lobby",
"Keywords":"bots",
"FieldName":"Bots",
"InputType":"hidden",
"IsFlagArgument":false,
"ParamFieldName":"",
"IncludeInCommandLine":false,
"EnumValues":{}
}
]