// ************************************************************************** // // // // Counter-Strike 2 - server.cfg // // Version 231204 // // // // ************************************************************************** // // hostname - Hostname for server. hostname "SERVERNAME" // sv_password - Server password for entry into multiplayer games. sv_password "" // sv_setsteamaccount - token Set game server account token to use for logging in to a persistent game server account // https://steamcommunity.com/dev/managegameservers sv_setsteamaccount "" // Default Map - map :Load a new map. map "de_anubis" // game_alias - Set the configuration of game type and mode based on game alias like 'deathmatch'. // values: casual, deathmatch, competative, wingman game_alias "casual" // sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). sv_lan 0 // host_workshop_collection - Host workshop collection for this map. // e.g host_workshop_collection "3104731381" host_workshop_collection // host_workshop_map - Host workshop map for this map. // e.g host_workshop_map "3075706807" host_workshop_map // sv_logfile - Log server information in the log file. sv_logfile 1 // sv_logbans - Log server bans in the server logs. sv_logbans 1