home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.2 / 1997-05_Disc_3.2.iso / QUAKECTF / CTFBOT12.ZIP / SERVER.CFG < prev    next >
Text File  |  1997-02-02  |  2KB  |  61 lines

  1. //=============================================
  2. // CTF Bot default server config file
  3. // Required for playing CTF.
  4. //=============================================
  5.  
  6. // the following variable affects network servers only,
  7. // it has no effect on single-machine play
  8. //sys_ticrate 0.05    // for lan play (???)
  9. sys_ticrate 0.1    // make modem users happy
  10.  
  11. // deathmatch 3        // weapons don't disappear, can't pickup weapons you already have
  12. deathmatch 1        // respawn weapons normally
  13.  
  14. //=============================================
  15. // the following teamplay settings are useful for network play:
  16. //=============================================
  17.  
  18. // teamplay 419        // allow team change, no custom
  19. // teamplay 995        // don't allow team change
  20. // teamplay 2019    // don't allow team change, select team at start
  21. // teamplay 931        // allow team change
  22.  
  23. // teamplay 1955    // allow team change, select team at start
  24.  
  25. // teamplay 6115    // even teams, don't allow team change, select team at start
  26.  
  27. // default admin password -- type admin in console to enter admin mode
  28. alias admin "impulse 178;wait;impulse 139;wait;impulse 156"
  29.  
  30. //=============================================
  31. // the following teamplay settings are for one-player:
  32. //=============================================
  33. teamplay 4003        // all impulses allowed, allow team change, select team at start
  34. //teamplay 8099        // even teams, all impulses allowed, allow team change, select team at start
  35.  
  36. //teamplay 36771    // 4003 + invasion
  37.  
  38. //teamplay 69539    // 4003 + damage the flag
  39.  
  40. //=============================================
  41. // Server variables
  42. //=============================================
  43. hostname "CTF Bot 1.2"
  44. timelimit 15
  45. fraglimit 50
  46. noexit 1
  47.  
  48. //sv_aim 13.5        // (3*4)+1 = teams of 3, bot skill 1.5
  49. //sv_aim 18            // (4*4)+2 = teams of 4, bot skill 2
  50. sv_aim 82.2            // 64+(4*4)+2.2 = teams of 4, bot skill 1.7-2.7
  51. //sv_aim 98.2            // 64+(8*4)+2.2 = teams of 8, bot skill 1.7-2.7
  52.  
  53. // pausable 0        // for network server
  54. pausable 1            // for single-machine play
  55.  
  56. // choose ctf lvls 100% of the time... 
  57. // change this to choose id levels sometimes
  58. temp1 100
  59. map ctf8
  60.  
  61.