Advertisement
Guest User

Untitled

a guest
May 29th, 2015
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CFDG 5.46 KB | None | 0 0
  1. # This is the HPB_bot.cfg file (for Opposing Force deathmatch & teamplay)
  2. #
  3. # Any line begining with '#' in the first column is a comment line
  4. #
  5. # The following commands are supported in the bot.cfg file:
  6. #
  7. # addbot - will add a bot using a random skin and the default bot skill level
  8. # addbot <model> - will add a bot using the specified model with the
  9. #      default skill level.
  10. # addbot <model> <name> - will add a bot using the specified model and
  11. #      player name and the default bot skill level.
  12. # addbot <model> <name> <skill> - will add a bot using the specified model,
  13. #      player, and skill level (where skill level is 1 to 5, 1 being the
  14. #      best skilled and 5 being the worst skilled).
  15. #
  16. # botskill <skill> - change the default botskill level (1 to 5).
  17. #                    skill level 1 is the best, skill level 5 is the worst.
  18. #
  19. # observer <value> - change the observer mode setting, 1=on, 0=off.
  20. #
  21. # botdontshoot <value> - change the botdontshoot setting, 1=on, 0=off.
  22. #
  23. # pause <timeout> - pause for the specified number of seconds before
  24. #      continuing with the commands in the bot.cfg file.
  25. #
  26. # min_bots <value> - configure the minimum number of bots that will run
  27. #      on this dedicated server.
  28. #
  29. # max_bots <value> - configure the maximum number of bots that will run
  30. #      on this dedicated server.
  31. #
  32. # bot_strafe_percent <value> - sets the percent of time bot will strafe
  33. #      left and right while running.  Allowed values are 0 - 100.  The
  34. #      default value is 20.  Note: a higher straffing percentage causes
  35. #      the bots to fall off of narrow walkways and causes them problems
  36. #      getting through doorways.
  37. #
  38. # bot_chat_percent <value> - sets the percent of time bot will use the
  39. #      "say" command to send a bot_chat (checked every 30 seconds)
  40. #      Allowed values are 0 - 100.  The default value is 10.
  41. #
  42. # bot_taunt_percent <value> - sets the percent of time bot will use the
  43. #      "say" command to send a bot_taunt message after killing another
  44. #      player.  Allowed values are 0 - 100.  The default value is 20.
  45. #
  46. # bot_whine_percent <value> - sets the percent of time bot will use the
  47. #      "say" command to send a bot_whine message after being killed.
  48. #      Allowed values are 0 - 100.  The default value is 10.
  49. #
  50. # bot_chat_tag_percent <value> - sets the percent of time bots will remove
  51. #      clan tags from player names.  The default value is 80.
  52. #
  53. # bot_chat_drop_percent <value> - sets the percent of time bots will drop
  54. #      characters from chat messages.  The default value is 10.
  55. #
  56. # bot_chat_swap_percent <value> - sets the percent of time bots will swap
  57. #      characters in chat messages.  The default value is 10.
  58. #
  59. # bot_chat_lower_percent <value> - sets the percent of time bots will
  60. #      convert chat messages to all lowercase.  The default is 50.
  61. #
  62. # bot_logo_percent <value> - sets the percent of time the bot will attempt
  63. #      to spray a custom spray logo after killing an opponent.  The default
  64. #      value is 40.
  65. #
  66. # bot_reaction_time <value> - sets the reaction time delay of the bots.
  67. #      When the bots see a new enemy they will delay slightly before firing
  68. #      to simulate a human reaction time delay.  The reaction time delay is
  69. #      also based on the bot skill setting for that bot.  High skilled bots
  70. #      (with skill level of 1 or 2) will have shorter reaction time delays
  71. #      than lower skilled bots (with skill level 3, 4, or 5).  The delay
  72. #      value can be...
  73. #      0 - disables the bot reaction time.
  74. #      1 - very short reaction time delay. (between 0.01 and 0.10 seconds)
  75. #      2 - moderate reaction time delay.
  76. #      3 - fairly long reaction time delay. (between 0.10 and 0.30 seconds)
  77. #      The default value is 2.
  78. #
  79. # random_color <value> - sets whether or not you wish to spawn bots with
  80. #      random topcolor and bottomcolor values.  Set the value to 0 to
  81. #      disable random colors.  Set the value to 1 to enable random colors.
  82. #      The default value is 1.
  83. #
  84. # Any other commands in the bot.cfg file will be treated as server
  85. # commands.  For example, you can use "map mapname" (without the quotes)
  86. # to select a specific map, or you can use "mp_forcerespawn 1" to turn
  87. # on force respawn, or "kick # 1" to automatically kick player number 1.
  88. #
  89.  
  90. # wait for 3 seconds
  91. pause 3
  92.  
  93. # change default bot skill level to 2
  94. botskill 2
  95.  
  96. # Remove the comments on the 2 lines below to support a minimum and maximum
  97. # number of bots running on a dedicated server.  Bots will be added to the
  98. # server until the total number of players (bots and humans) reaches the
  99. # max_bots value.  Each time a new player joins the server, a bot will be
  100. # kicked from the server unless there are only min_bots number of bots
  101. # currently on the server.  After players disconnect from the server, bots
  102. # will be automatically added back to the server until the total number
  103. # of players reaches max_bots again.  You should make max_bots be AT LEAST
  104. # one less than the maxplayers value (otherwise no one will be able to join
  105. # your server).
  106.  
  107. #min_bots 2
  108. #max_bots 6
  109.  
  110. bot_chat_percent 10
  111. bot_taunt_percent 20
  112. bot_whine_percent 10
  113.  
  114. bot_chat_tag_percent 80
  115. bot_chat_drop_percent 10
  116. bot_chat_swap_percent 10
  117. bot_chat_lower_percent 50
  118.  
  119. bot_logo_percent 40
  120. bot_reaction_time 2
  121. random_color 1
  122.  
  123. # add 6 bots using the default skill level (a random skin will be chosen)
  124.  
  125. bot_strafe_percent 10
  126. addbot
  127. addbot
  128. addbot
  129.  
  130. bot_strafe_percent 20
  131. addbot
  132. addbot
  133. addbot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement