home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 January / GSSH0104TT.iso / Levels / Underworld / underworld_bl_v2.exe / underworld / server.cfg < prev    next >
Text File  |  2003-07-25  |  349b  |  15 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. // maximum client movement speed 
  14. sv_maxspeed 400
  15.