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.

CareerGameHard.vdf 8.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. "CareerGame"
  2. {
  3. "InitialPoints" "6"
  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" "6"
  14. "4" "12"
  15. "5" "18"
  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. // rescueall
  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" "Freak Maniac Psycho Rebel Fiend Vandal"
  78. "minEnemies" "5"
  79. "threshold" "8"
  80. "tasks" "'kill 7' 'kill 2 survive' 'winfast 60'"
  81. "FriendlyFire" "1"
  82. }
  83. "cs_office_cz"
  84. {
  85. "bots" "Freak Maniac Psycho Rebel Fiend Vandal"
  86. "minEnemies" "5"
  87. "threshold" "8"
  88. "tasks" "'kill 7' 'killwith 2 mp5 survive' 'rescueall'"
  89. "FriendlyFire" "1"
  90. }
  91. "de_prodigy_cz"
  92. {
  93. "bots" "Freak Maniac Psycho Rebel Fiend Vandal"
  94. "minEnemies" "5"
  95. "threshold" "8"
  96. "tasks" "'kill 7' 'killwith 2 scout survive' 'winfast 60'"
  97. "FriendlyFire" "1"
  98. }
  99. // - early -------------------------------------------
  100. "de_tides_cz"
  101. {
  102. "bots" "Freak Rebel Fiend Vandal Razor Bandit Raider Nails"
  103. "minEnemies" "6"
  104. "threshold" "11"
  105. "tasks" "'kill 8' 'killwith 5 xm1014' 'winfast 60'"
  106. "FriendlyFire" "1"
  107. }
  108. "cs_italy_cz"
  109. {
  110. "bots" "Maniac Rebel Fiend Vandal Razor Bandit Raider Nails"
  111. "minEnemies" "6"
  112. "threshold" "11"
  113. "tasks" "'killwith 4 deagle' 'killwith 4 awp' 'rescueall'"
  114. "FriendlyFire" "1"
  115. }
  116. "de_inferno_cz"
  117. {
  118. "bots" "Freak Rebel Fiend Vandal Razor Bandit Raider Fanatic"
  119. "minEnemies" "6"
  120. "threshold" "11"
  121. "tasks" "'kill 8' 'killwith 3 aug inarow' 'killblind 1'"
  122. "FriendlyFire" "1"
  123. }
  124. // - halfway ----------------------------------------
  125. "de_dust2_cz"
  126. {
  127. "bots" "Rebel Fiend Vandal Razor Bandit Raider Blade"
  128. "minEnemies" "7"
  129. "threshold" "14"
  130. "tasks" "'kill 9' 'killwith 3 sg550 inarow' 'winfast 60 survive'"
  131. "FriendlyFire" "1"
  132. }
  133. "cs_militia_cz"
  134. {
  135. "bots" "Rebel Fiend Vandal Razor Bandit Raider Nails"
  136. "minEnemies" "7"
  137. "threshold" "14"
  138. "tasks" "'kill 9' 'killblind 1 survive' 'rescueall'"
  139. "FriendlyFire" "1"
  140. }
  141. "de_stadium_cz"
  142. {
  143. "bots" "Rebel Fiend Vandal Razor Bandit Raider Blade"
  144. "minEnemies" "7"
  145. "threshold" "14"
  146. "tasks" "'kill 9' 'killwith 3 aug inarow' 'winfast 60 survive'"
  147. "FriendlyFire" "1"
  148. }
  149. // - halfway ----------------------------------------
  150. "de_chateau_cz"
  151. {
  152. "bots" "Rebel Fiend Vandal Razor Bandit Raider Blade"
  153. "minEnemies" "7"
  154. "threshold" "17"
  155. "tasks" "'kill 10' 'killblind 1 survive' 'killwith 3 m249 inarow'"
  156. "FriendlyFire" "1"
  157. }
  158. "cs_havana_cz"
  159. {
  160. "bots" "Rebel Fiend Vandal Razor Bandit Raider Blade"
  161. "minEnemies" "7"
  162. "threshold" "17"
  163. "tasks" "'kill 10' 'killwith 1 knife' 'rescueall'"
  164. "FriendlyFire" "1"
  165. }
  166. "de_cbble_cz"
  167. {
  168. "bots" "Rebel Fiend Vandal Razor Bandit Raider Blade"
  169. "minEnemies" "7"
  170. "threshold" "17"
  171. "tasks" "'kill 10' 'killwith 3 shield inarow' 'winfast 60 survive'"
  172. "FriendlyFire" "1"
  173. }
  174. // - late -------------------------------------------
  175. "de_aztec_cz"
  176. {
  177. "bots" "Razor Bandit Raider Nails Crank Cutter Crow Fanatic"
  178. "minEnemies" "8"
  179. "threshold" "20"
  180. "tasks" "'kill 12' 'killwith 5 scout' 'winfast 60 survive'"
  181. "FriendlyFire" "1"
  182. }
  183. "cs_downed_cz"
  184. {
  185. "bots" "Razor Bandit Raider Nails Crank Cutter Fanatic Panther"
  186. "minEnemies" "7"
  187. "threshold" "20"
  188. "tasks" "'kill 12' 'killwith 5 famas' 'rescueall'"
  189. "FriendlyFire" "1"
  190. }
  191. "de_airstrip_cz"
  192. {
  193. "bots" "Razor Bandit Raider Nails Crank Cutter Fanatic Panther"
  194. "minEnemies" "7"
  195. "threshold" "20"
  196. "tasks" "'kill 12' 'killwith 5 shield' 'killwith 2 sg550 survive'"
  197. "FriendlyFire" "1"
  198. }
  199. // - end --------------------------------------------
  200. "de_piranesi_cz"
  201. {
  202. "bots" "Razor Bandit Raider Nails Crank Cutter Fanatic Panther Wolfhound"
  203. "minEnemies" "8"
  204. "threshold" "23"
  205. "tasks" "'kill 15' 'killwith 5 aug' 'killwith 2 pistol inarow'"
  206. "FriendlyFire" "1"
  207. }
  208. "de_fastline_cz"
  209. {
  210. "bots" "Razor Bandit Raider Nails Crank Cutter Fanatic Panther Hyena"
  211. "minEnemies" "8"
  212. "threshold" "23"
  213. "tasks" "'kill 17' 'killwith 5 p90' 'killblind 1 survive'"
  214. "FriendlyFire" "1"
  215. }
  216. "de_torn_cz"
  217. {
  218. "bots" "Bandit Raider Nails Crank Cutter Crow Fanatic Wolfhound"
  219. "minEnemies" "8"
  220. "threshold" "23"
  221. "tasks" "'kill 20' 'killwith 5 awp' 'killwith 2 deagle inarow'"
  222. "FriendlyFire" "1"
  223. }
  224. }
  225. }