Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. ///////////////////////
  2. //
  3. // WINCHESTER M97
  4. //
  5. ///////////////////////
  6.  
  7.  
  8. newfmt
  9. // config file for weapon animations
  10.  
  11.  
  12. // barrel barrel
  13. // first length fps looping anim bits animated weap draw bits
  14. // / ___/ / / / / /
  15. // / / ______/ / / / /
  16. // / / / ________/ / / /
  17. // / / / / ___________/ / /
  18. // / / / / / ___________________/ /
  19. /// / / / / / ______________________________/
  20. // / / / / / /
  21.  
  22. 0 1 20 1 0 0 0 // IDLE1
  23. 0 1 20 1 0 0 0 // IDLE2
  24.  
  25. 20 19 20 0 0 0 0 // ATTACK1
  26. 20 19 20 0 0 0 0 // ATTACK2
  27. 20 8 20 0 0 0 0 // ATTACK_LASTSHOT
  28.  
  29. 8 5 20 0 0 0 0 // DROP
  30. 14 6 16 0 0 0 0 // RAISE
  31.  
  32. 86 8 20 1 0 0 0 // RELOAD1 (Reload Normal Shell Start)
  33. 94 22 24 1 0 0 0 // RELOAD2 (Reload Normal Shell Loopable)
  34. 116 11 20 1 0 0 0 // RELOAD3 (Reload Normal End)
  35.  
  36. 40 41 20 1 0 0 0 // ALTSWITCHFROM (Reload First Shell And Pump)
  37. 140 6 20 1 0 0 0 // ALTSWITCHTO (Move Gun From First Shell Pump To Reload Normal Shell Position)
  38. 80 6 16 1 0 0 0 // DROP2 (Reload End From Pump)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement