V Rising: add mod support for Windows (#423)

This commit is contained in:
Greelan
2023-07-17 08:52:24 +10:00
committed by GitHub
parent 5b0f7f233a
commit 6c303ec80f
5 changed files with 90 additions and 44 deletions

View File

@ -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"
}
}
]
]