AMPTemplates/the-forestconfig.json
2022-03-05 13:51:23 +00:00

150 lines
4.4 KiB
JSON

[
{
"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": {}
}
]