LarryIsMyName

Spooky Spotlight V2 QC Update 2

Jul 20th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 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. $cdmaterials "models\player\items\all_class\"
  9. $sequence idle "LanternA36_idle" loop fps 1
  10.  
  11. $jigglebone "Lantern_Wrist" {
  12. is_rigid {
  13. length 500
  14. tip_mass 15000
  15. }
  16.  
  17. has_base_spring {
  18. base_mass 0
  19. stiffness 175
  20. damping 20
  21. left_constraint -200 200
  22. left_friction 20
  23. up_constraint -200 200
  24. up_friction 0
  25. forward_constraint -200 200
  26. forward_friction 0
  27. }
  28. }
  29.  
  30.  
  31. $jigglebone "Lantern_Handle" {
  32. is_flexible {
  33. length 100
  34. tip_mass 100
  35. yaw_constraint -30 30
  36. pitch_constraint -40 40
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment