"Description":"Sets the [Steam Game Server Login Token](https://steamcommunity.com/dev/managegameservers) for the server, to allow it to be listed in the server browser. Use app ID 730 when generating the token",
"Description":"Sets the map group to load to enable map rotation. Alternatively specify a Workshop Collection ID which includes the maps required for rotation",
"Keywords":"map,group,mapgroup",
"FieldName":"mapgroup",
"InputType":"text",
"ParamFieldName":"mapgroup",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"",
"Placeholder":"mg_cs2",
"EnumValues":{}
},
{
"DisplayName":"Workshop Map ID",
"Category":"CS2 Server Settings",
"Description":"Sets the ID of a [Steam workshop map](https://steamcommunity.com/workshop/browse/?appid=730&browsesort=trend§ion=readytouseitems) to download and load on the server. This will override the Initial Map setting",
"Keywords":"workshop,map,host_workshop_map",
"FieldName":"host_workshop_map",
"InputType":"number",
"ParamFieldName":"host_workshop_map",
"IncludeInCommandLine":true,
"SkipIfEmpty":true,
"DefaultValue":"",
"Placeholder":"3070217773",
"EnumValues":{}
},
{
"DisplayName":"Workshop Collection ID",
"Category":"CS2 Server Settings",
"Description":"Sets the ID of a [Steam workshop collection](https://steamcommunity.com/workshop/browse/?appid=730&browsesort=trend§ion=collections) to download and load on the server. Specify the initial map to load from that collection under Custom Initial Map",
"Description":"If set, and when the server is hosting a workshop collection, players will be able to play another workshop map on the server when it is empty and then rotate their map cycle into the server collection",
"Description":"If set, Valve Anti-Cheat (VAC) will be disabled",
"Keywords":"valve,anti,cheat,vac,insecure",
"FieldName":"insecure",
"InputType":"checkbox",
"ParamFieldName":"insecure",
"DefaultValue":"",
"EnumValues":{
"False":"",
"True":"-insecure "
}
},
{
"DisplayName":"Server/RCON IPv4 IP Binding",
"Category":"CS2 Server Settings",
"Description":"If required, you can change the IPv4 IP binding of the server and RCON by editing App.ApplicationIPBinding in GenericModule.kvp for the instance. Default is 0.0.0.0 (all IPs). Stop the instance (not just the server) first. NOTE: The IP must be reachable by AMP, otherwise AMP's console won't work",
"Keywords":"ip,binding",
"FieldName":"ip",
"InputType":"hidden",
"ParamFieldName":"ip",
"EnumValues":{}
},
{
"DisplayName":"Additional Command Line Parameters",
"Category":"CS2 Server Settings",
"Description":"Specifies additional command line parameters (anything that begins with a -) that are not otherwise set by AMP. Use with care",