Advertisement
Guest User

CSGO Botprofile.db

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