-
Notifications
You must be signed in to change notification settings - Fork 551
Expand file tree
/
Copy pathwindroseconfig.json
More file actions
416 lines (416 loc) · 16.9 KB
/
windroseconfig.json
File metadata and controls
416 lines (416 loc) · 16.9 KB
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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
[
{
"DisplayName": "Game Port",
"Category": "Windrose:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"Keywords": "",
"FieldName": "$GamePort",
"InputType": "number",
"Hidden": true,
"ParamFieldName": "$.ServerDescription_Persistent.DirectConnectionServerPort",
"ExcludeFromImport": true,
"EnumValues": {}
},
{
"DisplayName": "Direct Connection IP Binding",
"Category": "Windrose:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"Keywords": "",
"FieldName": "DirectConnectionProxyAddress",
"InputType": "text",
"Hidden": true,
"ParamFieldName": "$.ServerDescription_Persistent.DirectConnectionProxyAddress",
"DefaultValue": "0.0.0.0",
"ExcludeFromImport": true,
"EnumValues": {}
},
{
"DisplayName": "Invite Code",
"Category": "Windrose:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the invite code used to search for the server in-game, if the Connection Mode is set to 'P2P Connection'. Must contain between 1 and 32 alphanumeric characters. Case-sensitive. Empty or not valid = a new invite code will be generated at server start (which can be imported from 'R5/ServerDescription.json' into this setting for persistence)",
"Keywords": "invite,code,invitecode,search",
"FieldName": "InviteCode",
"InputType": "text",
"ParamFieldName": "$.ServerDescription_Persistent.InviteCode",
"DefaultValue": "",
"Placeholder": "d6221bb7",
"EnumValues": {}
},
{
"DisplayName": "World Island ID",
"Category": "Windrose:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the ID of an existing world to load on server start. It must match the ID in that world's 'WorldDescription.json' file. Empty = new world created on start - you MUST import the world ID generated for that world from 'R5/ServerDescription.json' into this setting for that world to load on next start",
"Keywords": "world,id,worldId,worldislandid",
"FieldName": "WorldIslandId",
"InputType": "text",
"ParamFieldName": "$.ServerDescription_Persistent.WorldIslandId",
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Server Name",
"Category": "Windrose:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the name of the server. Helpful if invite codes look similar",
"Keywords": "name,description,server,ServerName",
"FieldName": "ServerName",
"InputType": "text",
"ParamFieldName": "$.ServerDescription_Persistent.ServerName",
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Enable Password Protection",
"Category": "Windrose:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "If set, the password set under Server Password will be required to join the server",
"Keywords": "password,protected,ispasswordprotected",
"FieldName": "IsPasswordProtected",
"InputType": "checkbox",
"ParamFieldName": "$.ServerDescription_Persistent.IsPasswordProtected",
"DefaultValue": "false",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Server Password",
"Category": "Windrose:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the password required to join the server. Enable Password Protection must be set for this to take effect",
"Keywords": "server,password",
"FieldName": "Password",
"InputType": "password",
"ParamFieldName": "$.ServerDescription_Persistent.Password",
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Player Limit",
"Category": "Windrose:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the maximum number of players allowed on the server at one time. More than 4 players may cause performance issues, particularly when deploying large frigates",
"Keywords": "max,player,count,players,limit,maxplayercount",
"FieldName": "$MaxUsers",
"InputType": "number",
"MinValue": "1",
"MaxValue": "10",
"ParamFieldName": "$.ServerDescription_Persistent.MaxPlayerCount",
"DefaultValue": "4",
"Placeholder": "4",
"Suffix": "players",
"EnumValues": {}
},
{
"DisplayName": "Connection Mode",
"Category": "Windrose:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the connection mode - either via a P2P connection using the ICE protocol (no ports required), or via a direct port connection on the Game Port",
"Keywords": "p2p,relay,connection,service,direct,network,port,UseDirectConnection",
"FieldName": "UseDirectConnection",
"InputType": "enum",
"ParamFieldName": "$.ServerDescription_Persistent.UseDirectConnection",
"DefaultValue": "false",
"EnumValues": {
"false": "P2P Connection (default)",
"true": "Direct Port Connection"
}
},
{
"DisplayName": "P2P Connection Service Region",
"Category": "Windrose:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Sets the P2P connection service region to use, if the Connection Mode is set to 'P2P Connection'. 'Automatic selection' is based on latency from the server",
"Keywords": "p2p,relay,connection,service,user,selected,automatic,region,UserSelectedRegion",
"FieldName": "UserSelectedRegion",
"InputType": "enum",
"ParamFieldName": "$.ServerDescription_Persistent.UserSelectedRegion",
"DefaultValue": "",
"EnumValues": {
"": "Automatic selection (default)",
"SEA": "SEA",
"CIS": "CIS",
"EU": "EU and NA"
}
},
{
"DisplayName": "Enable RCON",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "If set, the Windrose+ RCON will be enabled",
"Keywords": "rcon,dashboard,enable,enabled,rcon.enabled",
"FieldName": "rcon.enabled",
"InputType": "checkbox",
"ParamFieldName": "$.rcon.enabled",
"DefaultValue": "true",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "RCON Password",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "Sets the password for the Windrose+ RCON. This password is also used for the Windrose+ dashboard login. Default is a strong random password. Blank = disabled",
"Keywords": "rcon,dashboard,password,rcon.password",
"FieldName": "rcon.password",
"InputType": "password",
"ParamFieldName": "$.rcon.password",
"DefaultValue": "{{newguid()}}",
"EnumValues": {}
},
{
"DisplayName": "Enable Server Query",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "If set, Windrose+ server query responses will be enabled",
"Keywords": "query,enable,enabled,query.enabled",
"FieldName": "query.enabled",
"InputType": "checkbox",
"ParamFieldName": "$.query.enabled",
"DefaultValue": "true",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Server Query Interval",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "Sets the interval for server query responses. Lower values provide more frequent updates but increase server load",
"Keywords": "query,interval,server.query.interval_ms",
"FieldName": "query.interval_ms",
"InputType": "number",
"MinValue": "0",
"ParamFieldName": "$.query.interval_ms",
"DefaultValue": "5000",
"Placeholder": "5000",
"Suffix": "milliseconds",
"EnumValues": {}
},
{
"DisplayName": "Server Admins",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "Sets a list of [Steam64 IDs](https://steamid.io/) of server admins. Admins can run all wp.* commands without the Windrose+ RCON",
"Keywords": "rcon,dashboard,admin,steam,ids,admin.steam_ids",
"FieldName": "admin.steam_ids",
"InputType": "list",
"ParamFieldName": "$.admin.steam_ids",
"DefaultValue": "[]",
"Special": "array:text",
"EnumValues": {}
},
{
"DisplayName": "Unlock All Ships",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "If set, all ships will be unlocked",
"Keywords": "features,unlock,all,ships,features.unlock_all_ships",
"FieldName": "features.unlock_all_ships",
"InputType": "checkbox",
"ParamFieldName": "$.features.unlock_all_ships",
"DefaultValue": "false",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Unlock All Recipes",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "If set, all recipes will be unlocked",
"Keywords": "features,unlock,all,recipes,features.unlock_all_recipes",
"FieldName": "features.unlock_all_recipes",
"InputType": "checkbox",
"ParamFieldName": "$.features.unlock_all_recipes",
"DefaultValue": "false",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "XP Multiplier",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "Sets the experience gain multiplier. 1.0 = default, 2.0 = double XP",
"Keywords": "xp,experience,multiplier.multipliers.xp",
"FieldName": "multipliers.xp",
"InputType": "number",
"MinValue": "0.1",
"MaxValue": "100",
"ParamFieldName": "$.multipliers.xp",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"MultipleOf": "0.000001",
"EnumValues": {}
},
{
"DisplayName": "Loot Multiplier",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "Sets the loot drop rate multiplier. 1.0 = default, 2.0 = double loot",
"Keywords": "loot,drop,multiplier,multipliers.loot",
"FieldName": "multipliers.loot",
"InputType": "number",
"MinValue": "0.1",
"MaxValue": "100",
"ParamFieldName": "$.multipliers.loot",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"MultipleOf": "0.000001",
"EnumValues": {}
},
{
"DisplayName": "Stack Size Multiplier",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "Sets the item stack size multiplier. 5.0 = five times the default stack size",
"Keywords": "stack,size,inventory,multiplier,multipliers.stack_size",
"FieldName": "multipliers.stack_size",
"InputType": "number",
"MinValue": "0.1",
"MaxValue": "100",
"ParamFieldName": "$.multipliers.stack_size",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"MultipleOf": "0.000001",
"EnumValues": {}
},
{
"DisplayName": "Craft Cost Multiplier",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "Sets the crafting resource cost multiplier. 0.5 = half the normal crafting cost",
"Keywords": "crafting,cost,multiplier,multipliers.craft_cost",
"FieldName": "multipliers.craft_cost",
"InputType": "number",
"MinValue": "0.1",
"MaxValue": "100",
"ParamFieldName": "$.multipliers.craft_cost",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"MultipleOf": "0.000001",
"EnumValues": {}
},
{
"DisplayName": "Crop Speed Multiplier",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "Sets the crop growth speed multiplier. 2.0 = crops grow twice as fast",
"Keywords": "farming,crop,speed,multiplier,multipliers.crop_speed",
"FieldName": "multipliers.crop_speed",
"InputType": "number",
"MinValue": "0.1",
"MaxValue": "100",
"ParamFieldName": "$.multipliers.crop_speed",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"MultipleOf": "0.000001",
"EnumValues": {}
},
{
"DisplayName": "Cooking Speed Multiplier",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "Sets the cooking/fermentation/smelting speed multiplier. 2.0 = twice as fast",
"Keywords": "cooking,fermentation,smelting,speed,multiplier,multipliers.cooking_speed",
"FieldName": "multipliers.cooking_speed",
"InputType": "number",
"MinValue": "0.1",
"MaxValue": "100",
"ParamFieldName": "$.multipliers.cooking_speed",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"MultipleOf": "0.000001",
"EnumValues": {}
},
{
"DisplayName": "Harvest Yield Multiplier",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "Sets the amount of resources gathered from harvesting. 2.0 = double yield",
"Keywords": "harvest,yield,resources,multiplier,multipliers.harvest_yield",
"FieldName": "multipliers.harvest_yield",
"InputType": "number",
"MinValue": "0.1",
"MaxValue": "100",
"ParamFieldName": "$.multipliers.harvest_yield",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"MultipleOf": "0.000001",
"EnumValues": {}
},
{
"DisplayName": "Inventory Size Multiplier",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "Player inventory slot count multiplier",
"Keywords": "inventory,size,slots,multiplier,multipliers.inventory_size",
"FieldName": "multipliers.inventory_size",
"InputType": "number",
"MinValue": "0.5",
"MaxValue": "10",
"ParamFieldName": "$.multipliers.inventory_size",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"MultipleOf": "0.000001",
"EnumValues": {}
},
{
"DisplayName": "Carry Weight Multiplier",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "Sets the player carry weight multiplier",
"Keywords": "weight,carry,multiplier,multipliers.weight",
"FieldName": "multipliers.weight",
"InputType": "number",
"MinValue": "0.1",
"MaxValue": "10",
"ParamFieldName": "$.multipliers.weight",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"MultipleOf": "0.000001",
"EnumValues": {}
},
{
"DisplayName": "Points Per Level Multiplier",
"Category": "Windrose:stadia_controller",
"Subcategory": "WindrosePlus:extension:2",
"Description": "Sets the skill points granted per level up. 2.0 = double points",
"Keywords": "points,level,skill,multiplier,multipliers.points_per_level",
"FieldName": "multipliers.points_per_level",
"InputType": "number",
"MinValue": "1",
"MaxValue": "10",
"ParamFieldName": "$.multipliers.points_per_level",
"DefaultValue": "1.0",
"Placeholder": "1.0",
"MultipleOf": "0.000001",
"EnumValues": {}
},
{
"DisplayName": "Install Windrose+",
"Category": "Updates",
"Subcategory": "Runtime Configuration:build:3",
"Description": "If set, [Windrose+](https://github.com/humangenome/WindrosePlus) will be installed when the server is updated, and the PAK builder and dashboard run when the server is started. Includes UE4SS experimental build",
"Keywords": "install,windrose+,windrose,plus,InstallWindrosePlus",
"FieldName": "InstallWindrosePlus",
"InputType": "checkbox",
"ParamFieldName": "InstallWindrosePlus",
"DefaultValue": "false",
"EnumValues": {
"False": "false",
"True": "true"
}
}
]