diff --git a/mpq/game/icons.grp b/mpq/game/icons.grp index cd6d568a..248fabf7 100644 Binary files a/mpq/game/icons.grp and b/mpq/game/icons.grp differ diff --git a/mpq/rez/unitnames.tbl b/mpq/rez/unitnames.tbl index 8f77e860..c380f4c0 100644 Binary files a/mpq/rez/unitnames.tbl and b/mpq/rez/unitnames.tbl differ diff --git a/mpq/scripts/iscript_protoss.bin b/mpq/scripts/iscript_protoss.bin index 7e0fd226..8bfb3f2c 100644 Binary files a/mpq/scripts/iscript_protoss.bin and b/mpq/scripts/iscript_protoss.bin differ diff --git a/mpq/scripts/iscript_protoss.txt b/mpq/scripts/iscript_protoss.txt index 8da6f110..5315f72d 100644 --- a/mpq/scripts/iscript_protoss.txt +++ b/mpq/scripts/iscript_protoss.txt @@ -10459,7 +10459,7 @@ WarpIn AnthelionWarpIn AnthelionInit: imgul 1419 0 42 # Anthelion Shadow (cm\protoss\anthelion.grp) AnthelionGndAttkToIdle: - playfram 0x00 # Frame set 0 + playfram 0x00 setvertpos 0 goto AnthelionWalkingToIdle @@ -10502,6 +10502,54 @@ AnthelionWalkingToIdle: wait 2 playfram 19 wait 2 + playfram 20 + wait 2 + playfram 21 + wait 2 + playfram 22 + wait 2 + playfram 23 + wait 2 + playfram 24 + wait 2 + playfram 25 + wait 2 + playfram 26 + wait 2 + playfram 27 + wait 2 + playfram 28 + wait 2 + playfram 29 + wait 2 + playfram 30 + wait 2 + playfram 31 + wait 2 + playfram 32 + wait 2 + playfram 33 + wait 2 + playfram 34 + wait 2 + playfram 35 + wait 2 + playfram 36 + wait 2 + playfram 37 + wait 2 + playfram 38 + wait 2 + playfram 39 + wait 2 + playfram 40 + wait 2 + playfram 41 + wait 2 + playfram 42 + wait 2 + playfram 43 + wait 2 playfram 0x00 wait 2 goto AnthelionGndAttkToIdle @@ -10576,6 +10624,54 @@ AnthelionWalking: wait 1 playfram 19 wait 1 + playfram 20 + wait 1 + playfram 21 + wait 1 + playfram 22 + wait 1 + playfram 23 + wait 1 + playfram 24 + wait 1 + playfram 25 + wait 1 + playfram 26 + wait 1 + playfram 27 + wait 1 + playfram 28 + wait 1 + playfram 29 + wait 1 + playfram 30 + wait 1 + playfram 31 + wait 1 + playfram 32 + wait 1 + playfram 33 + wait 1 + playfram 34 + wait 1 + playfram 35 + wait 1 + playfram 36 + wait 1 + playfram 37 + wait 1 + playfram 38 + wait 1 + playfram 39 + wait 1 + playfram 40 + wait 1 + playfram 41 + wait 1 + playfram 42 + wait 1 + playfram 43 + wait 1 playfram 0x00 wait 1 goto AnthelionWalking diff --git a/mpq/unit/cm/protoss/anthelion-teleport-arrive.grp b/mpq/unit/cm/protoss/anthelion-teleport-arrive.grp index e7115c43..656b3c7d 100644 Binary files a/mpq/unit/cm/protoss/anthelion-teleport-arrive.grp and b/mpq/unit/cm/protoss/anthelion-teleport-arrive.grp differ diff --git a/mpq/unit/cm/protoss/anthelion-teleport-depart.grp b/mpq/unit/cm/protoss/anthelion-teleport-depart.grp index ce1d9763..8ac1475b 100644 Binary files a/mpq/unit/cm/protoss/anthelion-teleport-depart.grp and b/mpq/unit/cm/protoss/anthelion-teleport-depart.grp differ diff --git a/mpq/unit/cm/protoss/anthelion.grp b/mpq/unit/cm/protoss/anthelion.grp index 18938f78..8dd2b765 100644 Binary files a/mpq/unit/cm/protoss/anthelion.grp and b/mpq/unit/cm/protoss/anthelion.grp differ diff --git a/mpq/unit/cmdbtns/cmdicons.grp b/mpq/unit/cmdbtns/cmdicons.grp index 739e35d2..44d4f743 100644 Binary files a/mpq/unit/cmdbtns/cmdicons.grp and b/mpq/unit/cmdbtns/cmdicons.grp differ diff --git a/mpq/unit/cmdbtns/uniticons.grp b/mpq/unit/cmdbtns/uniticons.grp index 9e0ab7ae..40b4ff62 100644 Binary files a/mpq/unit/cmdbtns/uniticons.grp and b/mpq/unit/cmdbtns/uniticons.grp differ diff --git a/mpq/unit/wirefram/grpwire.grp b/mpq/unit/wirefram/grpwire.grp index d75a5baf..7fb02eac 100644 Binary files a/mpq/unit/wirefram/grpwire.grp and b/mpq/unit/wirefram/grpwire.grp differ diff --git a/mpq/unit/wirefram/wirefram.grp b/mpq/unit/wirefram/wirefram.grp index eb651c16..9e003fd0 100644 Binary files a/mpq/unit/wirefram/wirefram.grp and b/mpq/unit/wirefram/wirefram.grp differ diff --git a/patchnotes.md b/patchnotes.md index 538b709a..bd317794 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -18,6 +18,10 @@ - Auto-uploads replays to [cosmonarchy.com](https://cosmonarchy.com/matches)! - Will eventually track stats, report match outcomes behind a spoiler screen, show hype scores, and more... +## Editor +- New custom trigger action: `disable_transmission_waits` (a. DF) + - Global flag! Disables waits when using transmission trigger actions. Pair with crig waits for multiplayer-compatible transmissions. + ## Bugfixes - **Stability:** - Fixed a crash that could occur when a new Protoss unit plays its warp flash while cloaked by a **Didact** (c. DF) @@ -44,7 +48,7 @@ ## Audiovisuals - New models for: - - **Talos**, **Ancile**, **Centaur**, **Phobos**, **Starpad**, **Positron**, **Unar** (c. DeltaCadimus, wireframes c. jun3hong, Blender help c. Solstice) + - **Talos**, **Ancile**, **Centaur**, **Phobos**, **Starpad**, **Positron**, **Unar**, **Anthelion** (c. DeltaCadimus, wireframes c. jun3hong, Blender help c. Solstice) - Cloaked structures now have green box fog-of-war sprites instead of revealing their unit id (c. DF) - New birth animation for **Kethrostalor** - New unit responses for: diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index 1bc9ede4..0b40c7e1 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ