forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
killing-floor-2config.json
255 lines (255 loc) · 9.09 KB
/
killing-floor-2config.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
[
{
"DisplayName": "Starting Map",
"Category": "Server Config",
"Description": "Set the server's starting map. Survival compatible maps denoted with \"*\".",
"Keywords": "Map",
"FieldName": "Map",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "Map",
"IncludeInCommandLine": false,
"DefaultValue": "KF-Bioticslab",
"EnumValues": {
"KF-Airship": "Airship",
"KF-AshwoodAsylum": "Ashwood Asylum",
"KF-Biolapse": "Biolapse",
"KF-Bioticslab": "Biotics Lab*",
"KF-BlackForest": "Black Forest",
"KF-BurningParis": "Burning Paris*",
"KF-CarillonHamlet": "Carillon Hamlet",
"KF-Catacombs": "Catacombs",
"KF-ContainmentStation": "Containment Station",
"KF-Desolation": "Desolation",
"KF-DieSector": "DieSector",
"KF-Dystopia2029": "Dystopia 2029",
"KF-Elysium": "Elysium",
"KF-EvacuationPoint": "Evacuation Point",
"KF-Farmhouse": "Farmhouse*",
"KF-HellmarkStation": "Hellmark Station",
"KF-HostileGrounds": "Hostile Grounds",
"KF-InfernalRealm": "Infernal Realm",
"KF-KrampusLair": "Krampus Lair",
"KF-Lockdown": "Lockdown",
"KF-MonsterBall": "Monster Ball",
"KF-Moonbase": "Moonbase",
"KF-Netherhold": "Netherhold",
"KF-Nightmare": "Nightmare",
"KF-Nuked": "Nuked",
"KF-Outpost": "Outpost",
"KF-PowerCore_Holdout": "Power Core Holdout",
"KF-Prison": "Prison*",
"KF-Sanitarium": "Sanitarium",
"KF-Santasworkshop": "Santa's Workshop",
"KF-ShoppingSpree": "Shopping Spree",
"KF-Spillway": "Spillway",
"KF-SteamFortress": "Steam Fortress",
"KF-TheDescent": "The Descent",
"KF-TragicKingdom": "Tragic Kingdom",
"KF-VolterManor": "Volter Manor*",
"KF-ZedLanding": "ZedLanding"
}
},
{
"DisplayName": "Starting Game Mode",
"Category": "Server Config",
"Description": "Set the server's starting game mode. Not all game modes work with all maps.",
"Keywords": "Game,mode",
"FieldName": "Game",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "Game",
"IncludeInCommandLine": false,
"DefaultValue": "KFGameContent.KFGameInfo_Survival",
"EnumValues": {
"KFGameContent.KFGameInfo_Survival": "Survival",
"KFGameContent.KFGameInfo_WeeklySurvival": "Weekly",
"KFGameContent.KFGameInfo_VersusSurvival": "Versus",
"KFGameContent.KFGameInfo_Endless": "Endless",
"KFGameContent.KFGameInfo_Objective": "Objective"
}
},
{
"DisplayName": "Enable Web Admin",
"Category": "Server Config",
"Description": "Allows managing the server in a browser using the IP:RemoteAdminPort (from ADS Edit Ports menu).",
"Keywords": "web,admin",
"FieldName": "bEnabled",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "IpDrv.WebServer.bEnabled",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Admin Password",
"Category": "Server Config",
"Description": "Password to become admin in-game. Username is \"admin\". Change this after install.",
"Keywords": "admin,password",
"FieldName": "AdminPassword",
"InputType": "RandomPassword",
"IsFlagArgument": false,
"ParamFieldName": "Engine.AccessControl.AdminPassword",
"IncludeInCommandLine": false,
"DefaultValue": "Password123",
"EnumValues": {}
},
{
"DisplayName": "Game Password",
"Category": "Server Config",
"Description": "Password to join the game. Change this after install.",
"Keywords": "game,password",
"FieldName": "GamePassword",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "Engine.AccessControl.GamePassword",
"IncludeInCommandLine": false,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Server Name",
"Category": "Server Config",
"Description": "The name to be displayed in the server browser.",
"Keywords": "server,name",
"FieldName": "ServerName",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "Engine.GameReplicationInfo.ServerName",
"IncludeInCommandLine": false,
"DefaultValue": "AMP Powered KF2 Server",
"EnumValues": {}
},
{
"DisplayName": "Max Players",
"Category": "Server Config",
"Description": "Set server maximum amount of players.",
"Keywords": "Max,Users,players",
"FieldName": "$MaxUsers",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "maxplayers",
"IncludeInCommandLine": false,
"DefaultValue": "6",
"EnumValues": {}
},
{
"DisplayName": "Max Spectators",
"Category": "Server Config",
"Description": "Set server maximum amount of spectators.",
"Keywords": "Max,spectators",
"FieldName": "MaxSpectators",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "Engine.GameInfo.MaxSpectators",
"IncludeInCommandLine": false,
"DefaultValue": "2",
"EnumValues": {}
},
{
"DisplayName": "Difficulty",
"Category": "Server Config",
"Description": "Sets the difficulty level.",
"Keywords": "game,difficulty",
"FieldName": "GameDifficulty",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "Engine.GameInfo.GameDifficulty",
"IncludeInCommandLine": false,
"DefaultValue": "0",
"EnumValues": {
"0": "Normal",
"1": "Hard",
"2": "Suicidal",
"3": "Hell on Earth"
}
},
{
"DisplayName": "Admin Can Pause?",
"Category": "Server Config",
"Description": "Allows the admin to pause the game.",
"Keywords": "admin,pause",
"FieldName": "bAdminCanPause",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "Engine.GameInfo.bAdminCanPause",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Change Levels?",
"Category": "Server Config",
"Description": "Whether or not the game will change levels or loop the same.",
"Keywords": "change,levels",
"FieldName": "bChangeLevels",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "Engine.GameInfo.bChangeLevels",
"IncludeInCommandLine": false,
"DefaultValue": "true",
"EnumValues": {
"True": "true",
"False": "false"
}
},
{
"DisplayName": "Clan Motto",
"Category": "Server Config",
"Description": "Clan motto displayed when a user joins.",
"Keywords": "clan,motto",
"FieldName": "ClanMotto",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "KFGame.KFGameInfo.ClanMotto",
"IncludeInCommandLine": false,
"DefaultValue": "We are the AMP clan!",
"EnumValues": {}
},
{
"DisplayName": "MOTD",
"Category": "Server Config",
"Description": "MOTD when a user joins.",
"Keywords": "Server,MOTD",
"FieldName": "ServerMOTD",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "KFGame.KFGameInfo.ServerMOTD",
"IncludeInCommandLine": false,
"DefaultValue": "Welcome to our server. \\n \\n Have fun and good luck!",
"EnumValues": {}
},
{
"DisplayName": "MOTD Banner Link",
"Category": "Server Config",
"Description": "Image location for MOTD banner.",
"Keywords": "Banner,Link",
"FieldName": "BannerLink",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "KFGame.KFGameInfo.BannerLink",
"IncludeInCommandLine": false,
"DefaultValue": "http://art.tripwirecdn.com/TestItemIcons/MOTDServer.png",
"EnumValues": {}
},
{
"DisplayName": "MOTD Website Link",
"Category": "Server Config",
"Description": "Link displayed on MOTD.",
"Keywords": "Website,Link",
"FieldName": "WebsiteLink",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "KFGame.KFGameInfo.WebsiteLink",
"IncludeInCommandLine": false,
"DefaultValue": "https://cubecoders.com/AMP",
"EnumValues": {}
}
]