f3d6d584b4
This is to address https://github.com/CubeCoders/AMP/issues/803
205 lines
6.7 KiB
JSON
205 lines
6.7 KiB
JSON
[
|
|
{
|
|
"DisplayName":"Game Port",
|
|
"Category":"Server Settings",
|
|
"Description":"",
|
|
"Keywords":"",
|
|
"FieldName":"$ApplicationPort1",
|
|
"InputType":"number",
|
|
"IsFlagArgument":false,
|
|
"Hidden":true,
|
|
"ParamFieldName":"URL.Port",
|
|
"IncludeInCommandLine":false,
|
|
"DefaultValue":"7777"
|
|
},
|
|
{
|
|
"DisplayName":"Download Port Offset",
|
|
"Category":"Server Settings",
|
|
"Description":"Mod download port matches the Game Port.",
|
|
"Keywords":"",
|
|
"FieldName":"DownloadPortOffset",
|
|
"InputType":"number",
|
|
"IsFlagArgument":false,
|
|
"Hidden":true,
|
|
"ParamFieldName":"/Script/ConanSandbox.SystemSettings.ModFileDownload.DownloadPortOffset",
|
|
"IncludeInCommandLine":false,
|
|
"DefaultValue":"0"
|
|
},
|
|
{
|
|
"DisplayName":"Query Port",
|
|
"Category":"Server Settings",
|
|
"Description":"",
|
|
"Keywords":"",
|
|
"FieldName":"$ApplicationPort3",
|
|
"InputType":"number",
|
|
"IsFlagArgument":false,
|
|
"Hidden":true,
|
|
"ParamFieldName":"OnlineSubsystemNull.GameServerQueryPort",
|
|
"IncludeInCommandLine":false,
|
|
"DefaultValue":"27015"
|
|
},
|
|
{
|
|
"DisplayName":"RCON Port",
|
|
"Category":"Server Settings",
|
|
"Description":"",
|
|
"Keywords":"",
|
|
"FieldName":"$RemoteAdminPort",
|
|
"InputType":"number",
|
|
"IsFlagArgument":false,
|
|
"Hidden":true,
|
|
"ParamFieldName":"RconPlugin.RconPort",
|
|
"IncludeInCommandLine":false,
|
|
"DefaultValue":"25575"
|
|
},{
|
|
"DisplayName":"Server Name",
|
|
"Category":"Server Settings",
|
|
"Description":"Name of the server shown in the server browser.",
|
|
"Keywords":"name",
|
|
"FieldName":"ServerName",
|
|
"InputType":"text",
|
|
"IsFlagArgument":false,
|
|
"ParamFieldName":"ServerName",
|
|
"IncludeInCommandLine":true,
|
|
"DefaultValue":"Conan Exiles Server - Powered by AMP",
|
|
"EnumValues":{}
|
|
},
|
|
{
|
|
"DisplayName":"Map",
|
|
"Category":"Server Settings",
|
|
"Description":"Sets the map to load on startup.",
|
|
"Keywords":"map",
|
|
"FieldName":"Map",
|
|
"InputType":"enum",
|
|
"IsFlagArgument":false,
|
|
"ParamFieldName":"Map",
|
|
"IncludeInCommandLine":false,
|
|
"DefaultValue":"/Game/Maps/ConanSandbox/ConanSandbox",
|
|
"EnumValues":{
|
|
"":"Custom",
|
|
"/Game/Maps/ConanSandbox/ConanSandbox":"Exiled Lands",
|
|
"/Game/DLC_EXT/DLC_Siptah/Maps/DLC_Isle_of_Siptah":"Isle of Siptah"
|
|
}
|
|
},
|
|
{
|
|
"DisplayName":"Custom Map",
|
|
"Category":"Server Settings",
|
|
"Description":"If using a custom map, enter it here. Choose Custom from the Map option.",
|
|
"Keywords":"custom,map",
|
|
"FieldName":"CustomMap",
|
|
"InputType":"text",
|
|
"IsFlagArgument":false,
|
|
"ParamFieldName":"CustomMap",
|
|
"IncludeInCommandLine":false,
|
|
"DefaultValue":"",
|
|
"Placeholder":"/Game/Mods/Savage_Wilds/Savage_Wilds",
|
|
"EnumValues":{}
|
|
},
|
|
{
|
|
"DisplayName":"Player Limit",
|
|
"Category":"Server Settings",
|
|
"Description":"Maximum number of players that may connect to the server.",
|
|
"Keywords":"maximum,players",
|
|
"FieldName":"$MaxUsers",
|
|
"InputType":"number",
|
|
"IsFlagArgument":false,
|
|
"ParamFieldName":"MaxPlayers",
|
|
"IncludeInCommandLine":false,
|
|
"DefaultValue":"40",
|
|
"Suffix":"players",
|
|
"EnumValues":{},
|
|
"MinValue":"1"
|
|
},
|
|
{
|
|
"DisplayName":"Server Password",
|
|
"Category":"Server Settings",
|
|
"Description":"Password to connect to the server. Default is no password.",
|
|
"Keywords":"password",
|
|
"FieldName":"ServerPassword",
|
|
"InputType":"password",
|
|
"IsFlagArgument":false,
|
|
"ParamFieldName":"ServerPassword",
|
|
"IncludeInCommandLine":true,
|
|
"DefaultValue":"",
|
|
"SkipIfEmpty": true,
|
|
"EnumValues":{}
|
|
},
|
|
{
|
|
"DisplayName":"Admin Password",
|
|
"Category":"Server Settings",
|
|
"Description":"In-game \"admin\" user password (not the server password). NOTE: You must set this to allow use of the in-game admin panel. Change this after installing the server!",
|
|
"Keywords":"admin,password",
|
|
"FieldName":"AdminPassword",
|
|
"InputType":"RandomPassword",
|
|
"IsFlagArgument":false,
|
|
"ParamFieldName":"ServerSettings.AdminPassword",
|
|
"IncludeInCommandLine":false,
|
|
"DefaultValue":"Password123",
|
|
"Required": true,
|
|
"EnumValues":{}
|
|
},
|
|
{
|
|
"DisplayName":"RCON Password",
|
|
"Category":"Server Settings",
|
|
"Description":"Password to connect to RCON.",
|
|
"Keywords":"rcon,password",
|
|
"FieldName":"$RemoteAdminPassword",
|
|
"InputType":"password",
|
|
"IsFlagArgument":false,
|
|
"ParamFieldName":"RconPlugin.RconPassword",
|
|
"IncludeInCommandLine":false,
|
|
"EnumValues":{},
|
|
"Hidden": true
|
|
},
|
|
{
|
|
"DisplayName":"Server Region",
|
|
"Category":"Server Settings",
|
|
"Description":"Sets the server region, which affects how the server is filtered in the server list.",
|
|
"Keywords":"region",
|
|
"FieldName":"serverRegion",
|
|
"InputType":"enum",
|
|
"IsFlagArgument":false,
|
|
"ParamFieldName":"ServerSettings.serverRegion",
|
|
"IncludeInCommandLine":false,
|
|
"DefaultValue":"0",
|
|
"EnumValues":{
|
|
"0":"Europe",
|
|
"1":"North America",
|
|
"2":"Asia",
|
|
"3":"Australia",
|
|
"4":"South America",
|
|
"5":"Japan"
|
|
}
|
|
},
|
|
{
|
|
"DisplayName":"Enable BattlEye",
|
|
"Category":"Server Settings",
|
|
"Description":"If enabled, BattlEye cheat protection will apply to the server.",
|
|
"Keywords":"battleye,cheats",
|
|
"FieldName":"IsBattlEyeEnabled",
|
|
"InputType":"checkbox",
|
|
"IsFlagArgument":false,
|
|
"ParamFieldName":"ServerSettings.IsBattlEyeEnabled",
|
|
"IncludeInCommandLine":false,
|
|
"DefaultValue":"False",
|
|
"EnumValues":{
|
|
"True":"True",
|
|
"False":"False"
|
|
}
|
|
},
|
|
{
|
|
"DisplayName":"Enable Valve Anti-cheat (Steam VAC).",
|
|
"Category":"Server Settings",
|
|
"Description":"",
|
|
"Keywords":"VAC,cheat",
|
|
"FieldName":"IsVACEnabled",
|
|
"InputType":"checkbox",
|
|
"IsFlagArgument":false,
|
|
"ParamFieldName":"ServerSettings.IsVACEnabled",
|
|
"IncludeInCommandLine":false,
|
|
"DefaultValue":"True",
|
|
"EnumValues":{
|
|
"True":"True",
|
|
"False":"False"
|
|
}
|
|
}
|
|
] |