home *** CD-ROM | disk | FTP | other *** search
/ Hacker 3 / HACKER03.ISO / Igre / Quake Goodies / Botovi.exe / RPBOT / Dedserv.txt < prev    next >
Encoding:
Text File  |  1996-07-01  |  1.3 KB  |  39 lines

  1. DEDICATED SERVERS
  2.     Important Note:  Add 4194304 to the X resulting from the
  3.     formula below.  This is the flag that tells the mod to use
  4.     TEMP1 for configuration.  For example, if the result from
  5.     the formulas below is X = 128, then set temp1 to
  6.     4194304 + 128 = 4194432.
  7.  
  8.     Dedicated servers (or anyone else) can configure their
  9.     bot setup using the temp1 console variable.  Type TEMP1 X
  10.     at the console, where X is determined by the following
  11.     formula:
  12.     
  13.     For team play - 
  14.         X =     number bot-only team bots * 16
  15.             + number bots/player team * 256
  16.             + 4096 for restricted mode
  17.             + 8192 for super restricted mode
  18.             + 16384 to set bot team mode.
  19.     
  20.     For deathmatch play -
  21.         X =     number of bots * 16
  22.             + max bots + players restriction * 256
  23.             + 4096 for restricted mode
  24.             + 8192 for super restricted mode.
  25.  
  26.     Examples:
  27.         - Non-team deathmatch with 8 bots, X = 128.
  28.         - Team deathmatch with 3 bots per player team,
  29.         no bot only team, X = 768.
  30.         - Team deathmatch with 3 bots per player team,
  31.         4 bot bot-only team, X = 772.
  32.         - Non-team deathmatch with 8 bots + players
  33.         maximum, X = 2048.
  34.         - Non-team deathmatch with 8 bots + players
  35.         maximum, super restricted, X = 10240.
  36.  
  37.     Important note: if setting the serverflags, never use a value
  38.     larger than 15 in the equations above. Remember to add
  39.     4194304 to the result from the formulas above.