2022-01-29 20:12:18 +01:00
[
2022-02-08 02:31:56 +01:00
{
2022-05-08 00:13:41 +02:00
"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"
} , {
2022-04-04 05:19:28 +02:00
"DisplayName" : "Server Name" ,
2022-02-08 02:31:56 +01:00
"Category" : "Server Settings" ,
2022-05-08 00:13:41 +02:00
"Description" : "Name of the server shown in the server browser." ,
2022-04-04 05:19:28 +02:00
"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-05-08 00:13:41 +02:00
"Description" : "Sets the map to load on startup." ,
2022-04-04 05:19:28 +02:00
"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" ,
2022-05-08 00:13:41 +02:00
"Description" : "Maximum number of players that may connect to the server." ,
2022-02-08 02:31:56 +01:00
"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" ,
2023-01-02 20:49:55 +01:00
"EnumValues" : { } ,
"MinValue" : "1"
2022-02-08 02:31:56 +01:00
} ,
{
"DisplayName" : "Server Password" ,
"Category" : "Server Settings" ,
2022-05-08 00:13:41 +02:00
"Description" : "Password to connect to the server. Default is no password." ,
2022-02-08 02:31:56 +01:00
"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-05-08 00:13:41 +02:00
"Required" : true ,
2022-04-29 18:35:08 +02:00
"EnumValues" : { }
2022-02-08 02:31:56 +01:00
} ,
2022-05-08 00:30:16 +02:00
{
"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
} ,
2022-02-08 02:31:56 +01:00
{
"DisplayName" : "Server Region" ,
"Category" : "Server Settings" ,
2022-05-08 00:13:41 +02:00
"Description" : "Sets the server region, which affects how the server is filtered in the server list." ,
2022-02-08 02:31:56 +01:00
"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" ,
2022-05-08 00:13:41 +02:00
"Description" : "If enabled, BattlEye cheat protection will apply to the server." ,
2022-02-08 02:31:56 +01:00
"Keywords" : "battleye,cheats" ,
"FieldName" : "IsBattlEyeEnabled" ,
"InputType" : "checkbox" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "ServerSettings.IsBattlEyeEnabled" ,
"IncludeInCommandLine" : false ,
"DefaultValue" : "False" ,
"EnumValues" : {
"True" : "True" ,
"False" : "False"
}
} ,
{
2022-05-08 00:13:41 +02:00
"DisplayName" : "Enable Valve Anti-cheat (Steam VAC)." ,
2022-02-08 02:31:56 +01:00
"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"
}
2023-03-16 13:23:59 +01:00
} ,
{
"DisplayName" : "Mods List" ,
"Category" : "Server Settings" ,
"Description" : "Mods must be entered into \"Steam workshop items\" in the SteamCMD and Updates tab. Update the game server to download the mods to the ConanSandbox\\Mods\\ directory. Inside each folder there will be a .pak file. Enter the WorkshopID\\PakFileName.pak: 2377569193\\Savage_Wilds.pak" ,
"Keywords" : "workshop,mod,list" ,
"FieldName" : "ModList" ,
"InputType" : "list" ,
"IsFlagArgument" : false ,
"ParamFieldName" : "ModList" ,
"DefaultValue" : "" ,
"Special" : "listfile:./conan-exiles/443030/ConanSandbox/Mods/modlist.txt" ,
"EnumValues" : { }
2022-02-08 02:31:56 +01:00
}
]