2022-01-29 20:12:18 +01:00
[
2022-02-08 02:31:56 +01:00
{
2022-04-04 05:19:28 +02:00
"DisplayName" : "Server Name" ,
2022-02-08 02:31:56 +01:00
"Category" : "Server Settings" ,
2022-04-04 05:19:28 +02:00
"Description" : "Name of the server shown in the server browser" ,
"Keywords" : "name" ,
"FieldName" : "ServerName" ,
"InputType" : "text" ,
2022-02-08 02:31:56 +01:00
"IsFlagArgument" : false ,
2022-04-04 05:19:28 +02:00
"ParamFieldName" : "ServerName" ,
2022-02-08 02:31:56 +01:00
"IncludeInCommandLine" : true ,
2022-04-29 18:35:08 +02:00
"DefaultValue" : "Conan Exiles Server - Powered by AMP" ,
"EnumValues" : { }
2022-02-08 02:31:56 +01:00
} ,
{
2022-04-04 05:19:28 +02:00
"DisplayName" : "Map" ,
2022-02-08 02:31:56 +01:00
"Category" : "Server Settings" ,
2022-04-04 05:19:28 +02:00
"Description" : "Sets the map to load on startup" ,
"Keywords" : "map" ,
"FieldName" : "Map" ,
"InputType" : "enum" ,
2022-02-08 02:31:56 +01:00
"IsFlagArgument" : false ,
2022-04-04 05:19:28 +02:00
"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"
}
2022-02-08 02:31:56 +01:00
} ,
{
2022-04-04 05:19:28 +02:00
"DisplayName" : "Custom Map" ,
2022-02-08 02:31:56 +01:00
"Category" : "Server Settings" ,
2022-04-04 05:19:28 +02:00
"Description" : "If using a custom map, enter it here. Choose Custom from the Map option." ,
"Keywords" : "custom,map" ,
"FieldName" : "CustomMap" ,
2022-02-08 02:31:56 +01:00
"InputType" : "text" ,
"IsFlagArgument" : false ,
2022-04-04 05:19:28 +02:00
"ParamFieldName" : "CustomMap" ,
2022-02-08 02:31:56 +01:00
"IncludeInCommandLine" : false ,
2022-04-04 05:19:28 +02:00
"DefaultValue" : "" ,
2022-04-29 18:35:08 +02:00
"Placeholder" : "/Game/Mods/Savage_Wilds/Savage_Wilds" ,
"EnumValues" : { }
2022-02-08 02:31:56 +01:00
} ,
{
"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" ,
2022-04-04 05:19:28 +02:00
"IncludeInCommandLine" : false ,
2022-02-08 02:31:56 +01:00
"DefaultValue" : "40" ,
2022-04-29 18:35:08 +02:00
"Suffix" : "players" ,
"EnumValues" : { }
2022-02-08 02:31:56 +01:00
} ,
{
"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 ,
2022-04-04 05:19:28 +02:00
"ParamFieldName" : "ServerPassword" ,
"IncludeInCommandLine" : true ,
"DefaultValue" : "" ,
2022-04-29 18:35:08 +02:00
"SkipIfEmpty" : true ,
"EnumValues" : { }
2022-02-08 02:31:56 +01:00
} ,
{
"DisplayName" : "Admin Password" ,
"Category" : "Server Settings" ,
2022-02-12 09:38:27 +01:00
"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!" ,
2022-02-08 02:31:56 +01:00
"Keywords" : "admin,password" ,
"FieldName" : "AdminPassword" ,
"InputType" : "RandomPassword" ,
"IsFlagArgument" : false ,
2022-02-12 10:05:24 +01:00
"ParamFieldName" : "ServerSettings.AdminPassword" ,
2022-02-08 02:31:56 +01:00
"IncludeInCommandLine" : false ,
2022-02-12 09:38:27 +01:00
"DefaultValue" : "Password123" ,
2022-04-29 18:35:08 +02:00
"Required" : true ,
"EnumValues" : { }
2022-02-08 02:31:56 +01:00
} ,
{
"DisplayName" : "RCON Password" ,
"Category" : "Server Settings" ,
"Description" : "Password to connect to RCON. NOTE: You should change this after first installing the server" ,
"Keywords" : "rcon,password" ,
"FieldName" : "$RemoteAdminPassword" ,
"InputType" : "RandomPassword" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "RconPassword" ,
"IncludeInCommandLine" : false ,
2022-04-29 18:35:08 +02:00
"DefaultValue" : "Password123" ,
"EnumValues" : { }
2022-02-08 02:31:56 +01:00
} ,
{
"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"
}
}
]