2022-05-22 02:53:37 +02:00
[
2023-07-17 00:52:24 +02:00
{
"DisplayName" : "Disable BepInEx Console" ,
"Category" : "V Rising - Host Settings" ,
"Description" : "Needed for BepInEx to function" ,
"Keywords" : "" ,
"FieldName" : "LoggingConsoleEnabled" ,
"InputType" : "text" ,
"Hidden" : true ,
"IsFlagArgument" : false ,
"ParamFieldName" : "Logging.Console.Enabled" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : { }
} ,
2022-06-02 04:34:19 +02:00
{
"DisplayName" : "Server Name" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "Whatever you want to name your server as" ,
"Keywords" : "Server, name" ,
"FieldName" : "Name" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "Name" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "AMP V Rising Server" ,
"EnumValues" : { }
} ,
{
"DisplayName" : "Description" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "Short description of server purpose, rules, message of the day" ,
"Keywords" : "Server, description" ,
"FieldName" : "Description" ,
2022-06-24 22:46:10 +02:00
"InputType" : "Textarea" ,
2022-06-02 04:34:19 +02:00
"IsFlagArgument" : false ,
"ParamFieldName" : "Description" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "AMP V Rising Server" ,
2022-06-10 04:45:22 +02:00
"Placeholder" : "AMP V Rising Server" ,
2022-06-02 04:34:19 +02:00
"EnumValues" : { }
} ,
{
"DisplayName" : "Port" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "UDP port for game traffic" ,
2023-04-18 15:09:31 +02:00
"Keywords" : "" ,
2022-06-02 04:34:19 +02:00
"FieldName" : "$ApplicationPort1" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "Port" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "" ,
"EnumValues" : { } ,
"Hidden" : true
} ,
{
"DisplayName" : "Query Port" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "UDP port for Steam server list features" ,
2023-04-18 15:09:31 +02:00
"Keywords" : "" ,
2022-06-02 04:34:19 +02:00
"FieldName" : "$ApplicationPort2" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "QueryPort" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "" ,
"EnumValues" : { } ,
"Hidden" : true
} ,
{
"DisplayName" : "RCON Port" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "TCP port for RCON" ,
2023-04-18 15:09:31 +02:00
"Keywords" : "" ,
2022-06-02 04:34:19 +02:00
"FieldName" : "$RemoteAdminPort" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "Rcon.Port" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "" ,
"EnumValues" : { } ,
"Hidden" : true
} ,
{
"DisplayName" : "RCON Enabled" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "RCON Enabled to allow Console input" ,
2023-04-18 15:09:31 +02:00
"Keywords" : "" ,
2022-06-02 04:34:19 +02:00
"FieldName" : "RconEnabled" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "Rcon.Enabled" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : { } ,
"Hidden" : true
} ,
2022-06-06 00:00:26 +02:00
{
"DisplayName" : "LAN Mode" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-06 00:00:26 +02:00
"Description" : "Use this setting for a server without internet connectivity. The LAN Mode check box must also be checked in-game when connecting." ,
"Keywords" : "lan,mode" ,
"FieldName" : "LanMode" ,
"InputType" : "checkbox" ,
"DefaultValue" : "" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "LanMode" ,
"IncludeInCommandLine" : false ,
"EnumValues" : {
"False" : "" ,
"True" : "-lan"
}
} ,
2022-06-02 04:34:19 +02:00
{
"DisplayName" : "Max Connected Users" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "Max number of concurrent players on server" ,
"Keywords" : "max, users" ,
"FieldName" : "$MaxUsers" ,
"InputType" : "number" ,
"DefaultValue" : "40" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "MaxConnectedUsers" ,
2022-06-10 04:45:22 +02:00
"IncludeInCommandLine" : false ,
2023-01-02 20:49:55 +01:00
"Suffix" : "players" ,
2023-07-17 00:52:24 +02:00
"MinValue" : "1"
2022-06-02 04:34:19 +02:00
} ,
{
"DisplayName" : "Max Connected Admins" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "Max number of admins to allow connect even when server is full" ,
"Keywords" : "max, admins" ,
"FieldName" : "MaxConnectedAdmins" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "MaxConnectedAdmins" ,
"DefaultValue" : "4" ,
2022-06-10 04:45:22 +02:00
"IncludeInCommandLine" : false ,
"Suffix" : "players"
2022-06-02 04:34:19 +02:00
} ,
{
"DisplayName" : "Clan Size" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Game Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "Maximum amount of players per Clan" ,
"Keywords" : "clan, Size" ,
"FieldName" : "ClanSize" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "ClanSize" ,
"DefaultValue" : "4" ,
2022-06-10 04:45:22 +02:00
"IncludeInCommandLine" : false ,
"Suffix" : "players"
2022-06-02 04:34:19 +02:00
} ,
{
"DisplayName" : "Admin List" ,
"Description" : "A list of Steam64 IDs for players that are in-game admins. [Find your Steam64 ID](https://steamid.io/lookup/)" ,
"FieldName" : "AdminList" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Game Settings" ,
2022-06-02 04:34:19 +02:00
"InputType" : "list" ,
"Special" : "listfile:./v-rising/1829350/VRisingServer_Data/StreamingAssets/Settings/adminlist.txt"
} ,
{
"DisplayName" : "Ban List" ,
"Description" : "A list of Steam64 IDs for players that are banned [Find a Steam64 ID](https://steamid.io/lookup/)" ,
"FieldName" : "BanList" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Game Settings" ,
2022-06-02 04:34:19 +02:00
"InputType" : "list" ,
"Special" : "listfile:./v-rising/1829350/VRisingServer_Data/StreamingAssets/Settings/banlist.txt"
} ,
{
"DisplayName" : "Server FPS" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "Maximum Server FPS when idle" ,
"Keywords" : "server, fps" ,
"FieldName" : "ServerFps" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "ServerFps" ,
"DefaultValue" : "30" ,
"IncludeInCommandLine" : false ,
"Suffix" : "FPS"
} ,
{
"DisplayName" : "Save Name" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "Name of save file/directory" ,
"Keywords" : "save, name" ,
"FieldName" : "SaveName" ,
"InputType" : "text" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "SaveName" ,
"DefaultValue" : "world1" ,
"IncludeInCommandLine" : false
} ,
{
"DisplayName" : "Password" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "Set a password or leave empty" ,
"Keywords" : "server, password" ,
"FieldName" : "Password" ,
"DefaultValue" : "" ,
"InputType" : "password" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "Password" ,
"IncludeInCommandLine" : false
} ,
2023-03-23 13:45:59 +01:00
{
"DisplayName" : "RCON Password" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2023-03-23 13:45:59 +01:00
"Description" : "See the Security and Privacy menu for configurable options for the server's RCON" ,
"Keywords" : "rcon,password" ,
"FieldName" : "$RemoteAdminPassword" ,
"InputType" : "hidden" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "Rcon.Password" ,
"IncludeInCommandLine" : false ,
"EnumValues" : { }
} ,
2022-06-02 04:34:19 +02:00
{
"DisplayName" : "VAC Secure" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "Choose if you want your server to use VAC or not." ,
"Keywords" : "server, secure" ,
"FieldName" : "Secure" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "Secure" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
"True" : "true" ,
"False" : "false"
}
} ,
{
2023-05-18 00:51:55 +02:00
"DisplayName" : "List on Steam" ,
"Category" : "V Rising - Host Settings" ,
"Description" : "Set to true to list on Steam's server list" ,
"Keywords" : "list,steam,server,list" ,
"FieldName" : "ListOnSteam" ,
2022-06-02 04:34:19 +02:00
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
2023-05-18 00:51:55 +02:00
"ParamFieldName" : "ListOnSteam" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
"True" : "true" ,
"False" : "false"
}
} ,
{
"DisplayName" : "List on EOS" ,
"Category" : "V Rising - Host Settings" ,
"Description" : "Set to true to list on the in-game server list" ,
"Keywords" : "list,EOS,game,server,list" ,
"FieldName" : "ListOnEOS" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "ListOnEOS" ,
2022-06-02 04:34:19 +02:00
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
"True" : "true" ,
"False" : "false"
}
} ,
{
"DisplayName" : "Auto Save Count" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "Number of autosaves to keep" ,
"Keywords" : "autosave, interval" ,
"FieldName" : "AutoSaveCount" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "AutoSaveCount" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "25" ,
"EnumValues" : { } ,
"Suffix" : "saves"
} ,
{
"DisplayName" : "Auto Save Interval" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "Interval in seconds between each auto save" ,
"Keywords" : "AutoSave, interval" ,
"FieldName" : "AutoSaveInterval" ,
"InputType" : "number" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "AutoSaveInterval" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "120" ,
"EnumValues" : { } ,
"Suffix" : "seconds"
} ,
{
"DisplayName" : "Game Mode Type" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Game Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "Set Game Mode Type as PVE or PVP." ,
"Keywords" : "Game, Mode, Type" ,
"FieldName" : "GameModeType" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "GameModeType" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "PvP" ,
"EnumValues" : {
"PvE" : "PvE" ,
"PvP" : "PvP"
}
} ,
{
"DisplayName" : "Game Settings Ruleset" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "Change Game Mode Ruleset. Must Match Game Mode Type" ,
"Keywords" : "Game, Ruleset" ,
"FieldName" : "GameSettingsPreset" ,
"InputType" : "enum" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "GameSettingsPreset" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "" ,
"EnumValues" : {
"DuoPvP" : "Duo PvP" ,
"HardcorePvP" : "Full Loot PvP Rules" ,
"Level30PvP" : "PvP Dawn - Level 30" ,
"Level50PvP" : "PvP Noon - Level 50" ,
"Level70PvP" : "PvP Dusk - Level 50" ,
"SoloPvP" : "Solo PvP" ,
"StandardPvP" : "Standard PvP Rules" ,
"StandardPvP_Easy" : "Standard PvP Easy" ,
"StandardPvP_Hard" : "Standard PvP Hard" ,
"Level30PvE" : "PvE Dawn - Level 30" ,
"Level50PvE" : "PvE Noon - Level 50" ,
"Level70PvE" : "PvE Dusk - Level 50" ,
"StandardPvE" : "Standard PvE Rules" ,
"StandardPvE_Easy" : "Standard PvE Easy" ,
"StandardPvE_Hard" : "Standard PvE Hard" ,
"" : "Custom"
}
} ,
{
"DisplayName" : "Admin Only Debug Events" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "Show debug events only to admins" ,
"Keywords" : "admin, debug, events" ,
"FieldName" : "AdminOnlyDebugEvents" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "AdminOnlyDebugEvents" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "true" ,
"EnumValues" : {
"True" : "true" ,
"False" : "false"
}
} ,
{
"DisplayName" : "Disable Debug Events" ,
2023-05-18 00:51:55 +02:00
"Category" : "V Rising - Host Settings" ,
2022-06-02 04:34:19 +02:00
"Description" : "Disable Debug Events from appearing at all" ,
"Keywords" : "disable, debug, events" ,
"FieldName" : "DisableDebugEvents" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "DisableDebugEvents" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
"True" : "true" ,
"False" : "false"
}
2023-05-18 00:51:55 +02:00
} ,
{
"DisplayName" : "Enable API" ,
"Category" : "V Rising - Host Settings" ,
"Description" : "Enables API access (Undocumented feature)" ,
"Keywords" : "API,enabled" ,
"FieldName" : "API.Enabled" ,
2023-05-18 00:58:47 +02:00
"InputType" : "checkbox" ,
2023-05-18 00:51:55 +02:00
"IsFlagArgument" : false ,
"ParamFieldName" : "API.Enabled" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
"True" : "true" ,
"False" : "false"
}
2023-07-17 00:52:24 +02:00
} ,
{
"DisplayName" : "Activate BepInEx (Windows Only)" ,
"Category" : "SteamCMD and Updates" ,
"Description" : "If set, BepInEx will be installed when the server is updated and enabled when the server is run, allowing the server to be modded. Mods must be installed in the BepInEx/plugins directory, which is created after BepInEx is first run. Windows only at this time" ,
"Keywords" : "install,enable,bepinex,modded,mods" ,
"FieldName" : "BepInExEnabled" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "General.enabled" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "false" ,
"EnumValues" : {
"False" : "false" ,
"True" : "true"
}
2022-06-02 04:34:19 +02:00
}
2023-07-17 00:52:24 +02:00
]