[
    {
        "DisplayName": "Game Port",
        "Category": "Conan Exiles:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "$ApplicationPort1",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "URL.Port",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Download Port Offset",
        "Category": "Conan Exiles:stadia_controller",
        "Subcategory": "Server:dns:1",
        "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",
        "EnumValues": {}
    },
    {
        "DisplayName": "Query Port",
        "Category": "Conan Exiles:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "$ApplicationPort3",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "OnlineSubsystemNull.GameServerQueryPort",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "RCON Port",
        "Category": "Conan Exiles:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "$RemoteAdminPort",
        "InputType": "number",
        "IsFlagArgument": false,
        "Hidden": true,
        "ParamFieldName": "RconPlugin.RconPort",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Name",
        "Category": "Conan Exiles:stadia_controller",
        "Subcategory": "Server:dns:1",
        "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": "Conan Exiles:stadia_controller",
        "Subcategory": "Server:dns:1",
        "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": {
            "{{CustomMap}}": "Custom",
            "/Game/Maps/ConanSandbox/ConanSandbox": "Exiled Lands (default)",
            "/Game/DLC_EXT/DLC_Siptah/Maps/DLC_Isle_of_Siptah": "Isle of Siptah"
        }
    },
    {
        "DisplayName": "Custom Map",
        "Category": "Conan Exiles:stadia_controller",
        "Subcategory": "Server:dns:1",
        "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": "Conan Exiles:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Maximum number of players that may connect to the server.",
        "Keywords": "maximum,players",
        "FieldName": "$MaxUsers",
        "InputType": "number",
        "MinValue": "1",
        "IsFlagArgument": false,
        "ParamFieldName": "MaxPlayers",
        "IncludeInCommandLine": false,
        "DefaultValue": "40",
        "Suffix": "players",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Password",
        "Category": "Conan Exiles:stadia_controller",
        "Subcategory": "Server:dns:1",
        "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": "Conan Exiles:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "To allow use of the in-game admin panel, set the \"admin\" user password in ConanSandbox/Saved/Config/WindowsServer/ServerSettings.ini. Add the setting on a new line immediately after the [ServerSettings] header, in the format: AdminPassword=yourpassword",
        "Keywords": "admin,password",
        "FieldName": "AdminPassword",
        "InputType": "hidden",
        "IsFlagArgument": false,
        "ParamFieldName": "AdminPassword",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "RCON Password",
        "Category": "Conan Exiles:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "See the Security and Privacy menu for configurable options for the server's RCON.",
        "Keywords": "rcon,password",
        "FieldName": "$RemoteAdminPassword",
        "InputType": "hidden",
        "IsFlagArgument": false,
        "ParamFieldName": "RconPlugin.RconPassword",
        "IncludeInCommandLine": false,
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Region",
        "Category": "Conan Exiles:stadia_controller",
        "Subcategory": "Server:dns:1",
        "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": "Conan Exiles:stadia_controller",
        "Subcategory": "Server:dns:1",
        "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": "Conan Exiles:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "VAC,cheat",
        "FieldName": "IsVACEnabled",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "ServerSettings.IsVACEnabled",
        "IncludeInCommandLine": false,
        "DefaultValue": "True",
        "EnumValues": {
            "True": "True",
            "False": "False"
        }
    },
    {
        "DisplayName": "Mods List",
        "Category": "Conan Exiles:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "To download mods, enter each ID into \"Steam workshop items\" under the Updates menu, and update the server. To load the mods, specify in the box below the path to each mod's .pak file in the ConanSandbox\\Mods\\ directory. Example: 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": {}
    }
]