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

  1. SDEF
  2. // -----------------------------------------------------------------------------
  3. //  $Logfile:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/password.de $
  4. // $Revision:: 3                                                              $
  5. //   $Author:: Joeske                                                         $
  6. //     $Date:: 10/26/98 2:17a                                                 $
  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. // Vhat iz zee passvord, Yu must tell me.
  19. //
  20. // MODEL AUTHOR:
  21. // Michael
  22. //
  23. /*SINED inventory_passcode (.3 1 .3) (0 0 0) (0 0 0) NOT_SOLID NOT_DAMAGABLE
  24. Password Paper
  25. */
  26.  
  27. // -----------------------------------------------------------------------------
  28. // FILE DECLARATIONS
  29. //
  30. // Model Commands
  31. path models/items/password
  32. scale 1.75
  33.  
  34. // Base Model
  35. password_base.sbm
  36.  
  37. // Skins
  38. normal           password_base.tga
  39.  
  40. // Normal Animations
  41. idle1            password_idle.sam
  42. pose            password_pose.sam
  43.  
  44. // -----------------------------------------------------------------------------
  45. // INITIALIZATION SECTION
  46. //
  47. !init:
  48. //
  49. // SERVER Initialization Commands
  50. //
  51. // Class Setup
  52. server classname item
  53. server setsize "-8 -8 0" "8 8 8"
  54.  
  55. // Icon and Inventory Name
  56. server iconname "i_password"
  57. server itemname "Password: Lithium707"
  58.  
  59. // -----------------------------------------------------------------------------
  60. // MAIN SECTION
  61. //
  62. !main:
  63.  
  64. // -----------------------------------------------------------------------------
  65. // SOURCESAFE Update Log
  66. //
  67. // $Log:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/password.def     $
  68. // 
  69. // 3     10/26/98 2:17a Joeske
  70. // Updated password to Lithium707 for Charlie.
  71. // 
  72. // 2     10/11/98 5:11p Joeske
  73. // Modified scale of all items.
  74. // 
  75. // 1     10/08/98 11:17p Joeske
  76. // Added in to VSS.
  77. // 
  78. // -----------------------------------------------------------------------------
  79.  
  80.  
  81.  
  82.  
  83.  
  84.