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

  1. SDEF
  2. // -----------------------------------------------------------------------------
  3. //  $Logfile:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/glowstick.d $
  4. // $Revision:: 7                                                              $
  5. //   $Author:: Aldie                                                          $
  6. //     $Date:: 10/07/98 5:40p                                                 $
  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. // It's green and it glows so go ahead and throw them out.
  19. //
  20. // MODEL AUTHOR:
  21. // ?
  22. //
  23. /*SINED Inventory_GlowStick (.3 .3 1) (0 0 0) (0 0 0) NOT_SOLID NOT_DAMAGABLE
  24. Greeeeeeen Glowstick
  25. */
  26.  
  27. // -----------------------------------------------------------------------------
  28. // FILE DECLARATIONS
  29. //
  30. // Model Commands
  31. path models/items/glowstick
  32. scale 1.8
  33.  
  34. // Base Model
  35. glowstick.sbm
  36.  
  37. // Skins
  38. normal        glowstick.tga
  39.  
  40. // Normal Animations
  41. idle        glowstick.sam
  42. pose        glowstick_pose.sam     
  43.  
  44. // -----------------------------------------------------------------------------
  45. // INITIALIZATION SECTION
  46. //
  47. !init:
  48.  
  49. // Class Setup
  50. server classname Glowstick
  51. server setsize "-4 -4 0" "4 4 4"
  52. server maxamount 10
  53.  
  54. // Icon and Inventory Name
  55. server iconname "i_glowstick"
  56. server itemname "Glowstick"
  57.  
  58. // -----------------------------------------------------------------------------
  59. // MAIN SECTION
  60. //
  61. !main:
  62.  
  63. // -----------------------------------------------------------------------------
  64. // SOURCESAFE Update Log
  65. //
  66. // $Log:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/glowstick.def    $
  67. // 
  68. // 7     10/07/98 5:40p Aldie
  69. // Updated fields
  70. // 
  71. // 6     9/30/98 2:45p Joeske
  72. // Added in formatting, fixed image references.
  73. // 
  74. // -----------------------------------------------------------------------------
  75.  
  76.  
  77.