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

  1. SDEF
  2. // -----------------------------------------------------------------------------
  3. //  $Logfile:: /Quake 2 Engine/Sin/Base Sin Data/Models/Innocent/deadguy.def  $
  4. // $Revision:: 5                                                              $
  5. //   $Author:: Onethumb                                                       $
  6. //     $Date:: 10/26/98 8:51p                                                 $
  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. // Deadguy used in Silo for the missing apendage.
  19. //
  20. // MODEL AUTHOR:
  21. // Beau
  22. //
  23. /*SINED Innocent_DeadGuy (1 .5 0) (0 0 0) (0 0 0)
  24. Dead Guy with missing hand.
  25. */     
  26.  
  27. // -----------------------------------------------------------------------------
  28. // FILE DECLARATIONS
  29. //
  30. // Model Commands
  31. path models/deadguy
  32. scale 1.2
  33.  
  34. // Base Model
  35. deadguy_base.sbm
  36.  
  37. // Skins
  38. normal       deadguy_base.tga
  39.  
  40. // Normal Animations
  41. idle1        deadguy_idle.SAM
  42. death1       deadguy_idle.SAM
  43.  
  44. // -----------------------------------------------------------------------------
  45. // INITIALIZATION SECTION
  46. //
  47. !init:
  48. //
  49. // SERVER Initialization Commands
  50. //
  51. // Class Setup
  52. server classname actor
  53. server script global/neutral.scr
  54. server setsize "-16 -16 0" "16 16 80"
  55. server health 1
  56.  
  57. server censor
  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/Innocent/deadguy.def       $
  68. // 
  69. // 5     10/26/98 8:51p Onethumb
  70. // 
  71. // 4     10/24/98 7:07p Joeske
  72. // Added in the "censor server flag.
  73. // 
  74. // 3     10/16/98 10:07p Phook
  75. // sanity check on damage/health
  76. // 
  77. // 2     10/14/98 5:13p Joeske
  78. // Fixed formatting and set up character info.
  79. // 
  80. // -----------------------------------------------------------------------------
  81.