[
    {
        "DisplayName": "Web Admin Port",
        "Category": "Rising Storm 2 Vietnam:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "$WebAdminPort",
        "InputType": "number",
        "Hidden": true,
        "ParamFieldName": "IpDrv.WebServer.ListenPort",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Name",
        "Category": "Rising Storm 2 Vietnam:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the name of the server as shown in the server browser",
        "Keywords": "name,servername",
        "FieldName": "ServerName",
        "InputType": "text",
        "ParamFieldName": "Engine.GameReplicationInfo.ServerName",
        "DefaultValue": "AMP Powered Rising Storm 2: Vietnam Server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Password",
        "Category": "Rising Storm 2 Vietnam:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the password for players to join the server. Alpha-numeric characters only. Default is no password",
        "Keywords": "server,password,gamepassword",
        "FieldName": "GamePassword",
        "InputType": "Password",
        "ParamFieldName": "Engine.AccessControl.GamePassword",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Admin Password",
        "Category": "Rising Storm 2 Vietnam:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the master server administrator password. Alpha-numeric characters only. Default is a strong random password",
        "Keywords": "admin,administrator,password,adminpassword",
        "FieldName": "AdminPassword",
        "InputType": "Password",
        "ParamFieldName": "Engine.AccessControl.AdminPassword",
        "DefaultValue": "{{randomdigits(16)}}",
        "EnumValues": {}
    },
    {
        "DisplayName": "Initial Server Map",
        "Category": "Rising Storm 2 Vietnam:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the initial map for the server. To use a map not listed in the dropdown, select Custom and set the \"Custom Map Name\"",
        "Keywords": "map",
        "FieldName": "ServerMap",
        "InputType": "enum",
        "ParamFieldName": "ServerMap",
        "DefaultValue": "VNSU-SongBe",
        "EnumValues": {
            "VNTE-AnlaoValley": "Territories - Anlao Valley",
            "VNTE-ApacheSnow": "Territories - Apache Snow",
            "VNTE-ASau": "Territories - A Sau",
            "VNTE-BorderWatch": "Territories - Border Watch",
            "VNTE-Compound": "Territories - Compound",
            "VNTE-CuaViet": "Territories - Cua Viet",
            "VNTE-CuChi": "Territories - Cu Chi",
            "VNTE-DaNangAirBase": "Territories - Da Nang Air Base",
            "VNTE-DemilitarizedZone": "Territories - Demilitarized Zone",
            "VNTE-DongHa": "Territories - Dong Ha",
            "VNTE-Firebase": "Territories - Firebase",
            "VNTE-FirebaseGeorgina": "Territories - Firebase Georgina",
            "VNTE-Highway14": "Territories - Highway 14",
            "VNTE-Hill937": "Territories - Hill 937",
            "VNTE-HueCity": "Territories - Hue City",
            "VNTE-KheSanh": "Territories - Khe Sanh",
            "VNTE-LongTan": "Territories - Long Tan",
            "VNTE-Mekong": "Territories - Mekong",
            "VNTE-NinhPhu": "Territories - Ninh Phu",
            "VNTE-OperationForrest": "Territories - Operation Forrest",
            "VNTE-QuangTri": "Territories - Quang Tri",
            "VNTE-Resort": "Territories - Resort",
            "VNTE-RungSac": "Territories - Rung Sac",
            "VNTE-Saigon": "Territories - Saigon",
            "VNTE-SongBe": "Territories - Song Be",
            "VNSU-AnlaoValley": "Supremacy - Anlao Valley",
            "VNSU-HueCity": "Supremacy - Hue City",
            "VNSU-OperationForrest": "Supremacy - Operation Forrest",
            "VNSU-QuangTri": "Supremacy - Quang Tri",
            "VNSU-SongBe": "Supremacy - Song Be (default)",
            "VNSK-Compound": "Skirmish - Compound",
            "VNSK-Firebase": "Skirmish - Firebase",
            "VNSK-JungleCamp": "Skirmish - Jungle Camp",
            "VNSK-Riverbed": "Skirmish - Riverbed",
            "VNSK-Temple": "Skirmish - Temple",
            "VNSP-HelicopterRange": "Training - Helicopter Range",
            "VNSP-ShootingRange": "Training - Shooting Range",
            "{{CustomMap}}": "--Custom--"
        }
    },
    {
        "DisplayName": "Custom Map Name",
        "Category": "Rising Storm 2 Vietnam:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets a custom map for the server. Custom type must be selected under \"Server Map\"",
        "Keywords": "custom,map",
        "FieldName": "CustomMap",
        "InputType": "text",
        "ParamFieldName": "CustomMap",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Difficulty Level",
        "Category": "Rising Storm 2 Vietnam:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the server difficulty level",
        "Keywords": "difficulty,level",
        "FieldName": "Difficulty",
        "InputType": "enum",
        "ParamFieldName": "Difficulty",
        "DefaultValue": "0",
        "EnumValues": {
            "0": "Normal (default)",
            "1": "Hard",
            "2": "Suicidal",
            "3": "Hell on Earth"
        }
    },
    {
        "DisplayName": "Player Limit",
        "Category": "Rising Storm 2 Vietnam:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum number of players that may connect to the server at one time",
        "Keywords": "maximum,players,limit,maxplayers",
        "FieldName": "$MaxUsers",
        "InputType": "number",
        "MinValue": "1",
        "MaxValue": "64",
        "ParamFieldName": "Engine.GameInfo.MaxPlayers",
        "DefaultValue": "32",
        "Placeholder": "32",
        "Suffix": "players",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Web Admin Panel",
        "Category": "Rising Storm 2 Vietnam:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, the web admin panel for the server will be enabled",
        "Keywords": "web,admin,panel",
        "FieldName": "WebServerbEnabled",
        "InputType": "checkbox",
        "ParamFieldName": "IpDrv.WebServer.bEnabled",
        "DefaultValue": "false",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Web Admin Panel Username",
        "Category": "Rising Storm 2 Vietnam:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the admin username for the web admin panel",
        "Keywords": "web,admin,panel,username",
        "FieldName": "AdminName",
        "InputType": "text",
        "ParamFieldName": "AdminName",
        "DefaultValue": "Admin",
        "EnumValues": {}
    },
    {
        "DisplayName": "Additional Command Line Options",
        "Category": "Rising Storm 2 Vietnam:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Specifies additional command line options (URL arguments) that are not otherwise set by AMP. ONE LINE ONLY! Format: ?<setting>=<value> (with no spaces between settings). Use with care",
        "Keywords": "custom,server,options,url,arguments",
        "FieldName": "CustomServerOptions",
        "InputType": "Textarea",
        "ParamFieldName": "CustomServerOptions",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Additional Command Line Switches",
        "Category": "Rising Storm 2 Vietnam:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Specifies additional command line switches that are not otherwise set by AMP. ONE LINE ONLY! Format: -<setting>=<value> (with spaces between settings). Use with care",
        "Keywords": "custom,server,switches",
        "FieldName": "CustomServerSwitches",
        "InputType": "Textarea",
        "ParamFieldName": "CustomServerSwitches",
        "DefaultValue": "",
        "EnumValues": {}
    }
]