diff --git a/mpq/arr/images.datex b/mpq/arr/images.datex index 90376811..a6b0a3ea 100644 Binary files a/mpq/arr/images.datex and b/mpq/arr/images.datex differ diff --git a/mpq/arr/images.tbl b/mpq/arr/images.tbl index ec7da81d..16343404 100644 Binary files a/mpq/arr/images.tbl and b/mpq/arr/images.tbl differ diff --git a/mpq/arr/images.txt b/mpq/arr/images.txt index 76868b4e..8a8e1364 100644 --- a/mpq/arr/images.txt +++ b/mpq/arr/images.txt @@ -2398,7 +2398,7 @@ Scralia Shadow Endbore Electricity Civilian Death Civilian Remains -Extended Image #1398 +Pilgrim Remains Extended Image #1399 Extended Image #1400 Extended Image #1401 diff --git a/mpq/arr/sfxdata.dat b/mpq/arr/sfxdata.dat index d88b8c79..93eee172 100644 Binary files a/mpq/arr/sfxdata.dat and b/mpq/arr/sfxdata.dat differ diff --git a/mpq/arr/sfxdata.txt b/mpq/arr/sfxdata.txt index 5c57eec0..b4299134 100644 --- a/mpq/arr/sfxdata.txt +++ b/mpq/arr/sfxdata.txt @@ -4247,12 +4247,12 @@ Endbore Weaponfire 04 Tortare Weaponfire 01 Tortare Weaponfire 02 Tortare Weaponfire 03 -Extended Sound #1 -Extended Sound #1 -Extended Sound #1 -Extended Sound #1 -Extended Sound #1 -Extended Sound #1 +Askosi Load 01 +Askosi Unload 01 +Askosi Construction Start 01 +Pilgrim Death 01 +Pilgrim Death 02 +Pilgrim Construction Completion 01 Extended Sound #1 Extended Sound #1 Extended Sound #1 diff --git a/mpq/arr/sounds.txt b/mpq/arr/sounds.txt index bb17401e..0de949e9 100644 --- a/mpq/arr/sounds.txt +++ b/mpq/arr/sounds.txt @@ -4246,4 +4246,10 @@ cm\a\endbore\wf-03.wav cm\a\endbore\wf-04.wav cm\a\tortare\wf-01.wav cm\a\tortare\wf-02.wav -cm\a\tortare\wf-03.wav \ No newline at end of file +cm\a\tortare\wf-03.wav +cm\a\a-load-01.wav +cm\a\a-unload-01.wav +cm\a\a-construction-start-01.wav +cm\a\pilgrim\dth-01.wav +cm\a\pilgrim\dth-02.wav +cm\a\pilgrim\bld-01.wav \ No newline at end of file diff --git a/mpq/arr/sprites.datex b/mpq/arr/sprites.datex index 68f12ce2..0d2dbced 100644 Binary files a/mpq/arr/sprites.datex and b/mpq/arr/sprites.datex differ diff --git a/mpq/arr/sprites.txt b/mpq/arr/sprites.txt index 809deacb..3e9cfafc 100644 --- a/mpq/arr/sprites.txt +++ b/mpq/arr/sprites.txt @@ -1157,7 +1157,7 @@ Raynor Vulture Scralia Endbore Electricity Civilian Remnants -Extended Sprite #643 +Pilgrim Remnants Extended Sprite #644 Extended Sprite #645 Extended Sprite #646 diff --git a/mpq/scripts/iscript_askosi.bin b/mpq/scripts/iscript_askosi.bin index f5d81f64..2155caea 100644 Binary files a/mpq/scripts/iscript_askosi.bin and b/mpq/scripts/iscript_askosi.bin differ diff --git a/mpq/scripts/iscript_askosi.txt b/mpq/scripts/iscript_askosi.txt index 4e67efc6..cc623fbf 100644 --- a/mpq/scripts/iscript_askosi.txt +++ b/mpq/scripts/iscript_askosi.txt @@ -226,7 +226,7 @@ PilgrimInit: goto PilgrimWalkingToIdle PilgrimDeath: - playsndbtwn 296 298 # Terran\Firebat\TFBDth00.WAV | Terran\Firebat\TFBDth02.WAV + playsndbtwn 4252 4253 # Pilgrim death 01, 02 imgol 2089 0 0 # Askosi Death Explosion Small (cm\a\a-death-small.grp) imgol 213 0 0 # Explosion1 (Small) (thingy\tBangS.grp) setfldirect 0 @@ -1292,14 +1292,12 @@ DyadAlmostBuilt: setvertpos 0 wait 1 DyadLocal01: - playfram 0x00 + playfram 0x11 useweapon 14 # Fusion Cutter (Harvest) (Fusion Cutter) sigorder 32 wait 2 playfram 0x00 - wait 2 - playfram 0x00 - wait 9 + wait 11 goto DyadLocal01 # ----------------------------------------------------------------------------- # diff --git a/mpq/sound/cm/a/a-construction-start-01.wav b/mpq/sound/cm/a/a-construction-start-01.wav new file mode 100644 index 00000000..28d5eba2 Binary files /dev/null and b/mpq/sound/cm/a/a-construction-start-01.wav differ diff --git a/mpq/sound/cm/a/a-load-01.wav b/mpq/sound/cm/a/a-load-01.wav new file mode 100644 index 00000000..125c683a Binary files /dev/null and b/mpq/sound/cm/a/a-load-01.wav differ diff --git a/mpq/sound/cm/a/a-unload-01.wav b/mpq/sound/cm/a/a-unload-01.wav new file mode 100644 index 00000000..7605d78a Binary files /dev/null and b/mpq/sound/cm/a/a-unload-01.wav differ diff --git a/mpq/sound/cm/a/pilgrim/bld-01.wav b/mpq/sound/cm/a/pilgrim/bld-01.wav new file mode 100644 index 00000000..f5baccbb Binary files /dev/null and b/mpq/sound/cm/a/pilgrim/bld-01.wav differ diff --git a/mpq/sound/cm/a/pilgrim/dth-01.wav b/mpq/sound/cm/a/pilgrim/dth-01.wav new file mode 100644 index 00000000..95d0718e Binary files /dev/null and b/mpq/sound/cm/a/pilgrim/dth-01.wav differ diff --git a/mpq/sound/cm/a/pilgrim/dth-02.wav b/mpq/sound/cm/a/pilgrim/dth-02.wav new file mode 100644 index 00000000..fefece00 Binary files /dev/null and b/mpq/sound/cm/a/pilgrim/dth-02.wav differ diff --git a/mpq/unit/cm/a/dyad.grp b/mpq/unit/cm/a/dyad.grp index 7ec628d9..6a3fa727 100644 Binary files a/mpq/unit/cm/a/dyad.grp and b/mpq/unit/cm/a/dyad.grp differ diff --git a/mpq/unit/cm/a/pilgrim-remains.grp b/mpq/unit/cm/a/pilgrim-remains.grp new file mode 100644 index 00000000..3d644a7c Binary files /dev/null and b/mpq/unit/cm/a/pilgrim-remains.grp differ diff --git a/patchnotes.md b/patchnotes.md index 5ebaf249..17880b63 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -1,7 +1,25 @@ -# 27 Jun 2026 -## Year 4, month 6, patch 2 +# 3 July 2026 +## Year 4, month 7, patch 1 ## Patch goals - Continue technical improvements in preparation for the Throneroom stage! - Further improve audiovisuals -- [Subscribe on ko-fi](https://ko-fi.com/pr0nogoandveeq7) to get a sneak peek of the incoming changes! \ No newline at end of file +- [Subscribe on ko-fi](https://ko-fi.com/pr0nogoandveeq7) to get a sneak peek of the incoming changes! + +# Core + +## Bugfixes +- **Gameplay:** + - Added fallback alert for Askosi structure completion, when player's advisor is without an "assembly" alert (r. shopkeeper dog) +- **Audiovisual:** + - Askosi workers now turn to face their construction project + - *Caveat: Workers may decollide, changing their intended facing angle* + +## Audiovisuals +- New SFX for: + - Askosi load/unload + - Askosi construction start + - **Pilgrim** death +- New visuals for: + - **Emissary** load/unload + - **Pilgrim** corpse \ No newline at end of file diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index d031b5c7..97f12fc6 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ