Advertisement
Guest User

Untitled

a guest
Mar 20th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. // Created by Crowbar 0.34.0.0
  2.  
  3. $ModelName "DropShipFlying.mdl"
  4.  
  5. $BodyGroup "Body"
  6. {
  7. studio "DropShipFlying.smd"
  8. }
  9.  
  10. $SurfaceProp "metal"
  11.  
  12. $Contents "solid"
  13.  
  14. $CDMaterials "jameston\dropship"
  15.  
  16.  
  17. $Sequence "Idle" {
  18. "DropShipFlying_anims\Idle.smd"
  19. activity "ACT_IDLE" 1
  20. fadein 0.2
  21. fadeout 0.2
  22. fps 30
  23. }
  24.  
  25. $CollisionModel "DropShipFlying_physics.smd"
  26. {
  27. $mass 3500
  28. $inertia 1
  29. $damping 0
  30. $rotdamping 0
  31. $concave
  32.  
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement