forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdont-starve-togetherconfig.json
340 lines (340 loc) · 11 KB
/
dont-starve-togetherconfig.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
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
[
{
"DisplayName": "Max Players",
"Category": "Cluster Settings",
"Description": "Maximum number of players in the server",
"Keywords": "max players",
"FieldName": "$MaxUsers",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "max_players",
"IncludeInCommandLine": false,
"DefaultValue": "64",
"EnumValues": {},
"MinValue":"1"
},
{
"DisplayName": "Tick Rate",
"Category": "Server Settings",
"Description": "Force the server to run at a specific tick rate, higher is better performing but requires more bandwidth and CPU",
"Keywords": "tick rate",
"FieldName": "tickrate",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "tickrate",
"IncludeInCommandLine": true,
"DefaultValue": "60",
"EnumValues": {
"10": "10",
"15": "15",
"30": "30",
"60": "60"
}
},
{
"DisplayName": "Lan Only",
"Category": "Server Settings",
"Description": "Set the server to LAN only mode",
"Keywords": "LAN only",
"FieldName": "dedicated_lan_server",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "dedicated_lan_server",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Master Server",
"Category": "Server Settings",
"Description": "Enable only on the master server",
"Keywords": "master server",
"FieldName": "is_master",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "is_master",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Shard Name",
"Category": "Server Settings",
"Description": "The name for the server",
"Keywords": "server description",
"FieldName": "shard_name",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "shard_name",
"IncludeInCommandLine": false,
"DefaultValue": "Master",
"EnumValues": {}
},
{
"DisplayName": "Shard ID",
"Category": "Server Settings",
"Description": "A unique number to identify the shard in a cluster",
"Keywords": "shard id",
"FieldName": "id",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "id",
"IncludeInCommandLine": false,
"DefaultValue": "1",
"EnumValues": {}
},
{
"DisplayName": "Server Description",
"Category": "Server Settings",
"Description": "The description for the server",
"Keywords": "server description",
"FieldName": "default_server_description",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "default_server_description",
"IncludeInCommandLine": false,
"DefaultValue": "AMP Powered Server",
"EnumValues": {}
},
{
"DisplayName": "Enable PVP",
"Category": "Cluster Settings",
"Description": "Enable/Disable player-vs-player",
"Keywords": "pvp player vs",
"FieldName": "pvp",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "pvp",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Game Mode",
"Category": "Server Settings",
"Description": "Game mode selection",
"Keywords": "game mode",
"FieldName": "game_mode",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "game_mode",
"IncludeInCommandLine": false,
"DefaultValue": "survival",
"EnumValues": {
"endless": "Endless",
"survival": "Survival",
"wilderness": "Wilderness"
}
},
{
"DisplayName": "Cluster Intention",
"Category": "Cluster Settings",
"Description": "Cluster play style",
"Keywords": "cluster intention play style",
"FieldName": "cluster_intention",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "cluster_intention",
"IncludeInCommandLine": false,
"DefaultValue": "cooperative",
"EnumValues": {
"competitive": "Competitive",
"cooperative": "Cooperative",
"madness": "Madness",
"social": "Social"
}
},
{
"DisplayName": "Enable Snapshots",
"Category": "Server Settings",
"Description": "Enable/Disable Snapshots",
"Keywords": "enable snapshots",
"FieldName": "enable_snapshots",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "enable_snapshots",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Autosaver",
"Category": "Server Settings",
"Description": "Enable/Disable Autosaving at the begining of each day in-game",
"Keywords": "enable autosaver",
"FieldName": "enable_autosaver",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "enable_autosaver",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Enable Shards",
"Category": "Cluster Settings",
"Description": "Enable/Disable shards (Must be enabled for clusters)",
"Keywords": "enable shards",
"FieldName": "shard_enabled",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "shard_enabled",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Connection Timeout (ms)",
"Category": "Server Settings",
"Description": "Time in milliseconds before server drops an idle player",
"Keywords": "connection timeout",
"FieldName": "connection_timeout",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "connection_timeout",
"IncludeInCommandLine": false,
"DefaultValue": "8000",
"EnumValues": {}
},
{
"DisplayName": "Enable Vote to Kick",
"Category": "Server Settings",
"Description": "Allow players to vote to kick other players",
"Keywords": "vote to kick enabled",
"FieldName": "vote_kick_enabled",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "vote_kick_enabled",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Pause When Empty",
"Category": "Cluster Settings",
"Description": "Pause the game when no players in session",
"Keywords": "pause when empty",
"FieldName": "pause_when_empty",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "pause_when_empty",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Cluster Description",
"Category": "Cluster Settings",
"Description": "Description for this server cluster",
"Keywords": "cluster description",
"FieldName": "cluster_description",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "cluster_description",
"IncludeInCommandLine": false,
"DefaultValue": "AMP Powered Cluster",
"EnumValues": {}
},
{
"DisplayName": "Cluster Name",
"Category": "Cluster Settings",
"Description": "Name for this cluster",
"Keywords": "cluster name",
"FieldName": "cluster_name",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "cluster_name",
"IncludeInCommandLine": false,
"DefaultValue": "AMP Cluster",
"EnumValues": {}
},
{
"DisplayName": "Cluster Password",
"Category": "Cluster Settings",
"Description": "Password required for a shard server to join the cluster",
"Keywords": "shard cluster password",
"FieldName": "cluster_password",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "cluster_password",
"IncludeInCommandLine": false,
"DefaultValue": "Password123",
"EnumValues": {}
},
{
"DisplayName": "Master IP",
"Category": "Cluster Settings",
"Description": "The IP of the master server (127.0.0.1 if same machine)",
"Keywords": "master ip address",
"FieldName": "master_ip",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "master_ip",
"IncludeInCommandLine": false,
"DefaultValue": "127.0.0.1",
"EnumValues": {}
},
{
"DisplayName": "Master Port",
"Category": "Cluster Settings",
"Description": "Port of the master server (Remote Admin Port of the Master in AMP)",
"Keywords": "master server port",
"FieldName": "master_port",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "master_port",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Cluster Key",
"Category": "Cluster Settings",
"Description": "Private key to allow cluster shards to communicate",
"Keywords": "cluster key password",
"FieldName": "cluster_key",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "cluster_key",
"IncludeInCommandLine": false,
"DefaultValue": "Password123",
"EnumValues": {}
},
{
"DisplayName": "Server Cluster Token (Required)",
"Category": "Server Settings",
"Description": "Obtained from [Klei's Site](https://accounts.klei.com/account/game/servers?game=DontStarveTogether)",
"Keywords": "cluster server token",
"FieldName": "cluster_token",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "cluster_token",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {}
}
]