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

  1. SDEF
  2. /*SINED Powerup_Goggles (.3 .3 1) (0 0 0) (0 0 0)
  3. Therm-Optic Goggles - night/infared vision
  4. */
  5.  
  6. // -----------------------------------------------------------------------------
  7. // FILE DECLARATIONS
  8. //
  9. // Model Commands
  10. path models/powerups/goggles
  11. scale .5
  12.  
  13. // Base Model
  14. goggles.sbm
  15.  
  16. // Skins
  17. normal       goggles.tga
  18.  
  19. // Normal Animations
  20. idle        goggles.sam
  21. pose        goggles.sam
  22.  
  23. // -----------------------------------------------------------------------------
  24. // INITIALIZATION SECTION
  25. //
  26. !init:
  27.  
  28. // Class Setup
  29. server classname Goggles
  30.  
  31. // Sound Aliases
  32. server respawnsound
  33. server aliascache snd_activate "player/pkup/shield/activate3.wav"
  34. server aliascache snd_deactivate "player/pkup/shield/fail.wav"
  35. server aliascache snd_pickup "player/pkup/shield/pkup.wav"
  36.  
  37. // Icon and Inventory Name
  38. server iconname i_goggles
  39. server itemname "Therm-Optic Goggles"
  40.  
  41. // -----------------------------------------------------------------------------
  42. // MAIN SECTION
  43. //
  44. !main:
  45.  
  46.  
  47.