JaiminB

Counter Strike 1.6 GOD-A-LIKE Bots

Jun 17th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.98 KB | None | 0 0
  1. //----------------------------------------------------------------------------
  2. // BotProfile.db
  3. // Author: Michael S. Booth, Turtle Rock Studios (www.turtlerockstudios.com)
  4. // Modified By: Jaimin Brahmbhatt (steamcommunity.com/id/masterjb98)
  5. //
  6. // This database defines bot "personalities".
  7. // Feel free to edit it and define your own bots.
  8.  
  9. //-------------------INSTRUCTIONS---------------------------------------------
  10. // After Downloading rename file as BotProfile.db
  11. // Paste it into Counter Strike Folder cstrike/BotProfile.db
  12. // Make Sure you backup the older version rename it as BotProfile.db.BAK
  13. // That's it you are great to go
  14.  
  15. //----------------------------------------------------------------------------
  16.  
  17. //
  18. // All profiles begin with this data and overwrite their own
  19. //
  20. Default
  21. Skill = 50
  22. Aggression = 50
  23. ReactionTime = 0.3
  24. AttackDelay = 0
  25. Teamwork = 100
  26. WeaponPreference = none
  27. Cost = 0
  28. Difficulty = NORMAL
  29. VoicePitch = 100
  30. Skin = 0
  31. End
  32.  
  33. //----------------------------------------------------------------------------
  34.  
  35. //
  36. // These templates inherit from Default and override with their values
  37. // The name of the template defines a type that is used by individual bot profiles
  38. //
  39.  
  40. // weapon preference templates
  41. Template Rifle
  42. WeaponPreference = m4a1
  43. WeaponPreference = ak47
  44. WeaponPreference = famas
  45. WeaponPreference = galil
  46. WeaponPreference = p90
  47. WeaponPreference = mp5
  48. WeaponPreference = mac10
  49. WeaponPreference = tmp
  50. WeaponPreference = nighthawk
  51. End
  52.  
  53. Template RifleT
  54. WeaponPreference = ak47
  55. WeaponPreference = m4a1
  56. WeaponPreference = galil
  57. WeaponPreference = famas
  58. WeaponPreference = p90
  59. WeaponPreference = mp5
  60. WeaponPreference = tmp
  61. WeaponPreference = mac10
  62. WeaponPreference = nighthawk
  63. End
  64.  
  65. Template Sniper
  66. WeaponPreference = awp
  67. WeaponPreference = ak47
  68. WeaponPreference = m4a1
  69. WeaponPreference = scout
  70. WeaponPreference = nighthawk
  71. WeaponPreference = fiveseven
  72. WeaponPreference = p228
  73. End
  74.  
  75. Template Power
  76. WeaponPreference = m249
  77. WeaponPreference = xm1014
  78. WeaponPreference = m3
  79. WeaponPreference = famas
  80. WeaponPreference = galil
  81. WeaponPreference = mp5
  82. End
  83.  
  84. Template Spray
  85. WeaponPreference = p90
  86. WeaponPreference = tmp
  87. WeaponPreference = mac10
  88. WeaponPreference = mp5
  89. End
  90.  
  91.  
  92. // skill templates
  93. Template Elite
  94. Skill = 100
  95. Aggression = 100
  96. ReactionTime = 0.0000001
  97. Cost = 4
  98. Difficulty = EXPERT
  99. VoicePitch = 85
  100. Teamwork = 100
  101. End
  102.  
  103. Template Expert
  104. Skill = 100
  105. Aggression = 90
  106. ReactionTime = 0.000001
  107. Cost = 4
  108. Difficulty = EXPERT
  109. VoicePitch = 88
  110. Teamwork = 100
  111. End
  112.  
  113. Template VeryHard
  114. Skill = 100
  115. Aggression = 50
  116. ReactionTime = 0.000001
  117. Cost = 4
  118. Difficulty = HARD
  119. VoicePitch = 92
  120. Teamwork = 100
  121. End
  122.  
  123. Template Hard
  124. Skill = 100
  125. Aggression = 75
  126. ReactionTime = 0.00004
  127. Cost = 3
  128. Difficulty = HARD
  129. VoicePitch = 94
  130. End
  131.  
  132. Template Tough
  133. Skill = 100
  134. Aggression = 100
  135. ReactionTime = 0.00002
  136. Cost = 2
  137. Difficulty = NORMAL+HARD
  138. VoicePitch = 96
  139. End
  140.  
  141. Template Normal
  142. Skill = 100
  143. Aggression = 100
  144. ReactionTime = 0.00001
  145. Cost = 2
  146. Difficulty = NORMAL
  147. End
  148.  
  149. Template Fair
  150. Skill = 100
  151. Aggression = 20
  152. ReactionTime = 0.001
  153. Cost = 1
  154. Difficulty = EASY+NORMAL
  155. VoicePitch = 105
  156. End
  157.  
  158. Template Easy
  159. Skill = 100
  160. Aggression = 20
  161. ReactionTime = 0.002
  162. Cost = 1
  163. Difficulty = EASY
  164. VoicePitch = 110
  165. End
  166.  
  167. //----------------------------------------------------------------------------
  168. //
  169. // These are the individual bot profiles, which inherit first from
  170. // Default and then the specified Template(s), in order
  171. //
  172.  
  173. Elite+Rifle NiKo
  174. Skin = 1
  175. VoicePitch = 95
  176. End
  177.  
  178. Elite+Rifle fer
  179. Skin = 2
  180. VoicePitch = 98
  181. End
  182.  
  183. Elite+RifleT HObbit
  184. Skin = 1
  185. VoicePitch = 96
  186. End
  187.  
  188. Elite+Sniper coldzera
  189. Skin = 3
  190. VoicePitch = 105
  191. End
  192.  
  193. Elite+Sniper JaiminGOD
  194. Skin = 3
  195. VoicePitch = 105
  196. End
  197.  
  198. Elite+Sniper kennyS
  199. Skin = 3
  200. VoicePitch = 105
  201. End
  202.  
  203. Elite+Sniper Fallen
  204. Skin = 3
  205. VoicePitch = 105
  206. End
  207.  
  208. Elite+Sniper s1mple
  209. Skin = 3
  210. VoicePitch = 105
  211. End
  212.  
  213. Elite+Sniper dev1ce
  214. Skin = 3
  215. VoicePitch = 105
  216. End
  217.  
  218. Elite+Sniper GuardiaN
  219. Skin = 3
  220. VoicePitch = 100
  221. End
  222.  
  223. Elite+RifleT rain
  224. Skin = 1
  225. VoicePitch = 84
  226. End
  227.  
  228. Elite+RifleT f0rest
  229. VoicePitch = 105
  230. End
  231.  
  232. Elite+Rifle GeT_RiGhT
  233. VoicePitch= 105
  234. End
  235.  
  236. //----------------------------------------
  237.  
  238. Expert+RifleT AdreN
  239. VoicePitch = 85
  240. End
  241.  
  242. Expert+Rifle k0nfig
  243. VoicePitch = 100
  244. End
  245.  
  246. Expert+Sniper JW
  247. Cost = 5
  248. VoicePitch = 115
  249. End
  250.  
  251. Expert+Rifle pasha
  252. VoicePitch = 91
  253. End
  254.  
  255. Expert+Rifle dupreeh
  256. VoicePitch = 101
  257. End
  258.  
  259. Expert+Rifle gla1ve
  260. VoicePitch = 101
  261. End
  262.  
  263. Expert+Rifle Edward
  264. VoicePitch = 100
  265. End
  266.  
  267. Expert+Rifle NBK
  268. VoicePitch = 100
  269. End
  270.  
  271. Expert+Rifle Shroud
  272. VoicePitch = 100
  273. End
  274.  
  275. Expert+Rifle n0thing
  276. VoicePitch = 100
  277. End
  278.  
  279. Expert+Rifle flusha
  280. VoicePitch = 100
  281. End
  282.  
  283. Expert+Rifle Dosia
  284. VoicePitch = 80
  285. End
  286.  
  287. Expert+Rifle Happy
  288. VoicePitch = 70
  289. End
  290.  
  291. Expert+Rifle KRiMZ
  292. VoicePitch = 50
  293. End
  294.  
  295. Expert+Rifle olofmeister
  296. VoicePitch = 105
  297. End
  298.  
  299. Expert+Rifle electronic
  300. VoicePitch = 105
  301. End
  302.  
  303. Expert+Rifle TACO
  304. VoicePitch = 105
  305. End
  306.  
  307. Expert+Rifle Stewie2K
  308. VoicePitch = 100
  309. End
  310.  
  311. //----------------------------------------
  312.  
  313. VeryHard+Sniper snax
  314. Skin = 3
  315. VoicePitch = 93
  316. End
  317.  
  318. VeryHard+Rifle Xizt
  319. VoicePitch = 90
  320. End
  321.  
  322. VeryHard+Sniper Skadoodle
  323. VoicePitch = 93
  324. End
  325.  
  326. VeryHard+Rifle Ex6TenZ
  327. Skin = 2
  328. VoicePitch = 100
  329. End
  330.  
  331. VeryHard+RifleT Shox
  332. Skin = 4
  333. VoicePitch = 86
  334. End
  335.  
  336. VeryHard+RifleT Magisk
  337. Skin = 4
  338. VoicePitch = 86
  339. End
  340.  
  341. VeryHard+RifleT Xyp9x
  342. Skin = 4
  343. VoicePitch = 86
  344. End
  345.  
  346. VeryHard+Rifle Karrigan
  347. VoicePitch = 105
  348. End
  349. //----------------------------------------
  350.  
  351. Hard+Rifle Chad
  352. Skin = 1
  353. VoicePitch = 95
  354. End
  355.  
  356. Hard+RifleT Chet
  357. Skin = 2
  358. VoicePitch = 90
  359. End
  360.  
  361. Hard+Spray Gabe
  362. Skin = 4
  363. VoicePitch = 102
  364. End
  365.  
  366. Hard+Shotgun Hank
  367. Skin = 1
  368. VoicePitch = 98
  369. End
  370.  
  371. Hard+RifleT Ivan
  372. Skin = 2
  373. VoicePitch = 96
  374. End
  375.  
  376. Hard+Punch Jim
  377. Skin = 4
  378. VoicePitch = 103
  379. End
  380.  
  381. Hard+PunchT Joe
  382. Skin = 1
  383. VoicePitch = 105
  384. End
  385.  
  386. Hard+Rifle John
  387. Skin = 2
  388. VoicePitch = 97
  389. End
  390.  
  391. Hard+Rifle Tony
  392. Skin = 4
  393. VoicePitch = 84
  394. End
  395.  
  396. Hard+PunchT Tyler
  397. Skin = 1
  398. VoicePitch = 90
  399. End
  400.  
  401. Hard+Rifle Victor
  402. Skin = 2
  403. VoicePitch = 98
  404. End
  405.  
  406. Hard+Sniper Vladimir
  407. Skin = 3
  408. VoicePitch = 110
  409. End
  410.  
  411. Hard+Spray Zane
  412. Skin = 4
  413. VoicePitch = 103
  414. End
  415.  
  416. Hard+Rifle Zim
  417. Skin = 2
  418. VoicePitch = 110
  419. End
  420.  
  421. //----------------------------------------
  422.  
  423. Tough+Sniper Adrian
  424. Skin = 3
  425. VoicePitch = 120
  426. End
  427.  
  428. Tough+Rifle Brad
  429. Skin = 1
  430. VoicePitch = 100
  431. End
  432.  
  433. Tough+Rifle Connor
  434. Skin = 2
  435. VoicePitch = 104
  436. End
  437.  
  438. Tough+RifleT Dave
  439. Skin = 4
  440. VoicePitch = 98
  441. End
  442.  
  443. Tough Dan
  444. Skin = 1
  445. VoicePitch = 100
  446. End
  447.  
  448. Tough+Rifle Derek
  449. Skin = 2
  450. VoicePitch = 102
  451. End
  452.  
  453. Tough+Shotgun Don
  454. Skin = 4
  455. VoicePitch = 95
  456. End
  457.  
  458. Tough+Rifle Eric
  459. Skin = 1
  460. VoicePitch = 95
  461. End
  462.  
  463. Tough+RifleT Erik
  464. Skin = 2
  465. VoicePitch = 110
  466. End
  467.  
  468. Tough+Rifle Finn
  469. Skin = 4
  470. VoicePitch = 112
  471. End
  472.  
  473. Tough Jeff
  474. Skin = 1
  475. VoicePitch = 90
  476. End
  477.  
  478. Tough+Rifle Kevin
  479. Skin = 2
  480. VoicePitch = 115
  481. End
  482.  
  483. Tough+RifleT Reed
  484. Skin = 4
  485. VoicePitch = 107
  486. End
  487.  
  488. Tough+Rifle Rick
  489. Skin = 2
  490. VoicePitch = 102
  491. End
  492.  
  493. Tough Ted
  494. Skin = 1
  495. VoicePitch = 98
  496. End
  497.  
  498. Tough+Rifle Troy
  499. Skin = 2
  500. VoicePitch = 100
  501. End
  502.  
  503. Tough+RifleT Wade
  504. Skin = 4
  505. VoicePitch = 95
  506. End
  507.  
  508. Tough+Rifle Wayne
  509. Skin = 1
  510. VoicePitch = 86
  511. End
  512.  
  513. Tough+RifleT Xander
  514. Skin = 2
  515. VoicePitch = 100
  516. End
  517.  
  518. Tough+Rifle Xavier
  519. Skin = 4
  520. VoicePitch = 95
  521. End
  522.  
  523. //----------------------------------------
  524.  
  525. Normal+Rifle Adam
  526. Skin = 1
  527. VoicePitch = 105
  528. End
  529.  
  530. Normal+PunchT Andy
  531. Skin = 2
  532. VoicePitch = 90
  533. End
  534.  
  535. Normal Chris
  536. Skin = 3
  537. VoicePitch = 100
  538. End
  539.  
  540. Normal Colin
  541. Skin = 4
  542. VoicePitch = 107
  543. End
  544.  
  545. Normal+Shield Dennis
  546. Skin = 1
  547. VoicePitch = 104
  548. End
  549.  
  550. Normal Doug
  551. Skin = 2
  552. VoicePitch = 110
  553. End
  554.  
  555. Normal Gary
  556. Skin = 3
  557. VoicePitch = 95
  558. End
  559.  
  560. Normal Grant
  561. Skin = 4
  562. VoicePitch = 112
  563. End
  564.  
  565. Normal Greg
  566. Skin = 1
  567. VoicePitch = 111
  568. End
  569.  
  570. Normal+Sniper Ian
  571. Skin = 3
  572. VoicePitch = 115
  573. End
  574.  
  575. Normal Jerry
  576. Skin = 4
  577. VoicePitch = 112
  578. End
  579.  
  580. Normal Jon
  581. Skin = 1
  582. VoicePitch = 96
  583. End
  584.  
  585. Normal Keith
  586. Skin = 2
  587. VoicePitch = 98
  588. End
  589.  
  590. Normal Mark
  591. Skin = 4
  592. VoicePitch = 110
  593. End
  594.  
  595. Normal Matt
  596. Skin = 1
  597. VoicePitch = 95
  598. End
  599.  
  600. Normal+RifleT Mike
  601. Skin = 2
  602. VoicePitch = 100
  603. End
  604.  
  605. Normal Nate
  606. Skin = 4
  607. VoicePitch = 99
  608. End
  609.  
  610. Normal Paul
  611. Skin = 3
  612. VoicePitch = 98
  613. End
  614.  
  615. Normal Scott
  616. Skin = 1
  617. VoicePitch = 105
  618. End
  619.  
  620. Normal Steve
  621. Skin = 2
  622. VoicePitch = 115
  623. End
  624.  
  625. Normal Tom
  626. Skin = 3
  627. VoicePitch = 110
  628. End
  629.  
  630. Normal Yahn
  631. Skin = 4
  632. VoicePitch = 92
  633. End
  634.  
  635. //----------------------------------------
  636.  
  637. Fair Alfred
  638. VoicePitch = 110
  639. End
  640.  
  641. Fair Bill
  642. VoicePitch = 100
  643. End
  644.  
  645. Fair Brandon
  646. VoicePitch = 99
  647. End
  648.  
  649. Fair+Spray Calvin
  650. VoicePitch = 120
  651. End
  652.  
  653. Fair Dean
  654. VoicePitch = 111
  655. End
  656.  
  657. Fair Dustin
  658. VoicePitch = 98
  659. End
  660.  
  661. Fair Ethan
  662. VoicePitch = 112
  663. End
  664.  
  665. Fair Harold
  666. VoicePitch = 90
  667. End
  668.  
  669. Fair Henry
  670. VoicePitch = 120
  671. End
  672.  
  673. Fair Irving
  674. VoicePitch = 118
  675. End
  676.  
  677. Fair Jason
  678. VoicePitch = 116
  679. End
  680.  
  681. Fair Josh
  682. VoicePitch = 114
  683. End
  684.  
  685. Fair Martin
  686. VoicePitch = 110
  687. End
  688.  
  689. Fair Nick
  690. VoicePitch = 98
  691. End
  692.  
  693. Fair Norm
  694. VoicePitch = 92
  695. End
  696.  
  697. Fair Orin
  698. VoicePitch = 113
  699. End
  700.  
  701. Fair Pat
  702. VoicePitch = 114
  703. End
  704.  
  705. Fair Perry
  706. VoicePitch = 115
  707. End
  708.  
  709. Fair Ron
  710. VoicePitch = 100
  711. End
  712.  
  713. Fair Shawn
  714. VoicePitch = 102
  715. End
  716.  
  717. Fair Tim
  718. VoicePitch = 98
  719. End
  720.  
  721. Fair Will
  722. VoicePitch = 96
  723. End
  724.  
  725. Fair Wyatt
  726. VoicePitch = 94
  727. End
  728.  
  729. //----------------------------------------
  730.  
  731. Easy Albert
  732. VoicePitch = 100
  733. End
  734.  
  735. Easy Allen
  736. VoicePitch = 110
  737. End
  738.  
  739. Easy Bert
  740. VoicePitch = 120
  741. End
  742.  
  743. Easy Bob
  744. VoicePitch = 99
  745. End
  746.  
  747. Easy Cecil
  748. VoicePitch = 120
  749. End
  750.  
  751. Easy Clarence
  752. VoicePitch = 125
  753. End
  754.  
  755. Easy Elliot
  756. VoicePitch = 110
  757. End
  758.  
  759. Easy Elmer
  760. VoicePitch = 100
  761. End
  762.  
  763. Easy Ernie
  764. VoicePitch = 112
  765. End
  766.  
  767. Easy Eugene
  768. VoicePitch = 121
  769. End
  770.  
  771. Easy Fergus
  772. VoicePitch = 99
  773. End
  774.  
  775. Easy Ferris
  776. VoicePitch = 119
  777. End
  778.  
  779. Easy Frank
  780. VoicePitch = 118
  781. End
  782.  
  783. Easy Frasier
  784. VoicePitch = 117
  785. End
  786.  
  787. Easy Fred
  788. VoicePitch = 116
  789. End
  790.  
  791. Easy George
  792. VoicePitch = 115
  793. End
  794.  
  795. Easy Graham
  796. VoicePitch = 114
  797. End
  798.  
  799. Easy Harvey
  800. VoicePitch = 112
  801. End
  802.  
  803. Easy Irwin
  804. VoicePitch = 111
  805. End
  806.  
  807. Easy Lester
  808. VoicePitch = 110
  809. End
  810.  
  811. Easy Marvin
  812. VoicePitch = 109
  813. End
  814.  
  815. Easy Neil
  816. VoicePitch = 108
  817. End
  818.  
  819. Easy Niles
  820. VoicePitch = 122
  821. End
  822.  
  823. Easy Oliver
  824. VoicePitch = 120
  825. End
  826.  
  827. Easy Opie
  828. VoicePitch = 125
  829. End
  830.  
  831. Easy Toby
  832. VoicePitch = 92
  833. End
  834.  
  835. Easy Ulric
  836. VoicePitch = 100
  837. End
  838.  
  839. Easy Ulysses
  840. VoicePitch = 102
  841. End
  842.  
  843. Easy Uri
  844. VoicePitch = 104
  845. End
  846.  
  847. Easy Waldo
  848. VoicePitch = 108
  849. End
  850.  
  851. Easy Wally
  852. VoicePitch = 95
  853. End
  854.  
  855. Easy Walt
  856. VoicePitch = 100
  857. End
  858.  
  859. Easy Wesley
  860. VoicePitch = 120
  861. End
  862.  
  863. Easy Yanni
  864. VoicePitch = 112
  865. End
  866.  
  867. Easy Yogi
  868. VoicePitch = 99
  869. End
  870.  
  871. Easy Yuri
  872. VoicePitch = 110
  873. End
Add Comment
Please, Sign In to add comment