Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. $modelname "props_junglesub\tent_ref.mdl"
  2.  
  3. $staticprop
  4.  
  5. $bodygroup "Body"
  6. {
  7. Studio "tent_ref.smd"
  8. }
  9.  
  10. $cdmaterials "models\props_junglesub\"
  11.  
  12. $surfaceprop "plastic"
  13.  
  14. $sequence "idle" "idle.smd"{
  15. fps 30
  16. }
  17.  
  18. $collisionmodel "tent_phys.smd"
  19.  
  20. {
  21. $mass 10
  22. $inertia 1
  23. $damping 0
  24. $rotdamping 0
  25. $concave
  26. }
  27.  
  28. $lod 10
  29. {
  30. replacemodel "tent_ref.smd" "tent_ref_lod1.smd"
  31. }
  32. $lod 18
  33. {
  34. replacemodel "tent_ref.smd" "tent_ref_lod2.smd"
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement