-
Notifications
You must be signed in to change notification settings - Fork 343
/
Copy pathjc3mpconfig.json
178 lines (178 loc) · 5.81 KB
/
jc3mpconfig.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
[
{
"DisplayName": "Game Port",
"Category": "Just Cause 3:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"FieldName": "$port",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "gport",
"IncludeInCommandLine": false,
"Hidden": true,
"DefaultValue": "4200",
"EnumValues": {}
},
{
"DisplayName": "Host IP",
"Category": "Just Cause 3:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "",
"FieldName": "$ApplicationIPBinding",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "hostip",
"IncludeInCommandLine": false,
"Hidden": true,
"DefaultValue": "0.0.0.0",
"EnumValues": {}
},
{
"DisplayName": "HTTP Port",
"Category": "Just Cause 3:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "HTTP Port",
"FieldName": "$httpPort",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "hport",
"IncludeInCommandLine": false,
"Hidden": true,
"DefaultValue": "4203",
"EnumValues": {}
},
{
"DisplayName": "Query Port",
"Category": "Just Cause 3:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Query Port",
"FieldName": "$queryPort",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "qport",
"IncludeInCommandLine": false,
"Hidden": true,
"DefaultValue": "4201",
"EnumValues": {}
},
{
"DisplayName": "Steam Port",
"Category": "Just Cause 3:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Steam Port",
"FieldName": "$steamPort",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "sport",
"IncludeInCommandLine": false,
"Hidden": true,
"DefaultValue": "4202",
"EnumValues": {}
},
{
"DisplayName": "Players",
"Category": "Just Cause 3:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Number of players allowed to join.",
"Keywords": "players",
"FieldName": "$MaxUsers",
"InputType": "number",
"IsFlagArgument": false,
"Required": true,
"ParamFieldName": "maxPlayers",
"IncludeInCommandLine": false,
"DefaultValue": "20",
"EnumValues": {},
"Suffix": "players",
"MinValue": "1"
},
{
"DisplayName": "Password",
"Category": "Just Cause 3:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Password to join the server.",
"Keywords": "password",
"FieldName": "password",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "password",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Description",
"Category": "Just Cause 3:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Displayed in the server browser.",
"Keywords": "description",
"FieldName": "description",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "description",
"IncludeInCommandLine": false,
"DefaultValue": "Powered By Amp",
"EnumValues": {}
},
{
"DisplayName": "Tick Rate",
"Category": "Just Cause 3:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Maxium FPS for the server (default is 60).",
"Keywords": "tickrate",
"FieldName": "tickrate",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "maxTickRate",
"IncludeInCommandLine": false,
"DefaultValue": "60",
"Suffix": "ticks per second",
"EnumValues": {}
},
{
"DisplayName": "Name",
"Category": "Just Cause 3:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Displayed in the server browser.",
"Keywords": "name",
"FieldName": "name",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "name",
"IncludeInCommandLine": false,
"DefaultValue": "JC3MP-AMP",
"EnumValues": {}
},
{
"DisplayName": "Server Announce",
"Category": "Just Cause 3:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Add a check here if you want to announce your server on the master server browser list.",
"Keywords": "Server Announce",
"FieldName": "announce",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "announce",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"False": "false",
"True": "true"
}
},
{
"DisplayName": "Required DLCs",
"Category": "Just Cause 3:stadia_controller",
"Subcategory": "Server:dns:1",
"Description": "Comma separated list of owned DLC IDs required to join. [A list is available here](https://just-cause.mp/docs/general/information/Server%20Configuration) Leave this blank to not require any DLCs to join.",
"Keywords": "dlcs",
"FieldName": "requiredDLC",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "requiredDLC",
"IncludeInCommandLine": false,
"DefaultValue": "",
"Placeholder": "400551,400490,442051,401850,348880,388294,442050,488293,388290,388291,388292,442052",
"EnumValues": {}
}
]