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

  1. SDEF
  2. // -----------------------------------------------------------------------------
  3. //  $Logfile:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/keys.def    $
  4. // $Revision:: 6                                                              $
  5. //   $Author:: Joeske                                                         $
  6. //     $Date:: 9/30/98 2:45p                                                  $
  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. // Key for security room and other locked areas requiring a key.
  19. //
  20. // MODEL AUTHOR:
  21. // ?
  22. //
  23. /*SINED inventory_keyring (0 .5 .8) (0 0 0) (0 0 0) NOT_SOLID NOT_DAMAGABLE 
  24. Keys for locked doors
  25. */
  26.  
  27. // -----------------------------------------------------------------------------
  28. // FILE DECLARATIONS
  29. //
  30. // Model Commands
  31. path models/keys
  32. scale .2
  33.  
  34. // Base Model
  35. keys_base.sbm
  36.  
  37. // Skins
  38. normal        keyskin.tga
  39.  
  40. // Normal Animations
  41. idle        keys.sam
  42. pose        key_pose.sam
  43.  
  44. // -----------------------------------------------------------------------------
  45. // INITIALIZATION SECTION
  46. //
  47. !init:
  48.  
  49. // Class Setup
  50. //server classname item
  51. server classname KeyRing
  52. server setsize "-4 -4 0" "4 4 4"
  53.  
  54. // Icon and Inventory Name
  55. server iconname "i_keyring"
  56. server itemname "Key"
  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/keys.def         $
  67. // 
  68. // 6     9/30/98 2:45p Joeske
  69. // Added in formatting, fixed image references.
  70. // 
  71. // -----------------------------------------------------------------------------
  72.  
  73.  
  74.