forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
no-one-survivedmetaconfig.json
49 lines (49 loc) · 1.75 KB
/
no-one-survivedmetaconfig.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
[
{
"ConfigFile":"WRSH/Saved/Config/WindowsServer/Game.ini",
"ConfigType":"ini",
"ConfigFormat":"{0}={1}",
"Subsections":[
{
"Heading":"GameSettings",
"SettingMappings":{
"ZombieAttack":"ZombieAttack",
"ZombieAttackDay":"ZombieAttackDay",
"AttackZombieNum":"AttackZombieNum",
"ZombieNum":"ZombieNum",
"RunZombiePercent":"RunZombiePercent",
"ZombieStreng":"ZombieStreng",
"YearDay":"YearDay",
"PermanentDead":"PermanentDead",
"MaterialNum":"MaterialNum",
"ItemSpawn":"ItemSpawn",
"VirusFatalityRate":"VirusFatalityRate",
"GiftBagForNovices":"GiftBagForNovices",
"NPCItemSpawn":"NPCItemSpawn",
"PVP":"PVP",
"SpecialZombie":"SpecialZombie",
"DayLength":"DayLength"
}
},
{
"Heading":"ServerSetting",
"SettingMappings":{
"SaveName":"SaveName",
"ServerName":"ServerName",
"OpenMap":"OpenMap",
"NeedPassword":"NeedPassword",
"Password":"Password",
"MaxPlayers":"$MaxUsers",
"NumOfZombieSpawn":"NumOfZombieSpawn",
"Region":"Region",
"AdminPassword":"AdminPassword"
}
}
]
},
{
"ConfigFile":"WRSH/Saved/Config/WindowsServer/Engine.ini",
"AutoMap":true,
"ConfigType":"ini"
}
]