2022-01-15 10:05:46 +01:00
[
{
"DisplayName" : "Server Name" ,
"Category" : "Server Settings" ,
2023-05-14 22:50:58 +02:00
"Description" : "Sets the server name visible in the server list. Maximum 35 characters (approx)" ,
"Keywords" : "server,name,servername" ,
2022-01-15 10:05:46 +01:00
"FieldName" : "ServerName" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
2022-02-20 09:57:28 +01:00
"ParamFieldName" : "/Script/Pavlov.DedicatedServer.ServerName" ,
2022-01-15 10:05:46 +01:00
"IncludeInCommandLine" : false ,
2022-02-21 04:11:04 +01:00
"DefaultValue" : "Pavlov VR Server - Powered by AMP" ,
"EnumValues" : { }
2022-01-15 10:05:46 +01:00
} ,
{
2023-05-14 22:50:58 +02:00
"DisplayName" : "Include In Server List" ,
2022-01-15 10:05:46 +01:00
"Category" : "Server Settings" ,
2022-02-21 04:11:04 +01:00
"Description" : "" ,
"Keywords" : "" ,
2022-01-15 10:05:46 +01:00
"FieldName" : "bEnabled" ,
2022-02-21 04:11:04 +01:00
"InputType" : "text" ,
"Hidden" : true ,
2022-01-15 10:05:46 +01:00
"IsFlagArgument" : false ,
2022-02-20 09:57:28 +01:00
"ParamFieldName" : "/Script/Pavlov.DedicatedServer.bEnabled" ,
2022-01-15 10:05:46 +01:00
"IncludeInCommandLine" : false ,
2022-02-21 04:11:04 +01:00
"DefaultValue" : "true" ,
"EnumValues" : { }
2022-01-15 10:05:46 +01:00
} ,
{
"DisplayName" : "API Key" ,
"Category" : "Server Settings" ,
2023-05-14 22:50:58 +02:00
"Description" : "Sets a unique API key to allow the server to appear in the server list. [Get your API key](https://pavlov-ms.vankrupt.com/servers/v1/key)" ,
"Keywords" : "api,key,apikey" ,
2022-01-15 10:05:46 +01:00
"FieldName" : "ApiKey" ,
"InputType" : "password" ,
"IsFlagArgument" : false ,
2022-02-20 09:57:28 +01:00
"ParamFieldName" : "/Script/Pavlov.DedicatedServer.ApiKey" ,
2022-01-15 10:05:46 +01:00
"IncludeInCommandLine" : false ,
2022-02-21 04:11:04 +01:00
"DefaultValue" : "" ,
"EnumValues" : { }
2022-01-15 10:05:46 +01:00
} ,
{
"DisplayName" : "Server Password" ,
"Category" : "Server Settings" ,
2023-05-14 22:50:58 +02:00
"Description" : "Sets a four digit PIN to connect to the server. NOTE: Change this after installing the server" ,
"Keywords" : "password,pin" ,
2022-01-15 10:05:46 +01:00
"FieldName" : "Password" ,
"InputType" : "password" ,
"IsFlagArgument" : false ,
2022-02-20 09:57:28 +01:00
"ParamFieldName" : "/Script/Pavlov.DedicatedServer.Password" ,
2022-01-15 10:05:46 +01:00
"IncludeInCommandLine" : false ,
2023-05-14 22:50:58 +02:00
"DefaultValue" : "{{randomdigits(4)}}" ,
2022-02-21 04:11:04 +01:00
"EnumValues" : { }
2022-01-15 10:05:46 +01:00
} ,
2023-03-23 13:45:59 +01:00
{
"DisplayName" : "RCON Password" ,
"Category" : "Server Settings" ,
"Description" : "See the Security and Privacy menu for configurable options for the server's RCON" ,
"Keywords" : "rcon,password" ,
"FieldName" : "RCONPassword" ,
"InputType" : "hidden" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "RCONPassword" ,
"IncludeInCommandLine" : false ,
"EnumValues" : { }
} ,
2022-01-15 10:05:46 +01:00
{
"DisplayName" : "Enable Valve Anti-Cheat (Steam VAC)" ,
"Category" : "Server Settings" ,
"Description" : "" ,
2023-05-14 22:50:58 +02:00
"Keywords" : "anti-cheat,vac,cheat,bsecured" ,
2022-01-15 10:05:46 +01:00
"FieldName" : "bSecured" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-02-20 09:57:28 +01:00
"ParamFieldName" : "/Script/Pavlov.DedicatedServer.bSecured" ,
2022-01-15 10:05:46 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
"False" : "false" ,
"True" : "true"
}
} ,
{
"DisplayName" : "Enable Custom Server" ,
"Category" : "Server Settings" ,
"Description" : "If enabled, activates new modding tools. Required for blacklist functionality" ,
2023-05-14 22:50:58 +02:00
"Keywords" : "custom,bcustomserver" ,
2022-01-15 10:05:46 +01:00
"FieldName" : "bCustomServer" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-02-20 09:57:28 +01:00
"ParamFieldName" : "/Script/Pavlov.DedicatedServer.bCustomServer" ,
2022-01-15 10:05:46 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
"False" : "false" ,
"True" : "true"
}
} ,
{
"DisplayName" : "Enable Competitive Mode" ,
"Category" : "Server Settings" ,
"Description" : "If enabled, sets the server to competitive mode for SND" ,
2023-05-14 22:50:58 +02:00
"Keywords" : "competitive,bcompetitive" ,
2022-01-15 10:05:46 +01:00
"FieldName" : "bCompetitive" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-02-20 09:57:28 +01:00
"ParamFieldName" : "/Script/Pavlov.DedicatedServer.bCompetitive" ,
2022-01-15 10:05:46 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
"False" : "false" ,
"True" : "true"
}
} ,
{
"DisplayName" : "Player Limit" ,
"Category" : "Server Settings" ,
2023-05-14 22:50:58 +02:00
"Description" : "Sets the maximum number of players that may connect to the server. No more than 20 to 24 recommended for large maps" ,
"Keywords" : "players,limit,maxplayers" ,
2022-01-15 10:05:46 +01:00
"FieldName" : "$MaxUsers" ,
"InputType" : "number" ,
2023-05-14 22:50:58 +02:00
"MinValue" : "1" ,
2022-01-15 10:05:46 +01:00
"IsFlagArgument" : false ,
2022-02-20 09:57:28 +01:00
"ParamFieldName" : "/Script/Pavlov.DedicatedServer.MaxPlayers" ,
2022-01-15 10:05:46 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "10" ,
2023-05-14 22:50:58 +02:00
"Placeholder" : "10" ,
2022-02-21 04:11:04 +01:00
"Suffix" : "players" ,
2023-05-14 22:50:58 +02:00
"EnumValues" : { }
2022-01-15 10:05:46 +01:00
} ,
{
"DisplayName" : "Enable Whitelist" ,
"Category" : "Server Settings" ,
"Description" : "If enabled, only whitelisted players can join" ,
2023-05-14 22:50:58 +02:00
"Keywords" : "whitelist,bwhitelist" ,
2022-01-15 10:05:46 +01:00
"FieldName" : "bWhitelist" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-02-20 09:57:28 +01:00
"ParamFieldName" : "/Script/Pavlov.DedicatedServer.bWhitelist" ,
2022-01-15 10:05:46 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
"False" : "false" ,
"True" : "true"
}
} ,
{
"DisplayName" : "Whitelisted Players" ,
"Category" : "Server Settings" ,
2023-05-14 22:50:58 +02:00
"Description" : "List of [Steam64 IDs](https://steamidfinder.com/) for whitelisted players" ,
2022-01-15 10:05:46 +01:00
"Keywords" : "whitelist" ,
"FieldName" : "whitelist" ,
"InputType" : "list" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "whitelist" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "" ,
2022-02-21 04:11:04 +01:00
"Special" : "listfile:./pavlovserver/622970/Pavlov/Saved/Config/whitelist.txt" ,
"EnumValues" : { }
2022-01-15 10:05:46 +01:00
} ,
{
"DisplayName" : "Blacklisted Players" ,
"Category" : "Server Settings" ,
2023-05-14 22:50:58 +02:00
"Description" : "List of [Steam64 IDs](https://steamidfinder.com/) for blacklisted players" ,
2022-01-15 10:05:46 +01:00
"Keywords" : "blacklist,banned" ,
"FieldName" : "blacklist" ,
"InputType" : "list" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "blacklist" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "" ,
2022-02-21 04:11:04 +01:00
"Special" : "listfile:./pavlovserver/622970/Pavlov/Saved/Config/blacklist.txt" ,
"EnumValues" : { }
2022-01-15 10:05:46 +01:00
} ,
{
"DisplayName" : "Server Moderators" ,
"Category" : "Server Settings" ,
2023-05-14 22:50:58 +02:00
"Description" : "List of [Steam64 IDs](https://steamidfinder.com/) for server moderators/admins (functionality may currently be limited)" ,
"Keywords" : "moderators,admins,mods" ,
2022-01-15 10:05:46 +01:00
"FieldName" : "mods" ,
"InputType" : "list" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "mods" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "" ,
2022-02-21 04:11:04 +01:00
"Special" : "listfile:./pavlovserver/622970/Pavlov/Saved/Config/mods.txt" ,
"EnumValues" : { }
2022-01-15 10:05:46 +01:00
} ,
{
"DisplayName" : "Refresh Interval" ,
"Category" : "Server Settings" ,
"Description" : "Sets how often the server checks for updates in whitelist/blacklist/modlist" ,
2023-05-14 22:50:58 +02:00
"Keywords" : "refresh,list,refreshlisttime" ,
2022-01-15 10:05:46 +01:00
"FieldName" : "RefreshListTime" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-02-20 09:57:28 +01:00
"ParamFieldName" : "/Script/Pavlov.DedicatedServer.RefreshListTime" ,
2022-01-15 10:05:46 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "120" ,
2022-02-21 04:11:04 +01:00
"Suffix" : "seconds" ,
"EnumValues" : { }
2022-01-15 10:05:46 +01:00
} ,
{
"DisplayName" : "Server Tick Rate" ,
"Category" : "Server Settings" ,
"Description" : "Sets the server tickrate. Between 50 and 120 is most stable" ,
2023-05-14 22:50:58 +02:00
"Keywords" : "tick,rate,tickrate" ,
2022-01-15 10:05:46 +01:00
"FieldName" : "TickRate" ,
"InputType" : "number" ,
2023-05-14 22:50:58 +02:00
"MinValue" : "1" ,
2022-01-15 10:05:46 +01:00
"IsFlagArgument" : false ,
2022-02-20 09:57:28 +01:00
"ParamFieldName" : "/Script/Pavlov.DedicatedServer.TickRate" ,
2022-01-15 10:05:46 +01:00
"IncludeInCommandLine" : false ,
2022-02-21 04:11:04 +01:00
"DefaultValue" : "90" ,
2023-05-14 22:50:58 +02:00
"Placeholder" : "90" ,
2022-02-21 04:11:04 +01:00
"EnumValues" : { }
2022-01-15 10:05:46 +01:00
} ,
{
"DisplayName" : "Map Time Limit" ,
"Category" : "Server Settings" ,
"Description" : "Sets the time limit for each map" ,
2023-05-14 22:50:58 +02:00
"Keywords" : "map,time,limit,timelimit" ,
2022-01-15 10:05:46 +01:00
"FieldName" : "TimeLimit" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
2022-02-20 09:57:28 +01:00
"ParamFieldName" : "/Script/Pavlov.DedicatedServer.TimeLimit" ,
2022-01-15 10:05:46 +01:00
"IncludeInCommandLine" : false ,
2022-02-21 04:11:04 +01:00
"DefaultValue" : "60" ,
2023-05-14 22:50:58 +02:00
"Placeholder" : "60" ,
2022-02-21 04:11:04 +01:00
"EnumValues" : { }
2022-01-15 10:05:46 +01:00
} ,
{
"DisplayName" : "Balance Table URL" ,
"Category" : "Server Settings" ,
2023-07-28 03:18:57 +02:00
"Description" : "Reference for custom balance table on GitHub. [Follow the instructions](https://github.com/vankruptgames/BalancingTable) to create your own. Note: You may need to use the Beta_5.1 branch on GitHub for server builds based on Unity 5" ,
2023-05-14 22:50:58 +02:00
"Keywords" : "balance,table,URL,balancetableurl" ,
2022-01-15 10:05:46 +01:00
"FieldName" : "BalanceTableURL" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
2022-02-20 09:57:28 +01:00
"ParamFieldName" : "/Script/Pavlov.DedicatedServer.BalanceTableURL" ,
2022-01-15 10:05:46 +01:00
"IncludeInCommandLine" : false ,
2022-05-01 00:22:21 +02:00
"DefaultValue" : "" ,
"Placeholder" : "vankruptgames/BalancingTable/main" ,
2022-02-21 04:11:04 +01:00
"EnumValues" : { }
2022-01-15 10:05:46 +01:00
} ,
{
"DisplayName" : "Limited Ammo Mode" ,
"Category" : "Server Settings" ,
"Description" : "" ,
2023-05-14 22:50:58 +02:00
"Keywords" : "limited,ammo,limitedammotype" ,
2022-01-15 10:05:46 +01:00
"FieldName" : "LimitedAmmoType" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
2022-02-20 09:57:28 +01:00
"ParamFieldName" : "/Script/Pavlov.DedicatedServer.LimitedAmmoType" ,
2022-01-15 10:05:46 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "0" ,
"EnumValues" : {
"0" : "Unlimited" ,
"1" : "Limited Generic" ,
"2" : "Limited Specific" ,
"3" : "Custom (for modders)" ,
"4" : "Limited Special" ,
"5" : "Boxless Mode"
}
} ,
{
"DisplayName" : "Enable Verbose Logging" ,
"Category" : "Server Settings" ,
"Description" : "If enabled, logging will be significantly increased, mostly with detailed statistics" ,
2023-05-14 22:50:58 +02:00
"Keywords" : "verbose,logging,statistics,bverboselogging" ,
2022-01-15 10:05:46 +01:00
"FieldName" : "bVerboseLogging" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2022-02-20 09:57:28 +01:00
"ParamFieldName" : "/Script/Pavlov.DedicatedServer.bVerboseLogging" ,
2022-01-15 10:05:46 +01:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
"False" : "false" ,
"True" : "true"
}
2023-05-14 22:50:58 +02:00
} ,
{
"DisplayName" : "Server Release Version" ,
"Category" : "SteamCMD and Updates" ,
"Description" : "Sets the server release version to install. NOTE: Update the server after changing this setting!" ,
"Keywords" : "server,version,pc,shack,beta,rc" ,
"FieldName" : "ServerVersion" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "public" ,
"EnumValues" : {
"public" : "PC Server (Non-Beta)" ,
"beta_server" : "PC Beta" ,
"shack" : "Shack Live (Quest)" ,
"shack_beta" : "Shack RC (Quest)"
}
2022-01-15 10:05:46 +01:00
}
]