Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. // Created by Crowbar 0.24.0.0
  2.  
  3. $modelname "w_models\thermal_goggles.mdl"
  4.  
  5. $bodygroup "Body"
  6. {
  7. studio "thermal_goggles_reference.smd"
  8. }
  9.  
  10.  
  11. $cdmaterials "models\equipments\"
  12. $cdmaterials ""
  13.  
  14. $surfaceprop "plastic"
  15.  
  16. $contents "solid"
  17.  
  18.  
  19. // NOTE: The following commented-out $definebone lines might be needed, as is often the case for view models. When needed, simply remove the two slashes '//' from the start of each line.
  20. // $definebone "ValveBiped.weapon_bone" "" 0 0 0.717482 -3.141593 -1.015946 -1.570796 0 0 0 0 0 0
  21. // $definebone "ValveBiped.w_adrenaline" "ValveBiped.weapon_bone" 0 -2.194617 0 -3.141593 0 0 0 0 0 0 0 0
  22.  
  23.  
  24.  
  25.  
  26. $sequence "idle" "thermal_goggles_reference.smd" {
  27. fps 30
  28. activity "ACT_IDLE" 1
  29. }
  30.  
  31. $collisionmodel "thermal_goggles_physics.smd"
  32. {
  33. $mass 2
  34. $inertia 1
  35. $damping 0
  36. $rotdamping 0
  37.  
  38. }
  39.  
  40. $bonemerge "ValveBiped.Bip01_Head1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement