Advertisement
execut4ble

ag server.cfg

Jan 6th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. //Set the settings that will be reapplied every map change.
  2. //Don't use this file to set the timelimit and such. Change /gamemodes/ffa.cfg instead.
  3. //Check startup_server.cfg for startup settings.
  4.  
  5. exec startup_server.cfg
  6. sv_region 3
  7. rcon_password "" //Rcon password
  8. hostname "AGCTF" //Hostname
  9. sv_password none //Password on for players.
  10. sv_contact "" //Replace this with your own email.
  11. sv_wateramp 0 //Set the wave height to 0, or else maps that don't set it will go wild
  12. mp_flashlight 1 //flashlight
  13. sv_ag_show_gibs 1
  14. violence_ablood 1
  15. violence_agibs 1
  16. violence_hblood 1
  17. violence_hgibs 1
  18.  
  19. sv_ag_vote_kick 1
  20. sv_ag_vote_map 1
  21. sv_ag_vote_start 1
  22. sv_ag_vote_allow 1
  23. ag_vote_failed_time 30
  24. sv_ag_vote_mp_fraglimit_high 500
  25. echo "server settings loaded"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement