You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CareerGameNormal.vdf 7.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. "CareerGame"
  2. {
  3. "InitialPoints" "2"
  4. "MatchWins" "3"
  5. "MatchWinBy" "2"
  6. "Characters" "Cooper Floyd Kenny Morris Stanley Vern Quincy Gus Ben Eddie Kent Oscar Phil Leon Pete Roger Maverick Cole Igor Larry Ray Sam Travis Kirk Alex Brent Jake Tex Lou Ace Rooster Eagle Sandman Barney Steel Duke Bear"
  7. // CostAvailability: for each bot point cost, specify the number of reputation points needed to hire him.
  8. // If a value is not present or 0, that cost and higher are assumed to be always available.
  9. "CostAvailability"
  10. {
  11. "1" "1"
  12. "2" "6"
  13. "3" "10"
  14. "4" "15"
  15. "5" "99"
  16. }
  17. "Maps"
  18. {
  19. // Maps are in triplets
  20. // 'minEnemies' defines the minimum number of enemies of the map (from the 'bots' entry, left to right)
  21. // 'threshold' defines the Reputation Point value above which one enemy is added for every additional RP until we run out of bots on the 'bots' line
  22. // A note on tasks:
  23. //
  24. // tasks are one of the following:
  25. // kill <N> [survive | inarow]
  26. // killwith <N> <weapon> [survive | inarow]
  27. // killblind <N> [survive | inarow]
  28. // winfast <S> [survive | inarow]
  29. // headshot <N> [survive | inarow]
  30. // headshotwith <N> <weapon> [survive | inarow]
  31. // killall
  32. // rescue <N> [survive | inarow]
  33. // rescue 4
  34. // injure <N> [survive | inarow]
  35. // injurewith <N> <weapon> [survive | inarow]
  36. //
  37. // tasks can contain a numeric value (# of kills, # of seconds, etc)
  38. // tasks can contain a weapon name or weapon classname (for the killwith and headshotwith tasks)
  39. // you can add "survive" so the player must survive to the end of the round to complete the task
  40. // you can add "inarow" so the player must complete the task N times without dying (across round boundaries)
  41. // group words of a task with '. I.e. 'kill 3'
  42. //
  43. // Weapon names/classes are:
  44. // scout
  45. // xm1014
  46. // mac10
  47. // aug
  48. // ump45
  49. // sg550
  50. // galil
  51. // famas
  52. // awp
  53. // mp5
  54. // m249
  55. // m3
  56. // m4a1
  57. // tmp
  58. // sg552
  59. // ak47
  60. // p90
  61. // shield
  62. // weapon
  63. // knife
  64. // grenade (text is singular)
  65. // hegren (text is plural, but the behavior is the same)
  66. // pistol
  67. // SMG
  68. // machinegun
  69. // shotgun
  70. // rifle
  71. // sniper
  72. // fn57
  73. // elites
  74. // - start ------------------------------------------
  75. "de_dust_cz"
  76. {
  77. "bots" "Madman Rat Screech Worm Splinter Maniac"
  78. "minEnemies" "3"
  79. "threshold" "2"
  80. "tasks" "'kill 5' 'kill 1 survive' 'winfast 75'"
  81. }
  82. "cs_office_cz"
  83. {
  84. "bots" "Madman Rat Screech Worm Freak Maniac"
  85. "minEnemies" "3"
  86. "threshold" "2"
  87. "tasks" "'kill 5' 'killwith 1 SMG' 'rescue 4'"
  88. }
  89. "de_prodigy_cz"
  90. {
  91. "bots" "Madman Rat Screech Worm Splinter Maniac"
  92. "minEnemies" "3"
  93. "threshold" "2"
  94. "tasks" "'kill 5' 'killwith 1 sniper' 'winfast 75'"
  95. }
  96. // - early -------------------------------------------
  97. "de_tides_cz"
  98. {
  99. "bots" "Madman Rat Screech Worm Splinter Maniac"
  100. "minEnemies" "5"
  101. "threshold" "7"
  102. "tasks" "'kill 6' 'killwith 1 shotgun' 'winfast 75'"
  103. }
  104. "cs_italy_cz"
  105. {
  106. "bots" "Madman Rat Screech Worm Splinter Maniac"
  107. "minEnemies" "5"
  108. "threshold" "7"
  109. "tasks" "'kill 6' 'killwith 2 sniper' 'rescue 4'"
  110. }
  111. "de_inferno_cz"
  112. {
  113. "bots" "Madman Rat Screech Worm Psycho Maniac"
  114. "minEnemies" "5"
  115. "threshold" "7"
  116. "tasks" "'kill 6' 'killwith 1 aug' 'killwith 1 pistol'"
  117. }
  118. // - halfway -----------------------------------------
  119. "de_dust2_cz"
  120. {
  121. "bots" "Rat Screech Worm Freak Maniac Psycho"
  122. "minEnemies" "6"
  123. "threshold" "10"
  124. "tasks" "'kill 7' 'killwith 2 sg550 inarow' 'winfast 75'"
  125. }
  126. "cs_militia_cz"
  127. {
  128. "bots" "Madman Rat Screech Worm Freak Maniac Psycho"
  129. "minEnemies" "7"
  130. "threshold" "10"
  131. "tasks" "'kill 7' 'killwith 2 shotgun inarow' 'rescue 4'"
  132. }
  133. "de_stadium_cz"
  134. {
  135. "bots" "Rat Screech Worm Freak Maniac Splinter"
  136. "minEnemies" "6"
  137. "threshold" "10"
  138. "tasks" "'kill 7' 'killwith 3 aug' 'winfast 75'"
  139. }
  140. // - halfway ----------------------------------------
  141. "de_chateau_cz"
  142. {
  143. "bots" "Rat Screech Worm Freak Maniac Psycho"
  144. "minEnemies" "6"
  145. "threshold" "13"
  146. "tasks" "'kill 8' 'killwith 3 m249'"
  147. }
  148. "cs_havana_cz"
  149. {
  150. "bots" "Rat Screech Worm Freak Maniac Psycho"
  151. "minEnemies" "6"
  152. "threshold" "13"
  153. "tasks" "'kill 8' 'killwith 3 deagle' 'rescue 4'"
  154. }
  155. "de_cbble_cz"
  156. {
  157. "bots" "Rat Screech Worm Freak Maniac Psycho"
  158. "minEnemies" "6"
  159. "threshold" "13"
  160. "tasks" "'kill 8' 'killwith 3 shield' 'winfast 75'"
  161. }
  162. // - late -------------------------------------------
  163. "de_aztec_cz"
  164. {
  165. "bots" "Screech Splinter Freak Maniac Psycho Rebel Fiend Vandal"
  166. "minEnemies" "7"
  167. "threshold" "16"
  168. "tasks" "'kill 9' 'killwith 3 awp' 'winfast 75'"
  169. }
  170. "cs_downed_cz"
  171. {
  172. "bots" "Rat Screech Worm Freak Maniac Psycho Rebel"
  173. "minEnemies" "7"
  174. "threshold" "16"
  175. "tasks" "'kill 9' 'killwith 3 famas' 'rescue 4'"
  176. }
  177. "de_airstrip_cz"
  178. {
  179. "bots" "Rat Screech Worm Freak Maniac Psycho Vandal"
  180. "minEnemies" "7"
  181. "threshold" "16"
  182. "tasks" "'kill 9' 'killwith 3 shield'"
  183. }
  184. // - end --------------------------------------------
  185. "de_piranesi_cz"
  186. {
  187. "bots" "Screech Worm Freak Maniac Psycho Rebel Fiend Vandal"
  188. "minEnemies" "8"
  189. "threshold" "19"
  190. "tasks" "'kill 10' 'killwith 3 aug'"
  191. }
  192. "de_fastline_cz"
  193. {
  194. "bots" "Screech Worm Freak Maniac Psycho Rebel Fiend Vandal"
  195. "minEnemies" "8"
  196. "threshold" "19"
  197. "tasks" "'kill 12' 'killwith 3 p90'"
  198. }
  199. "de_torn_cz"
  200. {
  201. "bots" "Rat Screech Worm Freak Maniac Psycho Rebel Fiend Vandal"
  202. "minEnemies" "8"
  203. "threshold" "19"
  204. "tasks" "'kill 15' 'killwith 4 awp'"
  205. }
  206. }
  207. }