Advertisement
Guest User

Untitled

a guest
Jun 14th, 2011
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. # ----------------------------------------------------------------------------- #
  2. # This header is used by images.dat entries:
  3. # 099 SporeColony (zerg\SColony.grp)
  4. .headerstart
  5. IsId 59
  6. Type 20
  7. Init SporeColonyInit
  8. Death SporeColonyDeath
  9. GndAttkInit SporeColonyGndAttkInit
  10. AirAttkInit SporeColonyGndAttkInit
  11. Unused1 [NONE]
  12. GndAttkRpt SporeColonyGndAttkInit
  13. AirAttkRpt SporeColonyGndAttkInit
  14. CastSpell [NONE]
  15. GndAttkToIdle SporeColonyGndAttkInit
  16. AirAttkToIdle SporeColonyGndAttkInit
  17. Unused2 [NONE]
  18. Walking [NONE]
  19. WalkingToIdle [NONE]
  20. SpecialState1 [NONE]
  21. SpecialState2 [NONE]
  22. AlmostBuilt SporeColonyAlmostBuilt
  23. Built SporeColonyBuilt
  24. Landing [NONE]
  25. LiftOff [NONE]
  26. IsWorking SporeColonyGndAttkInit
  27. WorkingToIdle SporeColony_WorkingToIdle
  28. WarpIn [NONE]
  29. .headerend
  30. # ----------------------------------------------------------------------------- #
  31.  
  32. SporeColonyInit:
  33. playfram 2
  34. imgul 298 0 0 # MissleTurretShad (terran\tmiShad.grp)
  35. goto SporeColonyGndAttkInit
  36.  
  37. SporeColonyDeath:
  38. playsnd 7 # Misc\ExploLrg.wav
  39. imgol 334 0 0 # TerranBuildingExplosionlarge (thingy\tBangX.grp)
  40. wait 3
  41. liftoffcondjmp MissileTurret_Base_Local00
  42. lowsprul 273 0 0 # TerranBuildingRubblesmall (thingy\RubbleS.grp)
  43. wait 1
  44. end
  45.  
  46. SporeColonyGndAttkInit:
  47. wait 125
  48. goto SporeColonyGndAttkInit
  49.  
  50. SporeColonyAlmostBuilt:
  51. playfram 1
  52. goto SporeColonyGndAttkInit
  53.  
  54. SporeColonyBuilt:
  55. imgol 297 0 0 # MissleTurretTurret (terran\missileT.grp)
  56. SporeColony_WorkingToIdle:
  57. playfram 2
  58. goto SporeColonyGndAttkInit
  59.  
  60.  
  61. # ----------------------------------------------------------------------------- #
  62. # This header is used by images.dat entries:
  63. # 105 ZergBuildingMorph4 (zerg\ZBuild.grp)
  64. .headerstart
  65. IsId 61
  66. Type 15
  67. Init ZergConstruction_Small_Init
  68. Death ZergConstruction_Small_Death
  69. GndAttkInit [NONE]
  70. AirAttkInit [NONE]
  71. Unused1 [NONE]
  72. GndAttkRpt [NONE]
  73. AirAttkRpt [NONE]
  74. CastSpell [NONE]
  75. GndAttkToIdle [NONE]
  76. AirAttkToIdle [NONE]
  77. Unused2 [NONE]
  78. Walking [NONE]
  79. WalkingToIdle [NONE]
  80. SpecialState1 ZergConstruction_Small_SpecialState1
  81. SpecialState2 ZergConstruction_Small_SpecialState1
  82. AlmostBuilt ZergConstruction_Small_AlmostBuilt
  83. .headerend
  84. # ----------------------------------------------------------------------------- #
  85.  
  86. ZergConstruction_Small_Init:
  87. playfram 0
  88. imgul 331 0 0 # ConstructionSitesmallShad (terran\tb1Shad.grp)
  89. goto ZergConstruction_Small_SpecialState1
  90.  
  91. ZergConstruction_Small_SpecialState1:
  92. wait 125
  93. goto ZergConstruction_Small_SpecialState1
  94.  
  95. ZergConstruction_Small_Death:
  96. playsnd 7 # Misc\ExploLrg.wav
  97. imgol 334 0 0 # TerranBuildingExplosionlarge (thingy\tBangX.grp)
  98. wait 3
  99. lowsprul 273 0 0 # TerranBuildingRubblesmall (thingy\RubbleS.grp)
  100. wait 1
  101. end
  102.  
  103. ZergConstruction_Small_AlmostBuilt:
  104. wait 1
  105. sigorder 4
  106. goto ZergConstruction_Small_Local00
  107.  
  108. ZergConstruction_Small_Local00:
  109. wait 125
  110. goto ZergConstruction_Small_Local00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement