home *** CD-ROM | disk | FTP | other *** search
/ Tripas 4 / TRIPAS 004.iso / sin.EXE / SIN / BASE / models / oxygen.def < prev    next >
Encoding:
Text File  |  1998-11-03  |  2.3 KB  |  89 lines

  1. SDEF
  2. // -----------------------------------------------------------------------------
  3. //  $Logfile:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/oxygen.def  $
  4. // $Revision:: 4                                                              $
  5. //   $Author:: Joeske                                                         $
  6. //     $Date:: 10/19/98 12:24a                                                $
  7. //
  8. // Copyright (C) 1998 by Ritual Entertainment, Inc.
  9. // All rights reserved.
  10. //
  11. // This source may not be distributed and/or modified without
  12. // expressly written permission by Ritual Entertainment, Inc.
  13. //
  14. // This is a model definition file.  It is to be used in conjunction with Sin.
  15. //
  16. // -----------------------------------------------------------------------------
  17. // MODEL DESCRIPTION:
  18. // Oxygen Tank model for the Re-Breather Powerup.
  19. //
  20. // MODEL AUTHOR:
  21. // Michael
  22. //
  23. /*SINED Powerup_Oxygen (.3 .3 1) (0 0 0) (0 0 0)
  24. Oxygen 
  25. */
  26.  
  27. // -----------------------------------------------------------------------------
  28. // FILE DECLARATIONS
  29. //
  30. // Model Commands
  31. path models/items/o2tank
  32. scale 0.5
  33.  
  34. // Base Model
  35. o2tank.sbm
  36.  
  37. // Skins
  38. normal      o2tank_yellow.tga
  39.             
  40.  
  41. // Normal Animations
  42. idle        o2tank.sam
  43. pose        o2tank.sam
  44.  
  45. // -----------------------------------------------------------------------------
  46. // INITIALIZATION SECTION
  47. //
  48. !init:
  49.  
  50. // Class Setup
  51. server classname Oxygen
  52. server maxamount 3
  53.  
  54. // Sound Aliases
  55. server respawnsound
  56. server aliascache snd_pickup "player/pkup/health/health1.wav"
  57.  
  58. // Icon and Inventory Name
  59. server iconname "i_oxygen"
  60. server itemname "Oxygen Canister"
  61.  
  62. // -----------------------------------------------------------------------------
  63. // MAIN SECTION
  64. //
  65. !main:
  66.  
  67. // -----------------------------------------------------------------------------
  68. // SOURCESAFE Update Log
  69. //
  70. // $Log:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/oxygen.def       $
  71. // 
  72. // 4     10/19/98 12:24a Joeske
  73. // Adjusted scale from 1.0 --> 0.5
  74. // 
  75. // 3     10/19/98 12:19a Joeske
  76. // Fixed some formatting issues and texture references.
  77. // 
  78. // 2     10/16/98 12:27p Mph
  79. // 
  80. // 1     10/08/98 11:18p Joeske
  81. // Added in to VSS.
  82. // 
  83. // 2     9/30/98 2:44p Joeske
  84. // Added in formatting.
  85. // 
  86. // -----------------------------------------------------------------------------
  87.  
  88.  
  89.