You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.7 KiB
51 lines
1.7 KiB
// ****************************************************************************
|
|
// Counter-Strike 2
|
|
// Config - server.cfg
|
|
// Date - 06/12/2023
|
|
// ****************************************************************************
|
|
|
|
// 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 ""
|
|
|
|
// map - Start playing on specified map.
|
|
map "de_anubis"
|
|
|
|
// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
|
|
mapcyclefile "mapcycle.txt"
|
|
|
|
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
|
|
sv_lan false
|
|
|
|
// sv_logfile - Log server information in the log file.
|
|
sv_logfile true
|
|
|
|
// sv_logbans - Log server bans in the server logs.
|
|
sv_logbans true
|
|
|
|
// sv_voiceenable - Enable voice communications.
|
|
sv_voiceenable true
|
|
|
|
// sv_alltalk - Players can hear all other players, no team restrictions.
|
|
sv_alltalk false
|
|
|
|
// game_alias - Set the configuration of game type and mode based on game alias like 'deathmatch'.
|
|
// values: casual, deathmatch, competative, wingman
|
|
game_alias "casual"
|
|
|
|
// host_workshop_collection - Host a workshop map collection as a mapgroup.
|
|
// e.g host_workshop_collection "3104731381"
|
|
host_workshop_collection
|
|
|
|
// host_workshop_map - Get the latest version of the map and host it.
|
|
// e.g host_workshop_map "3075706807"
|
|
host_workshop_map
|
|
|
|
// mp_autoteambalance - Define if the game should automatically balance out teams in teamplay (0: no, default, 1: yes)
|
|
mp_autoteambalance true
|