home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 1999 November / CD-Gamer_1999-11_02_cd.bin / patches / halflife / 10101013.exe / %MAINDIR% / tfc / server.cfg < prev   
Encoding:
Text File  |  1999-08-19  |  973 b   |  42 lines

  1. // Use this file to configure your DEDICATED server. 
  2. // This config file is executed everytime the server changes levels.
  3.  
  4. //----------
  5. // IMPORTANT NOTE ABOUT LOGGING!:  if you want to enable logging 
  6. // on your server do NOT do it in this file.  Instead, do it in 
  7. // autoexec.cfg. Putting "log on" in this file can mess up your 
  8. // log files. E-mail hlds@valvesoftware.com with questions.
  9. //---------
  10.  
  11.  
  12.  
  13. // disable autoaim
  14. sv_aim 0
  15.  
  16. // player bounding boxes (collisions, not clipping)
  17. sv_clienttrace 3.5
  18.  
  19. // disable clients' ability to pause the server
  20. pausable 0
  21.  
  22. // default server name. Change to "Bob's Server", etc.
  23. hostname "Team Fortress Classic"
  24.  
  25. // maximum client movement speed 
  26. sv_maxspeed 500
  27.  
  28. // Set up teamplay variables
  29. mp_teamplay 21
  30.  
  31. // 30 minute timelimit
  32. mp_timelimit 30
  33.  
  34. // footsteps off
  35. mp_footsteps 0
  36.  
  37. // Turn off autoteam
  38. tfc_autoteam 0
  39.  
  40. // Turn on a prematch
  41. //tfc_clanbattle 1
  42. //tfc_clanbattle_prematch 2