V Rising: add mod support for Windows (#423)
This commit is contained in:
@ -1,4 +1,18 @@
|
||||
[
|
||||
{
|
||||
"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": {}
|
||||
},
|
||||
{
|
||||
"DisplayName": "Server Name",
|
||||
"Category": "V Rising - Host Settings",
|
||||
@ -110,7 +124,7 @@
|
||||
"ParamFieldName": "MaxConnectedUsers",
|
||||
"IncludeInCommandLine": false,
|
||||
"Suffix": "players",
|
||||
"MinValue":"1"
|
||||
"MinValue": "1"
|
||||
},
|
||||
{
|
||||
"DisplayName": "Max Connected Admins",
|
||||
@ -372,5 +386,21 @@
|
||||
"True": "true",
|
||||
"False": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
Reference in New Issue
Block a user