Advertisement
Guest User

.QC File

a guest
Oct 13th, 2015
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. $modelname "coal/robot/robot.mdl"
  2. $body robot "rbot.smd"
  3. $staticprop
  4. $surfaceprop combine_metal
  5. $cdmaterials "models/coal/robot"
  6.  
  7. $sequence idle "rbot.smd" // no animation wanted, so re-using the reference mesh
  8.  
  9. $sequence walksequence "rbot_walking.smd" loop
  10.  
  11. $animation walk "rbot_walking.smd" loop
  12.  
  13. $collisionmodel "rbot_collision.smd" { $concave }
  14.  
  15. $includemodel "m_anm.mdl"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement