LarryIsMyName

Spooky Spotlight V2 QC

Jul 17th, 2013
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. $modelname "player\items\all_class\SpookySpotlight2.mdl"
  2.  
  3.  
  4. $scale 1
  5. $surfaceprop "default"
  6. $keyvalues { "prop_data" { "base" "Wooden.Large" } }
  7. $body "Body" "LanternA36"
  8. $sequence idle "LanternA36_idle" loop fps 1
  9.  
  10. $jigglebone "Lantern_Wrist" {
  11. is_rigid {
  12. length 500
  13. tip_mass 15000
  14. }
  15.  
  16. has_base_spring {
  17. base_mass 0
  18. stiffness 175
  19. damping 20
  20. left_constraint -200 200
  21. left_friction 20
  22. up_constraint -200 200
  23. up_friction 0
  24. forward_constraint -200 200
  25. forward_friction 0
  26. }
  27.  
  28. }
  29.  
  30. $jigglebone "Lantern_Handle" {
  31. is_rigid {
  32. length 5
  33. tip_mass 10
  34. yaw_constraint 0 0
  35. pitch_constraint -40 40
  36. }
  37.  
  38. }
  39.  
  40. $jigglebone "Lantern_Body" {
  41. is_rigid {
  42. length 5
  43. tip_mass 10
  44. yaw_constraint 0 0
  45. pitch_constraint -40 40
  46. }
  47.  
  48.  
  49.  
  50. }
Advertisement
Add Comment
Please, Sign In to add comment