diff --git a/mpq/scripts/iscript_zerg.bin b/mpq/scripts/iscript_zerg.bin index f38b5ed6..5c4c412b 100644 Binary files a/mpq/scripts/iscript_zerg.bin and b/mpq/scripts/iscript_zerg.bin differ diff --git a/mpq/scripts/iscript_zerg.txt b/mpq/scripts/iscript_zerg.txt index 0661a65f..02801288 100644 --- a/mpq/scripts/iscript_zerg.txt +++ b/mpq/scripts/iscript_zerg.txt @@ -16154,3 +16154,54 @@ OpticalFlareHitInit: playfram 8 wait 1 goto Generic_Wait1End + +# ----------------------------------------------------------------------------- # +# This header is used by images.dat entries: +# 1478 Creep Morph Overlay (cm\zerg\creep-morph-overlay.grp) +# 1484 Resource Boost Overlay (Small) (cm\effect\resource-boost-overlay-small.grp) +# 1484 Resource Boost Overlay (Medium) (cm\effect\resource-boost-overlay-medium.grp) +# 1484 Resource Boost Overlay (Large) (cm\effect\resource-boost-overlay-large.grp) +.headerstart +IsId 640 +Type 1 +Init CreepMorphOverlayInit +Death CreepMorphOverlayDeath +.headerend +# ----------------------------------------------------------------------------- # + +CreepMorphOverlayInit: + playfram 0x00 + wait 1 + playfram 1 + wait 1 + playfram 3 + wait 1 + playfram 4 + wait 1 + playfram 5 + wait 1 + playfram 6 + wait 1 + playfram 7 + wait 1 + playfram 8 + wait 1 + playfram 9 + wait 1 + playfram 10 + wait 1 + playfram 11 + wait 1 + playfram 12 + wait 1 + playfram 13 + wait 1 + playfram 14 + wait 1 + playfram 15 + wait 1 + tmprmgraphicstart + wait 15 +CreepMorphOverlayDeath: + wait 1 + end diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index 45947b41..116b97b6 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ