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

  1. SDEF
  2. // Male dancer, hangs around wherever there are female ones; I suspect
  3. // it is not because he likes dancing though - I mean, he's not very
  4. // good at it...although he does seem to be able to go all night without 
  5. // a rest, as does she.
  6. //
  7. // Author: Boon
  8. // This guy modified to Z's specifications
  9. //
  10.  
  11. // SINED SECTION
  12. //
  13. /*SINED Innocent_MaleDancer_GreenT (1 .5 0) (0 0 0) (0 0 0)
  14. Male Dancer with green sweatshirt
  15. */
  16.  
  17. // --------------------------------------------------------------------------
  18. // FILE DECLARATIONS
  19. //
  20. // Model Commands
  21. path models/mdancer
  22.  
  23. scale 1.3
  24.  
  25. // Base Model
  26. mdancer_base.sbm
  27.  
  28. //Skins
  29. normal mdancer_04a.tga
  30. damage mdancer_damage_04a.tga
  31.  
  32. // Normal Animations
  33. idle1        twostep_b.sam
  34. twitch1    twostep_c.sam
  35. idle2        twostep_d.sam //boys only
  36. walk        walk.sam
  37. death        death.sam
  38. run1        flee_a.sam
  39. //run2        flee_b.sam
  40. run3        flee_c.sam
  41. //run4        flee_d.sam
  42. pain        cower_complete.sam
  43. //crouch_down    cower_start.sam
  44. //crouch_idle    cower_loop.sam    // This animation needs fixing!!!!!!
  45. //crouch_end    cower_end.sam
  46.  
  47. // Optional Animations
  48. //dance1    twostep_a.sam //girls only
  49.  
  50. // Scripted Animations
  51.  
  52. // Id And Group Definitions
  53. id 10 group head flesh
  54. group head damage 2.0
  55. id 20 group torso_front flesh
  56. group torso_front damage 1.2
  57. id 22 group torso_back flesh
  58. group torso_back damage 1
  59. id 30 group leg_left flesh
  60. group leg_left damage 0.4
  61. id 40 group leg_right flesh
  62. group leg_right damage 0.4
  63. id 50 group arm_left flesh
  64. group arm_left damage 0.7
  65. id 60 group arm_right  flesh
  66. group arm_right damage 1
  67.  
  68.  
  69. // -----------------------------------------------------------------------------
  70. // INITIALIZATION SECTION
  71. //
  72. !init:
  73. //
  74. // SERVER Initialization Commands
  75. //
  76. // Class Setup
  77. server classname actor
  78. //server script global/neutral.scr
  79. server setsize "-16 -16 0" "16 16 80"
  80. server crouchsize "-16 -16 0" "16 16 64"
  81. server health 30
  82. server painthreshold 1
  83.  
  84. // Sound Aliases
  85.  
  86. //
  87. // CLIENT Initialization Commands
  88. //
  89. // Sound Aliases
  90.  
  91. // -----------------------------------------------------------------------------
  92. // MAIN SECTION
  93. //
  94. !main:
  95.  
  96. // Special Commands
  97. server crouch_down last nextanim crouch_idle
  98.