home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 83 / Dppcz1299.iso / ExPlay / HalfLife / jumbot.exe / Jumbot.cfg < prev    next >
Text File  |  1999-09-09  |  2KB  |  64 lines

  1. //This file is executed each time the Jumbot gets started up.
  2. //Note that you can change any of these values freely and also
  3. //add values to the file (such as botaccuracy, botfov, etc).
  4.  
  5. bot_num 0 //Sets default number of bots to start with.
  6.  
  7. botcfgfile bots.cfg //Sets default name of file to read bot info from.
  8.  
  9. chatfile botchat.cfg //Sets default name of file to read chat info from.
  10.  
  11. botchat 0 //Sets if bot chatting should be enabled from the start (0=off, 1=on).
  12.  
  13. bot_tripmines 1 //Bots can place tripmines (setting to 0 disables ability).
  14. bot_gauss 1 //Bots can gauss jump to get to high-up items.
  15.  
  16. bot_crowbar 0 //Set to 1 to start off in crowbar mode.
  17.  
  18. speedup 0 //Slower computers should have this set to 1 or 2.
  19.  
  20. botmsec 0 //Sets speed of bots.
  21.  
  22. msec_min 10 //Sets msec auto-adjust's minimum value to 10.
  23.  
  24. msec_max 50 //Sets msec auto-adjust's maximum value to 50.
  25.  
  26. bot_thinkspeed 0.1 //Setting to 1 will give bots slower reaction time, but also
  27.                    //take a very heavy lift off of the processor.
  28.  
  29. bot_angleupdate 1 //Keeps the bot's angles updated every frame no matter what
  30.                   //bot_thinkspeed is. Set to 0 to disable.
  31.  
  32. bot_viewdelay 1 //Bots won't react instantly to things if this is set to 1.
  33.  
  34. bot_yawspeed 25 //Speed at which the bot turns.
  35.  
  36. waypoints 1 //Set to 0 to disable the bot's use of waypoints. The advantage to
  37.             //this is that you will get a good performance boost and you won't
  38.             //need to use JRF files. However, the bot's level navigation will
  39.             //be quite crippled.
  40.  
  41. wp_autoplace 0 //Sets waypoint placement to manual if a level isn't waypointed.
  42.  
  43. bweap_crowbar        0
  44. bweap_glock        10
  45. bweap_python        16
  46. bweap_mp5        18
  47. bweap_shotgun        17
  48. bweap_crossbow        15
  49. bweap_rpg        20
  50. bweap_gauss        21
  51. bweap_egon        22
  52. bweap_hornet        12
  53. bweap_grenade        13
  54. bweap_snark        14
  55. bweap_satchel        11
  56. bweap_tripmine        -10
  57. //These lines set the bot's weapon priority numbers. The higher the number,
  58. //the better the weapon is to the bot. If you set these numbers in-game,
  59. //you must restart the level for bots to use the new values.
  60.  
  61. nostartexec 1 //Makes it so this file will not be executed again the next time
  62.               //a level is loaded. Set to 0 to have this file be executed once
  63.               //per level.
  64.