Advertisement
execut4ble

startup_server.cfg

Jan 6th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. //Set the initial server settings here.
  2. //This file can be different for every port you use since I just add "startup_" before the real servercfg name.
  3.  
  4. exec banned.cfg
  5. exec listip.cfg
  6.  
  7. mp_autocrosshair 0
  8. mp_footsteps 1
  9.  
  10. sv_aim 0 //Autoaim off.
  11. sv_clienttrace 3.5 // player bounding boxes (collisions, not clipping)
  12. sv_gravity 800 //Gravity 800.
  13. sv_maxspeed 300 //Server speed 300 is standard nowdays.
  14. ip //Server's IP address
  15. pausable 0 //Pause should not be enabled.
  16.  
  17. sv_ag_gamemode "ctf" //Set ctf as startup server setting.
  18. sv_ag_allowed_gamemodes "ctf,ctf2"
  19. sv_ag_vote_setting 1
  20. sv_ag_allow_timeout 1
  21. sv_ag_allow_vote 1
  22. sv_ag_vote_allow 1
  23. sv_ag_vote_gamemode 1
  24. sv_ag_max_spectators 10
  25.  
  26. //exec agstats.cfg //Uncomment this line to log cheaters and stats on www.ag-stats.net
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement