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

  1. SDEF
  2. // -----------------------------------------------------------------------------
  3. //  $Logfile:: /Quake 2 Engine/Sin/Base Sin Data/Models/Weapon/mines.def      $
  4. // $Revision:: 5                                                              $
  5. //   $Author:: Aldie                                                          $
  6. //     $Date:: 10/22/98 9:30p                                                 $
  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. // Mines
  19. //
  20. // MODEL AUTHOR:
  21. // ?
  22. //
  23.  
  24. // -----------------------------------------------------------------------------
  25. // FILE DECLARATIONS
  26. //
  27. // Model Commands
  28. path models/mines_w
  29. origin 0 0 -4
  30.  
  31. // Base Model
  32. mines.sbm
  33.  
  34. // Skins
  35. normal       mines.tga
  36.  
  37. // Normal Animations
  38. activate.sam
  39.  
  40. // Define model group areas
  41. id 10 group light fullbright
  42.  
  43. // -----------------------------------------------------------------------------
  44. // INITIALIZATION SECTION
  45. //
  46. !init:
  47.  
  48. // Class Setup
  49.  
  50. // Sound Aliases
  51.  
  52. // Icon and Inventory Name
  53. server iconname w_spidermines
  54.  
  55. // -----------------------------------------------------------------------------
  56. // MAIN SECTION
  57. //
  58. !main:
  59.  
  60. // -----------------------------------------------------------------------------
  61. // SOURCESAFE Update Log
  62. //
  63. // $Log:: /Quake 2 Engine/Sin/Base Sin Data/Models/Weapon/mines.def           $
  64. // 
  65. // 5     10/22/98 9:30p Aldie
  66. // 
  67. // 4     9/30/98 12:48p Joeske
  68. // Added in formatting, added in respawn sound ref.
  69. // 
  70. // -----------------------------------------------------------------------------
  71.