forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththe-forestconfig.json
150 lines (150 loc) · 4.42 KB
/
the-forestconfig.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
[
{
"DisplayName": "Server Admin Password",
"Category": "Server Config",
"Description": "",
"Keywords": "",
"FieldName": "serverpassword_admin",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "serverpassword_admin",
"IncludeInCommandLine": true,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Server Steam Account",
"Category": "Server Config",
"Description": "",
"Keywords": "",
"FieldName": "serversteamaccount",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "serversteamaccount",
"IncludeInCommandLine": true,
"DefaultValue": "",
"EnumValues": {}
},
{
"DisplayName": "Save Slot",
"Category": "Server Config",
"Description": "",
"Keywords": "",
"FieldName": "slot",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "slot",
"IncludeInCommandLine": true,
"DefaultValue": "1",
"EnumValues": {}
},
{
"DisplayName": "Vegetarian Mode",
"Category": "Gameplay Config",
"Description": "Disables enemies during the daytime",
"Keywords": "",
"FieldName": "vegetarianmode",
"InputType": "checkbox",
"IsFlagArgument": true,
"ParamFieldName": "vegetarianmode",
"IncludeInCommandLine": true,
"DefaultValue": "-vegetarianmode"
},
{
"DisplayName": "No building destruction",
"Category": "Gameplay Config",
"Description": "Prevents buildings from being damaged by players or enemies",
"Keywords": "",
"FieldName": "nobuildingdestruction",
"InputType": "checkbox",
"IsFlagArgument": true,
"ParamFieldName": "nobuildingdestruction",
"IncludeInCommandLine": true,
"DefaultValue": "-nobuildingdestruction"
},
{
"DisplayName": "Trees grow while sleeping",
"Category": "Gameplay Config",
"Description": "Trees will regrow overnight while you sleep if enabled",
"Keywords": "",
"FieldName": "treeregrowmode",
"InputType": "checkbox",
"IsFlagArgument": true,
"ParamFieldName": "treeregrowmode",
"IncludeInCommandLine": true,
"DefaultValue": "-treeregrowmode"
},
{
"DisplayName": "Allow Cheats",
"Category": "Gameplay Config",
"Description": "Allow clients to use the development console (Use with caution!)",
"Keywords": "",
"FieldName": "allowcheats",
"InputType": "checkbox",
"IsFlagArgument": true,
"ParamFieldName": "allowcheats",
"IncludeInCommandLine": true,
"DefaultValue": "-allowcheats"
},
{
"DisplayName": "Reset Holes",
"Category": "Gameplay Config",
"Description": "Reset all existing floor holes when loading a save",
"Keywords": "",
"FieldName": "resetholesmode",
"InputType": "checkbox",
"IsFlagArgument": true,
"ParamFieldName": "resetholesmode",
"IncludeInCommandLine": true,
"DefaultValue": "-resetholesmode"
},
{
"DisplayName": "Allow enemies in creative",
"Category": "Gameplay Config",
"Description": "Enemies will spawn even when creative mode is enabled",
"Keywords": "",
"FieldName": "allowenemiescreative",
"InputType": "checkbox",
"IsFlagArgument": true,
"ParamFieldName": "allowenemiescreative",
"IncludeInCommandLine": true,
"DefaultValue": "-allowenemiescreative"
},
{
"DisplayName": "Realistic Player Damage",
"Category": "Gameplay Config",
"Description": "Players take more damage",
"Keywords": "",
"FieldName": "realisticPlayerDamage",
"InputType": "checkbox",
"IsFlagArgument": true,
"ParamFieldName": "realisticPlayerDamage",
"IncludeInCommandLine": true,
"DefaultValue": "-realisticPlayerDamage"
},
{
"DisplayName": "Enable VAC",
"Category": "Server Config",
"Description": "Use Valve Anti-Cheat to help protect against cheaters and to use VAC bans",
"Keywords": "",
"FieldName": "enableVAC",
"InputType": "checkbox",
"IsFlagArgument": true,
"ParamFieldName": "enableVAC",
"IncludeInCommandLine": true,
"DefaultValue": "-enableVAC"
},
{
"DisplayName": "Server save interval",
"Category": "Server Config",
"Description": "How often in minutes the server should save changes to disk",
"Keywords": "",
"FieldName": "serverautosaveinterval",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "serverautosaveinterval",
"IncludeInCommandLine": true,
"DefaultValue": "15",
"EnumValues": {}
}
]