Advertisement
MR_BEAR

ghostbusters ff2 tf2

Jan 16th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. c//This Configuration File was made using Doraros FF2 .cfg Generator version 3.1.2
  2. "character"
  3. {
  4.  
  5. "name" "ghostbuster"
  6. "class" "6"
  7. "model" "models\custom\player\ghostbusters\medic.mdl"
  8. "ragedist" "20"
  9. "ragedamage" "2000"
  10. "health_formula" "(((760+n)*n)^1.04)"
  11. "maxspeed" "370"
  12.  
  13. //Boss Description(s)
  14. "description_en" "who are you gonna call"
  15.  
  16. "weapon1"
  17. {
  18. "name" "tf_weapon_bonesaw"
  19. "index" "8"
  20. "show" "1"
  21. }
  22.  
  23. //Boss Ability(s)
  24. "ability1"
  25. {
  26. "name" "rage_uber"
  27. "arg0" "0"
  28. "arg1" "5.0"
  29. "plugin_name" "default_abilities"
  30. }
  31. "ability2"
  32. {
  33. "name" "rage_preventtaunt"
  34. "plugin_name" "default_abilities"
  35. }
  36. "ability3"
  37. {
  38. "name" "charge_bravejump"
  39. "arg0" "1"
  40. "arg1" "1.0"
  41. "arg2" "3.0"
  42. "arg3" "3.0"
  43. "plugin_name" "default_abilities"
  44. }
  45. //Sound(s)
  46. "sound_begin"
  47. {
  48. "1" "bgm.mp3"
  49. }
  50. "sound_bgm"
  51. {
  52. "path1" "bgm.mp3"
  53. "time1" "0"
  54. "path2" "bgm.mp3"
  55. "time2" "100"
  56. "path3" "bgm.mp3"
  57. "time3" "0"
  58. "path4" "bgm.mp3"
  59. "time4" "0"
  60. }
  61. "sound_precache"
  62. {
  63. "1" "bgm.mp3"
  64. "2" "bgm.mp3"
  65. "3" "bgm.mp3"
  66. "4" "bgm.mp3"
  67. }
  68.  
  69. "mod_download"
  70. {
  71. "1" "models\custom\player\ghostbusters\medic"
  72. }
  73.  
  74. "download"
  75. {
  76. "1" "sound\bgm.mp3"
  77. "2" "sound\bgm.mp3"
  78. "3" "sound\bgm.mp3"
  79. "4" "sound\bgm.mp3"
  80. "5" "sound\bgm.mp3"
  81. "6" "materials\models\custom\player\ghostbusters\medic_backpack_blue.vmt.bz2"
  82. "7" "materials\models\custom\player\ghostbusters\medic_backpack_blue.vmt.bz2"
  83. }
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement