Advertisement
Guest User

Untitled

a guest
Dec 4th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. $scale 1
  2. $hboxset "default"
  3.  
  4. $surfaceprop "metal"
  5. $modelname "player\items\all_class\<itemtest ID>\iron_santa\c_iron_spy.mdl"
  6.  
  7. $model "Body" "reference_spy_lod00.smd"
  8.  
  9. $sequence idle "reference_spy_lod00.smd" fps 0.01
  10.  
  11. $cdmaterials "models\player\items\all_class\<itemtest ID>\iron_santa\"
  12. $texturegroup "skins"
  13. {
  14. { "c_iron_santa" }
  15. { "c_iron_santa_b" }
  16. }
  17.  
  18. $collisionmodel "reference_spy_lod00.smd" {
  19. $automass
  20. }
  21.  
  22.  
  23.  
  24. $lod 7
  25. {
  26. replacemodel "reference_spy_lod00.smd" "reference_spy_lod01.smd"
  27. }
  28.  
  29. $lod 12
  30. {
  31. replacemodel "reference_spy_lod00.smd" "reference_spy_lod02.smd"
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement