home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / Wos.EXE / 2015 / models / view_crawlerweapon.def < prev    next >
Encoding:
Text File  |  1999-02-24  |  1.1 KB  |  49 lines

  1. SDEF
  2.  
  3. // -----------------------------------------------------------------------------
  4. // FILE DECLARATIONS
  5. //
  6. // Model Commands
  7. path models/asrifle
  8. origin -5 4 2
  9. scale 0.25
  10.  
  11. // Base Model
  12. asrifle_base.sbm
  13.  
  14. // Skins
  15. normal       asrifle_base.tga
  16.  
  17. // Normal Animations
  18. ready1       asrifle_ready.sam
  19. fire1       asrifle_fire.sam
  20. idle1       asrifle_idle1.sam
  21. idle2       asrifle_idle2.sam
  22. idle3       asrifle_idle3.sam
  23. putaway1   asrifle_putaway.sam
  24.  
  25. id 200 group weapon bone barrel 0 180 90
  26. id 210 group weapon bone eject
  27.  
  28. client aliascache snd_fire1    "weapons/magnum/fire3.wav"
  29.  
  30. // -----------------------------------------------------------------------------
  31. // INITIALIZATION SECTION
  32. //
  33. !init:
  34.  
  35. // Class Setup
  36.  
  37. // Client Sound Aliases
  38.  
  39. // -----------------------------------------------------------------------------
  40. // MAIN SECTION
  41. //
  42. !main:
  43.  
  44. client fire1 first randomsound snd_fire 1
  45. //client fire1 first attach barrel sprites/gunblast.spr time 0.15 scale 0.4 origin 10 0 -10 alphafade
  46. server fire1 first shoot
  47. server fire1 first prevframe 1
  48. server fire1 first endanim
  49.