forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrozen-flameconfig.json
More file actions
447 lines (447 loc) · 16.8 KB
/
frozen-flameconfig.json
File metadata and controls
447 lines (447 loc) · 16.8 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
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
[
{
"DisplayName":"Server Name",
"Category":"Frozen Flame Server Settings",
"Description":"The name of the server as it appears publicly",
"Keywords":"name",
"FieldName":"ServerName",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"MetaGameServerName",
"IncludeInCommandLine":true,
"DefaultValue":"AMP Powered Frozen Flame Server",
"EnumValues":{}
},
{
"DisplayName":"Server Password",
"Category":"Frozen Flame Server Settings",
"Description":"Password to connect to the server",
"Keywords":"server,password",
"FieldName":"ServerPassword",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.FGameSession.ServerPassword",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Player Limit",
"Category":"Frozen Flame Server Settings",
"Description":"Maximum number of players that may connect to the server",
"Keywords":"players,limit",
"FieldName":"$MaxUsers",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/Engine.GameSession.MaxPlayers",
"IncludeInCommandLine":false,
"DefaultValue":"10",
"Suffix":"players",
"EnumValues":{}
},
{
"DisplayName":"Disable EasyAntiCheat",
"Category":"Frozen Flame Server Settings",
"Description":"If set, the server will be started without EasyAntiCheat (EAC). Clients should also be started without it",
"Keywords":"easy,anti,cheat,eac",
"FieldName":"noeac",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"noeac",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{
"False":"",
"True":"-noeac "
}
},
{
"DisplayName":"Enable PvP",
"Category":"Frozen Flame Server Settings",
"Description":"If set, PvP for non-friends will be enabled",
"Keywords":"pvp",
"FieldName":"bFreePVP",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.bFreePVP",
"IncludeInCommandLine":false,
"DefaultValue":"True",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Day Length",
"Category":"Frozen Flame Server Settings",
"Description":"Sets how long a day lasts on the server",
"Keywords":"day,duration,length",
"FieldName":"DurationOfDay",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.DurationOfDay",
"IncludeInCommandLine":false,
"DefaultValue":"3600",
"Suffix":"seconds",
"Placeholder":"3600",
"EnumValues":{}
},
{
"DisplayName":"Health Rate After Respawn",
"Category":"Frozen Flame Server Settings",
"Description":"Sets the health rate after death/upon respawn",
"Keywords":"health,rate,respawn",
"FieldName":"HealthRateAfterRespawn",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.HealthRateAfterRespawn",
"IncludeInCommandLine":false,
"DefaultValue":"0.5",
"Placeholder":"0.5",
"EnumValues":{}
},
{
"DisplayName":"Restore Health On Level Up",
"Category":"Frozen Flame Server Settings",
"Description":"If enabled, health will be restored on level up",
"Keywords":"health,restore,level",
"FieldName":"bRestoreHealthOnLevelUp",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.bRestoreHealthOnLevelUp",
"IncludeInCommandLine":false,
"DefaultValue":"True",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Jump Stamina Cost",
"Category":"Frozen Flame Server Settings",
"Description":"Sets the stamina cost of jumping",
"Keywords":"stamina,cost,jumping",
"FieldName":"JumpStaminaCost",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.JumpStaminaCost",
"IncludeInCommandLine":false,
"DefaultValue":"6",
"Placeholder":"6",
"EnumValues":{}
},
{
"DisplayName":"Sprint Stamina Cost",
"Category":"Frozen Flame Server Settings",
"Description":"Sets the stamina cost of sprinting",
"Keywords":"stamina,cost,sprinting",
"FieldName":"SprintStaminaCost",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.SprintStaminaCost",
"IncludeInCommandLine":false,
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Armour Durability Reduction On Death",
"Category":"Frozen Flame Server Settings",
"Description":"Sets the amount of armour durability lost after death",
"Keywords":"armour,durability,loss,reduction",
"FieldName":"ArmorDurabilityReducementAfterDeath",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.ArmorDurabilityReducementAfterDeath",
"IncludeInCommandLine":false,
"DefaultValue":"25",
"Placeholder":"25",
"EnumValues":{}
},
{
"DisplayName":"Default Weapon Durability Cost",
"Category":"Frozen Flame Server Settings",
"Description":"Sets the default weapon durability loss speed",
"Keywords":"weapon,durability,cost,speed",
"FieldName":"DefaultWeaponDurabilityCost",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.DefaultWeaponDurabilityCost",
"IncludeInCommandLine":false,
"DefaultValue":"0.5",
"Placeholder":"0.5",
"EnumValues":{}
},
{
"DisplayName":"Disable Overweight System",
"Category":"Frozen Flame Server Settings",
"Description":"If set, disables the server's overweight system",
"Keywords":"disable,overweight,system",
"FieldName":"bDisableOverweight",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.DefaultsOverTimeEffect.bDisableOverweight",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Half Slowdown Overweight Ratio",
"Category":"Frozen Flame Server Settings",
"Description":"If the overweight system is enabled, disables sprint for a player after the relevant ratio is reached. 1 = 100% (default)",
"Keywords":"half,slowdown,overweight,ratio",
"FieldName":"HalfSlowdownOverweightRatio",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.HalfSlowdownOverweightRatio",
"IncludeInCommandLine":false,
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Full Slowdown Overweight Ratio",
"Category":"Frozen Flame Server Settings",
"Description":"If the overweight system is enabled, disables run and getting new items after the relevant ratio is reached. 1.5 = 150% (default)",
"Keywords":"full,slowdown,overweight,ratio",
"FieldName":"FullSlowdownOverweightRatio",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.FullSlowdownOverweightRatio",
"IncludeInCommandLine":false,
"DefaultValue":"1.5",
"Placeholder":"1.5",
"EnumValues":{}
},
{
"DisplayName":"Allow Teleport With Overweight",
"Category":"Frozen Flame Server Settings",
"Description":"If set, teleport is allowed when the overweight system is enabled",
"Keywords":"teleport,overweight",
"FieldName":"bIsAllowedToTeleportWithOverweight",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.bIsAllowedToTeleportWithOverweight",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Allow Flying With Overweight",
"Category":"Frozen Flame Server Settings",
"Description":"If set, flying is allowed when the overweight system is enabled",
"Keywords":"flying,glide,overweight",
"FieldName":"bIsAllowedToGlideWithOverweight",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.bIsAllowedToGlideWithOverweight",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Minimal Level To Drop Item After Death",
"Category":"Frozen Flame Server Settings",
"Description":"Sets the minimum player level for dropping items after death (assuming the relevant drop settings are enabled)",
"Keywords":"minimum,level,drop,items,death",
"FieldName":"MinimalLevelToDropItemAfterDeath",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.MinimalLevelToDropItemAfterDeath",
"IncludeInCommandLine":false,
"DefaultValue":"2147483647",
"Placeholder":"2147483647",
"EnumValues":{}
},
{
"DisplayName":"Drop Equipped Items",
"Category":"Frozen Flame Server Settings",
"Description":"If enabled, equipped items will be dropped after death (assuming the minimum player level is reached)",
"Keywords":"drop,equipped,items",
"FieldName":"bDropEquippedItems",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.bDropEquippedItems",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Drop Equipable Items",
"Category":"Frozen Flame Server Settings",
"Description":"If enabled, equipable items will be dropped after death (assuming the minimum player level is reached)",
"Keywords":"drop,equipable,items",
"FieldName":"bDropEquipableItems",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.bDropEquipableItems",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Drop Food Items",
"Category":"Frozen Flame Server Settings",
"Description":"If enabled, food items will be dropped after death (assuming the minimum player level is reached)",
"Keywords":"drop,food,items",
"FieldName":"bDropFoodItems",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.bDropFoodItems",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Flame Rate",
"Category":"Frozen Flame Server Settings",
"Description":"Sets the flame rate from everything",
"Keywords":"flame,rate",
"FieldName":"FlameRate",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.FlameRate",
"IncludeInCommandLine":false,
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Monsters Health Multiplier",
"Category":"Frozen Flame Server Settings",
"Description":"Sets the monsters health multiplier",
"Keywords":"monsters,health,multiplier",
"FieldName":"MonstersHealthMultiplier",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.MonstersHealthMultiplier",
"IncludeInCommandLine":false,
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Monsters Damage Multiplier",
"Category":"Frozen Flame Server Settings",
"Description":"Sets the monsters damage multiplier",
"Keywords":"monsters,damage,multiplier",
"FieldName":"MonstersDamageMultiplier",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.MonstersDamageMultiplier",
"IncludeInCommandLine":false,
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Disable Module Cost",
"Category":"Frozen Flame Server Settings",
"Description":"If set, building will be allowed without material costs",
"Keywords":"disable,module,building,cost",
"FieldName":"bNoModuleCost",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.bNoModuleCost",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Enable Limitless Support",
"Category":"Frozen Flame Server Settings",
"Description":"If set, building will be allowed without restrictions",
"Keywords":"building,module,limitless,restrictions",
"FieldName":"bLimitlessSupport",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.bLimitlessSupport",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Enable Invulnerable Modules",
"Category":"Frozen Flame Server Settings",
"Description":"If set, buildings will not decay",
"Keywords":"building,module,decay,invulnerable",
"FieldName":"bInvulnerableModules",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.bInvulnerableModules",
"IncludeInCommandLine":false,
"DefaultValue":"False",
"EnumValues":{
"False":"False",
"True":"True"
}
},
{
"DisplayName":"Demolish Resource Drop Multiplier",
"Category":"Frozen Flame Server Settings",
"Description":"Sets how many resources to return after modules/buildings are destroyed",
"Keywords":"building,module,drop,resource",
"FieldName":"bDemolishResourceDropMultiplier",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.GameBalance.bDemolishResourceDropMultiplier",
"IncludeInCommandLine":false,
"DefaultValue":"0.5",
"Placeholder":"0.5",
"EnumValues":{}
},
{
"DisplayName":"Minimum Durability",
"Category":"Frozen Flame Server Settings",
"Description":"Sets the minimum durability that is retained after weather decay system damage",
"Keywords":"minimum,durability,decay,damage",
"FieldName":"MinDurability",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"/Script/FrozenFlame.DecaySubsystemSettings.MinDurability",
"IncludeInCommandLine":false,
"DefaultValue":"0.3",
"Placeholder":"0.3",
"EnumValues":{}
},
{
"DisplayName":"Apply Restrictions Inside Energy Barriers",
"Category":"Frozen Flame Server Settings",
"Description":"If enabled, sets flying and some buildings restrictions inside energy barriers",
"Keywords":"restrictions,energy,barriers",
"FieldName":"bApplyRestrictionsInsideEnergyBarriers",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"/Game/FrozenFlame/DataTables/Variables/BP_GameBalance_Base.BP_GameBalance_Base_C.bApplyRestrictionsInsideEnergyBarriers",
"IncludeInCommandLine":false,
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
}
]