Advertisement
Guest User

pyro potions qc

a guest
Apr 2nd, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. // Pyro Potions
  2. $modelname "player\items\pyro\pyro_tripwire_tie.mdl"
  3. $model "Body" "c_potions.smd"
  4. $cdmaterials "\models\player\items\pyro\"
  5. $cdmaterials "\models\player\items\pyro\"
  6. $cdmaterials ""
  7. $texturegroup skinfamilies
  8. {
  9. {
  10. "models\player\items\pyro\c_potion_red.vmt"
  11. "c_potion_bottle.vmt"
  12. "c_potion_cork.vmt"
  13. }
  14. {
  15. "models\player\items\pyro\c_potion_blue.vmt"
  16. "c_potion_bottle.vmt"
  17. "c_potion_cork.vmt"
  18. }
  19. }
  20. $jigglebone "jiggle_potion_1"
  21. {
  22. is_flexible
  23. {
  24. pitch_stiffness 50
  25. pitch_damping 4
  26. yaw_stiffness 50
  27. yaw_damping 4
  28. allow_length_flex
  29. along_stiffness 50
  30. along_damping 4
  31. angle_constraint 45
  32. length 2
  33. tip_mass 250
  34. }
  35. }
  36. $jigglebone "jiggle_potion_2"
  37. {
  38. is_flexible
  39. {
  40. pitch_stiffness 50
  41. pitch_damping 4
  42. yaw_stiffness 50
  43. yaw_damping 4
  44. allow_length_flex
  45. along_stiffness 50
  46. along_damping 4
  47. angle_constraint 45
  48. length 2
  49. tip_mass 250
  50. }
  51. }
  52. $jigglebone "jiggle_potion_3"
  53. {
  54. is_flexible
  55. {
  56. pitch_stiffness 50
  57. pitch_damping 4
  58. yaw_stiffness 50
  59. yaw_damping 4
  60. allow_length_flex
  61. along_stiffness 50
  62. along_damping 4
  63. angle_constraint 45
  64. length 2
  65. tip_mass 250
  66. }
  67. }
  68. $mostlyopaque
  69. $hboxset "default"
  70. $surfaceprop "metal"
  71. $illumposition -0.000 -0.028 1.604
  72. $sequence idle "idle" loop fps 30.00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement