home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.4 / 1998-10_Disc_4.4.iso / sindemo / sin_demo.exe / DATA / base / Pak0.pak / models / view_mutanthands.def < prev    next >
Text File  |  1998-07-26  |  1KB  |  60 lines

  1. SDEF
  2. //
  3. // The file declaration section
  4. //
  5. path models/mhands
  6. origin 0 11 0
  7. scale 1.0
  8. mhands_base.sbm
  9. mhands_base.tga
  10.  
  11. //
  12. // Declare the animation types and files
  13. //
  14. fire1       mhands_hit1.sam
  15. fire2       mhands_hit2.sam
  16. fire3       mhands_hit3.sam
  17. fire4       mhands_hit4.sam
  18. ready1      mhands_getready.sam
  19. putaway1    mhands_putaway.sam
  20. fastexit    mhands_fastexit.sam
  21. idle1       mhands_idle1.sam
  22.  
  23. //
  24. // The initialization section
  25. //
  26. !init:
  27. //
  28. // Define the aniamtion sound references
  29. //
  30. client aliasprefix mutanthands_
  31. client aliascache   snd_fire1   "weapons/punch/whsh1.wav"
  32. client aliascache   snd_fire2   "weapons/punch/whsh2.wav"
  33.  
  34. //
  35. // The main section
  36. //
  37. !main:
  38. //
  39. // Define the clinet/server animation references
  40. //
  41. client fire1 first randomsound snd_fire 1 1
  42. server fire1 first movementsound
  43. server fire1 first shoot
  44. server fire1 last attack_finished
  45.  
  46. client fire2 first randomsound snd_fire 1 1
  47. server fire2 first movementsound
  48. server fire2 first shoot
  49. server fire2 last attack_finished
  50.  
  51. client fire3 first randomsound snd_fire 1 1
  52. server fire3 first movementsound
  53. server fire3 first shoot
  54. server fire3 last attack_finished
  55.  
  56. client fire4 first randomsound snd_fire 1 1
  57. server fire4 first movementsound
  58. server fire4 first shoot
  59. server fire4 last attack_finished
  60.