Pavlov: Fix enums and bEnabled setting
This commit is contained in:
		@@ -9,23 +9,22 @@
 | 
			
		||||
        "IsFlagArgument": false,
 | 
			
		||||
        "ParamFieldName": "/Script/Pavlov.DedicatedServer.ServerName",
 | 
			
		||||
        "IncludeInCommandLine": false,
 | 
			
		||||
        "DefaultValue": "Pavlov VR Server - Powered by AMP"
 | 
			
		||||
        "DefaultValue": "Pavlov VR Server - Powered by AMP",
 | 
			
		||||
        "EnumValues": {}
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "DisplayName": "Include in Server List",
 | 
			
		||||
        "Category": "Server Settings",
 | 
			
		||||
        "Description": "Requires an API key to be set",
 | 
			
		||||
        "Keywords": "server list",
 | 
			
		||||
        "Description": "",
 | 
			
		||||
        "Keywords": "",
 | 
			
		||||
        "FieldName": "bEnabled",
 | 
			
		||||
        "InputType": "checkbox",
 | 
			
		||||
        "InputType": "text",
 | 
			
		||||
        "Hidden": true,
 | 
			
		||||
        "IsFlagArgument": false,
 | 
			
		||||
        "ParamFieldName": "/Script/Pavlov.DedicatedServer.bEnabled",
 | 
			
		||||
        "IncludeInCommandLine": false,
 | 
			
		||||
        "DefaultValue": "false",
 | 
			
		||||
        "EnumValues": {
 | 
			
		||||
            "False": "false",
 | 
			
		||||
            "True": "true"
 | 
			
		||||
        }
 | 
			
		||||
        "DefaultValue": "true",
 | 
			
		||||
        "EnumValues": {}
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "DisplayName": "API Key",
 | 
			
		||||
@@ -37,7 +36,8 @@
 | 
			
		||||
        "IsFlagArgument": false,
 | 
			
		||||
        "ParamFieldName": "/Script/Pavlov.DedicatedServer.ApiKey",
 | 
			
		||||
        "IncludeInCommandLine": false,
 | 
			
		||||
        "DefaultValue": ""
 | 
			
		||||
        "DefaultValue": "",
 | 
			
		||||
        "EnumValues": {}
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "DisplayName": "Server Password",
 | 
			
		||||
@@ -49,7 +49,8 @@
 | 
			
		||||
        "IsFlagArgument": false,
 | 
			
		||||
        "ParamFieldName": "/Script/Pavlov.DedicatedServer.Password",
 | 
			
		||||
        "IncludeInCommandLine": false,
 | 
			
		||||
        "DefaultValue": "0000"
 | 
			
		||||
        "DefaultValue": "0000",
 | 
			
		||||
        "EnumValues": {}
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "DisplayName": "RCON Password",
 | 
			
		||||
@@ -61,7 +62,8 @@
 | 
			
		||||
        "IsFlagArgument": false,
 | 
			
		||||
        "ParamFieldName": "",
 | 
			
		||||
        "IncludeInCommandLine": false,
 | 
			
		||||
        "DefaultValue": "Password123"
 | 
			
		||||
        "DefaultValue": "Password123",
 | 
			
		||||
        "EnumValues": {}
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "DisplayName": "Enable Valve Anti-Cheat (Steam VAC)",
 | 
			
		||||
@@ -122,7 +124,8 @@
 | 
			
		||||
        "ParamFieldName": "/Script/Pavlov.DedicatedServer.MaxPlayers",
 | 
			
		||||
        "IncludeInCommandLine": false,
 | 
			
		||||
        "DefaultValue": "10",
 | 
			
		||||
        "Suffix": "players"
 | 
			
		||||
        "Suffix": "players",
 | 
			
		||||
        "EnumValues": {}
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "DisplayName": "Enable Whitelist",
 | 
			
		||||
@@ -151,7 +154,8 @@
 | 
			
		||||
        "ParamFieldName": "whitelist",
 | 
			
		||||
        "IncludeInCommandLine": false,
 | 
			
		||||
        "DefaultValue": "",
 | 
			
		||||
        "Special": "listfile:./pavlovserver/622970/Pavlov/Saved/Config/whitelist.txt"
 | 
			
		||||
        "Special": "listfile:./pavlovserver/622970/Pavlov/Saved/Config/whitelist.txt",
 | 
			
		||||
        "EnumValues": {}
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "DisplayName": "Blacklisted Players",
 | 
			
		||||
@@ -164,7 +168,8 @@
 | 
			
		||||
        "ParamFieldName": "blacklist",
 | 
			
		||||
        "IncludeInCommandLine": false,
 | 
			
		||||
        "DefaultValue": "",
 | 
			
		||||
        "Special": "listfile:./pavlovserver/622970/Pavlov/Saved/Config/blacklist.txt"
 | 
			
		||||
        "Special": "listfile:./pavlovserver/622970/Pavlov/Saved/Config/blacklist.txt",
 | 
			
		||||
        "EnumValues": {}
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "DisplayName": "Server Moderators",
 | 
			
		||||
@@ -177,7 +182,8 @@
 | 
			
		||||
        "ParamFieldName": "mods",
 | 
			
		||||
        "IncludeInCommandLine": false,
 | 
			
		||||
        "DefaultValue": "",
 | 
			
		||||
        "Special": "listfile:./pavlovserver/622970/Pavlov/Saved/Config/mods.txt"
 | 
			
		||||
        "Special": "listfile:./pavlovserver/622970/Pavlov/Saved/Config/mods.txt",
 | 
			
		||||
        "EnumValues": {}
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "DisplayName": "Refresh Interval",
 | 
			
		||||
@@ -190,7 +196,8 @@
 | 
			
		||||
        "ParamFieldName": "/Script/Pavlov.DedicatedServer.RefreshListTime",
 | 
			
		||||
        "IncludeInCommandLine": false,
 | 
			
		||||
        "DefaultValue": "120",
 | 
			
		||||
        "Suffix": "seconds"
 | 
			
		||||
        "Suffix": "seconds",
 | 
			
		||||
        "EnumValues": {}
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "DisplayName": "Server Tick Rate",
 | 
			
		||||
@@ -202,7 +209,8 @@
 | 
			
		||||
        "IsFlagArgument": false,
 | 
			
		||||
        "ParamFieldName": "/Script/Pavlov.DedicatedServer.TickRate",
 | 
			
		||||
        "IncludeInCommandLine": false,
 | 
			
		||||
        "DefaultValue": "90"
 | 
			
		||||
        "DefaultValue": "90",
 | 
			
		||||
        "EnumValues": {}
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "DisplayName": "Map Time Limit",
 | 
			
		||||
@@ -214,7 +222,8 @@
 | 
			
		||||
        "IsFlagArgument": false,
 | 
			
		||||
        "ParamFieldName": "/Script/Pavlov.DedicatedServer.TimeLimit",
 | 
			
		||||
        "IncludeInCommandLine": false,
 | 
			
		||||
        "DefaultValue": "60"
 | 
			
		||||
        "DefaultValue": "60",
 | 
			
		||||
        "EnumValues": {}
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "DisplayName": "Balance Table URL",
 | 
			
		||||
@@ -226,7 +235,8 @@
 | 
			
		||||
        "IsFlagArgument": false,
 | 
			
		||||
        "ParamFieldName": "/Script/Pavlov.DedicatedServer.BalanceTableURL",
 | 
			
		||||
        "IncludeInCommandLine": false,
 | 
			
		||||
        "DefaultValue": "vankruptgames/BalancingTable/main"
 | 
			
		||||
        "DefaultValue": "vankruptgames/BalancingTable/main",
 | 
			
		||||
        "EnumValues": {}
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "DisplayName": "Limited Ammo Mode",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
[/Script/Pavlov.DedicatedServer]
 | 
			
		||||
bEnabled=true
 | 
			
		||||
ServerName=Pavlov VR Server - Powered by AMP
 | 
			
		||||
bEnabled=false
 | 
			
		||||
MaxPlayers=10
 | 
			
		||||
ApiKey=
 | 
			
		||||
bSecured=true
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user