-
Notifications
You must be signed in to change notification settings - Fork 344
/
Copy pathnebulous-fleet-commandconfig.json
291 lines (291 loc) · 11.3 KB
/
nebulous-fleet-commandconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
[
{
"DisplayName": "Game Port",
"Category": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"Keywords": "",
"FieldName": "$GamePort",
"InputType": "number",
"Hidden": true,
"IsFlagArgument": false,
"ParamFieldName": "SkirmishDedicatedServerConfig/GamePort",
"IncludeInCommandLine": false,
"EnumValues": {}
},
{
"DisplayName": "Steam Query Port",
"Category": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"Keywords": "",
"FieldName": "$QueryPort",
"InputType": "number",
"Hidden": true,
"IsFlagArgument": false,
"ParamFieldName": "SkirmishDedicatedServerConfig/QueryPort",
"IncludeInCommandLine": false,
"EnumValues": {}
},
{
"DisplayName": "Server Name",
"Category": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": "NEBULOUS Fleet Command:stadia_controller",
"Subcategory": "Server:dns:1",
"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": {}
}
]