"description":"The ID corresponding to the game to download and run using HLDS.\r\n\r\nThe HLDS server ID is 90. This should not be changed.",
"env_variable":"SRCDS_APPID",
"default_value":"90",
"user_viewable":1,
"user_editable":0,
"rules":"required|numeric|digits_between:1,6"
},
{
"name":"Game Name",
"description":"The name corresponding to the game to download and run using HLDS.\r\n\r\nall the HLDS server names are here - https:\/\/developer.valvesoftware.com\/wiki\/Dedicated_Server_Name_Enumeration",
"env_variable":"HLDS_GAME",
"default_value":"cstrike",
"user_viewable":1,
"user_editable":0,
"rules":"required|alpha_dash|between:1,100"
},
{
"name":"Map",
"description":"The default map for the server.",
"env_variable":"SRCDS_MAP",
"default_value":"de_dust2",
"user_viewable":1,
"user_editable":1,
"rules":"required|string|alpha_dash"
},
{
"name":"VAC port",
"description":"Specifies the VAC port the server should use. Default is 26900.",