forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sa-mpconfig.json
383 lines (383 loc) · 14.8 KB
/
sa-mpconfig.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
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
[
{
"DisplayName":"Server Port",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"",
"Keywords":"",
"FieldName":"$ServerPort",
"InputType":"number",
"Hidden":true,
"ParamFieldName":"port",
"EnumValues":{}
},
{
"DisplayName":"Server/RCON IP Binding",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"",
"Keywords":"",
"FieldName":"$ApplicationIPBinding",
"InputType":"text",
"Hidden":true,
"IsFlagArgument":false,
"ParamFieldName":"bind",
"EnumValues":{}
},
{
"DisplayName":"Server Name",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the name of the server as shown in the server browser and when players connect to the server",
"Keywords":"server,name,hostname",
"FieldName":"hostname",
"InputType":"text",
"ParamFieldName":"hostname",
"DefaultValue":"AMP Powered SA-MP Server",
"Placeholder":"AMP Powered SA-MP Server",
"EnumValues":{}
},
{
"DisplayName":"Map Name",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the map name as shown in the server browser. This can be anything",
"Keywords":"map,name,mapname",
"FieldName":"mapname",
"InputType":"text",
"ParamFieldName":"mapname",
"DefaultValue":"My SA-MP Map",
"EnumValues":{}
},
{
"DisplayName":"Web URL",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the URL of a website that will be displayed in the server browser and that has more information about the server",
"Keywords":"web,url,weburl",
"FieldName":"weburl",
"InputType":"text",
"ParamFieldName":"weburl",
"DefaultValue":"www.sa-mp.com",
"Placeholder":"www.sa-mp.com",
"EnumValues":{}
},
{
"DisplayName":"Server Password",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the password required for players to join the server. Default is no password",
"Keywords":"server,password",
"FieldName":"password",
"InputType":"password",
"ParamFieldName":"password",
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"RCON Password",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the password required to connect to the server's RCON. Default is a strong, random password",
"Keywords":"rcon,password,rcon_password",
"FieldName":"rcon_password",
"InputType":"password",
"ParamFieldName":"rcon_password",
"DefaultValue":"{{newguid()}}",
"EnumValues":{}
},
{
"DisplayName":"Initial Gamemode",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the gamemode to start the server with. If \"Custom\" is selected, Custom Initial Gamemode must also be specified. Subsequent gamemodes (gamemode1 to gamemode15) can be set under Additional Server Settings",
"Keywords":"initial,gamemode,gamemode0",
"FieldName":"gamemode0",
"InputType":"enum",
"ParamFieldName":"gamemode0",
"DefaultValue":"grandlarc",
"EnumValues":{
"grandlarc":"Grand Larceny",
"rivershell":"Rivershell",
"lvdm":"LVDM (Ventura's DeathMatch) ~ Moneygrub",
"timertest":"Timer Test",
"barron":"RC Barnstorm",
"bare":"Bare Script",
"{{CustomGamemode}}":"--Custom--"
}
},
{
"DisplayName":"Custom Initial Gamemode",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets a custom gamemode to use for the Initial Gamemode, if \"Custom\" is selected. The custom gamemode files must be included in the gamemodes directory",
"Keywords":"custom,initial,gamemode,gamemode0",
"FieldName":"CustomGamemode",
"InputType":"text",
"ParamFieldName":"CustomGamemode",
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Initial Gamemode Count",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets how many times the server should run the initial gamemode before switching to the next gamemode",
"Keywords":"initial,gamemode,gamemode0,count",
"FieldName":"gamemode0count",
"InputType":"number",
"ParamFieldName":"gamemode0count",
"DefaultValue":"1",
"Placeholder":"1",
"EnumValues":{}
},
{
"DisplayName":"Filterscripts",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Space-separated list of filterscripts (scripts that run in the background of the gamemode and add extras to the server without editing the gamemode). Specify the names of scripts (without the .amx extension) in the filterscripts directory or using a path relative to that directory",
"Keywords":"filterscripts,scripts",
"FieldName":"filterscripts",
"InputType":"text",
"ParamFieldName":"filterscripts",
"DefaultValue":"base gl_actions gl_property gl_realtime",
"Placeholder":"base gl_actions gl_property gl_realtime",
"EnumValues":{}
},
{
"DisplayName":"Plugins",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Space-separated list of plugins (scripts designed to enhance gamemodes and filterscripts). Specify the names of scripts (without the .dll or .so extension) in the plugins directory",
"Keywords":"plugins,scripts",
"FieldName":"plugins",
"InputType":"text",
"ParamFieldName":"plugins",
"DefaultValue":"",
"Placeholder":"crashdetect filemanager geoip mysql regex routeconnector sscanf streamer xml",
"EnumValues":{}
},
{
"DisplayName":"Enable LAN Mode",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If set, the server will run in LAN mode, allowing higher bandwidth",
"Keywords":"lan,mode,lanmode",
"FieldName":"lanmode",
"InputType":"checkbox",
"ParamFieldName":"lanmode",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Announce To Master Server List",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If set, the server will be announced to the master server list",
"Keywords":"announce,master,server,list",
"FieldName":"announce",
"InputType":"checkbox",
"ParamFieldName":"announce",
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Display In Server Browser",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If set, information on the server will be displayed in the server browser",
"Keywords":"server,browser,information,query",
"FieldName":"query",
"InputType":"checkbox",
"ParamFieldName":"query",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Player Limit",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the maximum number of players that may connect to the server at one time",
"Keywords":"maximum,players,clients,limit,maxplayers",
"FieldName":"$MaxUsers",
"InputType":"number",
"MinValue":"1",
"MaxValue":"1000",
"ParamFieldName":"maxplayers",
"DefaultValue":"50",
"Placeholder":"50",
"Suffix":"players",
"EnumValues":{}
},
{
"DisplayName":"Language",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the language of the server that appears in the server browser",
"Keywords":"language",
"FieldName":"language",
"InputType":"text",
"ParamFieldName":"language",
"DefaultValue":"English",
"Placeholder":"English",
"EnumValues":{}
},
{
"DisplayName":"Maximum NPCs",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the maximum number of NPCs (bots) that the server can hold, limiting how many player slots can be taken by NPCs",
"Keywords":"maximum,npcs,bots,maxnpc",
"FieldName":"maxnpc",
"InputType":"number",
"MinValue":"0",
"MaxValue":"1000",
"ParamFieldName":"maxnpc",
"DefaultValue":"0",
"Placeholder":"0",
"Suffix":"NPCs",
"EnumValues":{}
},
{
"DisplayName":"On-Foot Update Rate",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the time that a client should update the server with new data while on foot",
"Keywords":"onfoot,foot,rate,onfoot_rate",
"FieldName":"onfoot_rate",
"InputType":"number",
"MinValue":"1",
"ParamFieldName":"onfoot_rate",
"DefaultValue":"40",
"Placeholder":"40",
"Suffix":"milliseconds",
"EnumValues":{}
},
{
"DisplayName":"In-Vehicle Update Rate",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the time that a client should update the server with new data while in a vehicle",
"Keywords":"incar,car,vehicle,rate,incar_rate",
"FieldName":"incar_rate",
"InputType":"number",
"MinValue":"1",
"ParamFieldName":"incar_rate",
"DefaultValue":"40",
"Placeholder":"40",
"Suffix":"milliseconds",
"EnumValues":{}
},
{
"DisplayName":"Weapon Rate",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the time that a client should update the server with new data while firing a weapon",
"Keywords":"weapon,rate,weapon_rate",
"FieldName":"weapon_rate",
"InputType":"number",
"MinValue":"1",
"ParamFieldName":"weapon_rate",
"DefaultValue":"40",
"Placeholder":"40",
"Suffix":"milliseconds",
"EnumValues":{}
},
{
"DisplayName":"Stream Distance",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the distance on the X,Y plane that players will stream in server entities. Higher values makes players see server entities at a greater distance, but requires more client processing and potentially more bandwidth",
"Keywords":"stream,distance,stream_distance",
"FieldName":"stream_distance",
"InputType":"number",
"MinValue":"50",
"MaxValue":"400",
"ParamFieldName":"stream_distance",
"DefaultValue":"300.0",
"Placeholder":"300.0",
"EnumValues":{}
},
{
"DisplayName":"Stream Rate",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the time before the streaming in of server entities is retested for each player. Lower values increases server processing as it has to recheck streaming conditions more frequently for each player",
"Keywords":"stream,rate,stream_rate",
"FieldName":"stream_rate",
"InputType":"number",
"MinValue":"500",
"MaxValue":"5000",
"ParamFieldName":"stream_rate",
"DefaultValue":"1000",
"Placeholder":"1000",
"Suffix":"milliseconds",
"EnumValues":{}
},
{
"DisplayName":"Lag Compensation Mode",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the lag compensation mode for the server",
"Keywords":"lag,compensation,mode,lagcompmode",
"FieldName":"lagcompmode",
"InputType":"enum",
"ParamFieldName":"lagcompmode",
"DefaultValue":"1",
"EnumValues":{
"0":"Disabled",
"1":"Full (default)",
"2":"Position only"
}
},
{
"DisplayName":"Show Player Chat In Console",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"If set, player chat will be shown in the server console",
"Keywords":"log,logging,chat,chatlogging",
"FieldName":"chatlogging",
"InputType":"checkbox",
"ParamFieldName":"chatlogging",
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Log Time Format",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Sets the logfile timestamp format that should be used, based on the [strftime format](https://cplusplus.com/reference/ctime/strftime/)",
"Keywords":"log,file,format,timestamp,logtimeformat",
"FieldName":"logtimeformat",
"InputType":"text",
"ParamFieldName":"logtimeformat",
"DefaultValue":"[%H:%M:%S]",
"Placeholder":"[%H:%M:%S]",
"EnumValues":{}
},
{
"DisplayName":"Additional Server Settings",
"Category":"San Andreas MP:stadia_controller",
"Subcategory":"Server Settings:settings:1",
"Description":"Specifies additional settings to include in \"server.cfg\" that are not otherwise set by AMP. One setting per line",
"Keywords":"additional,settings,custom",
"FieldName":"UserSettings",
"InputType":"Textarea",
"IsFlagArgument":false,
"ParamFieldName":"UserSettings",
"DefaultValue":"",
"EnumValues":{}
}
]