home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 82 / CDMM82_1.ISO / Actualizaciones / Half-Life / shl1108.exe / %MAINDIR% / dmc / server.cfg < prev   
Encoding:
Text File  |  2001-09-20  |  582 b   |  28 lines

  1. // Use this file to configure your DEDICATED server. 
  2. // This config file is executed everytime the server changes levels.
  3.  
  4. // disable autoaim
  5. sv_aim 0
  6.  
  7. // player bounding boxes (collisions, not clipping)
  8. sv_clienttrace 3.5
  9.  
  10. // disable clients' ability to pause the server
  11. pausable 0
  12.  
  13. // default server name. Change to "Bob's Server", etc.
  14. hostname "Deathmatch Classic"
  15.  
  16. // maximum client movement speed 
  17. sv_maxspeed 320
  18.  
  19. // 20 minute timelimit
  20. mp_timelimit 20
  21.  
  22. // weapons don't go away when picked up.
  23. mp_weaponstay 1
  24.  
  25. // 75 Frag limit.
  26. mp_fraglimit 75
  27.  
  28.