Advertisement
Guest User

config

a guest
Feb 24th, 2018
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. /////////////BASIC//////////
  2. hostname "[cB] Co-Op [Chicago] | clanbrats.org" // server name
  3. rcon_password "*****" // remote console access password
  4. sv_password "" // server password for private matches, if you have sv_playlist, it won't be matchmaked
  5.  
  6. /////////////LOGGING/////////////
  7. log on // enables/disables server logging, it will store all text which console prints into TXT files
  8. sv_logbans 1
  9. sv_logecho 1
  10. sv_logfile 1
  11. sv_log_onefile 1
  12.  
  13. /////////////BAN LIST/////////////
  14. sv_battleye 1 // Anti-cheat, 0 = disabled
  15. exec banned_user.cfg // personal banlist based on user IDs
  16. exec banned_ip.cfg // personal banlist based on user IPs
  17. writeid
  18. writeip
  19. /////////////MAPCYCLE FILE/////////////
  20. "mapcyclefile" "mapcycle.txt" // this cvar sets your mapcycle file and defines your map/gamemode rotation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement