diff --git a/CMBW-editor/CMBW-editor.mpq b/CMBW-editor/CMBW-editor.mpq index 5569d525..76474fd1 100644 Binary files a/CMBW-editor/CMBW-editor.mpq and b/CMBW-editor/CMBW-editor.mpq differ diff --git a/mpq/arr/weapons.datex b/mpq/arr/weapons.datex index 539297d4..f7ee2dc2 100644 Binary files a/mpq/arr/weapons.datex and b/mpq/arr/weapons.datex differ diff --git a/mpq/scripts/iscript.txt b/mpq/scripts/iscript.txt index c831a3d9..0e38c89b 100644 --- a/mpq/scripts/iscript.txt +++ b/mpq/scripts/iscript.txt @@ -39546,8 +39546,8 @@ OlympianGndAttkRpt: wait 1 playfram 0x260 wait 1 - sigorder 32 nobrkcodeend + sigorder 32 gotorepeatattk ignorerest OlympianGndAttkToIdle: @@ -39561,11 +39561,10 @@ OlympianGndAttkToIdle: OlympianSpecialState1: playfram 0x2A0 - wait 1 - playfram 0x2C0 -OlympianLocal05: wait 1 nobrkcodestart + playfram 0x2C0 + wait 1 playfram 0x2E0 attackmelee 3 1577 1578 1579 # Olympian Melee 01, 02, 03 wait 1 diff --git a/mpq/tileset/Desert.vf4 b/mpq/tileset/Desert.vf4 index 5e14895b..9c228417 100644 Binary files a/mpq/tileset/Desert.vf4 and b/mpq/tileset/Desert.vf4 differ diff --git a/mpq/tileset/Jungle.cv5 b/mpq/tileset/Jungle.cv5 index 0e9bd051..b01d4e5c 100644 Binary files a/mpq/tileset/Jungle.cv5 and b/mpq/tileset/Jungle.cv5 differ diff --git a/patchnotes.md b/patchnotes.md index a913f877..f6eb331a 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -8,18 +8,27 @@ Patch goals include: - Further improve audiovisuals ## Summary -- TBD +- Fairly minor changes were made in this update, with a few nasty bugs finally quashed! ## Latest content - [Crash Course: Micro!](https://youtu.be/pgrVDYiMzeM) +## Internals +- Terrain height has been extended by DarkenedFantasies, allowing tilesets to have significantly more height levels! + - This required some changes to vision range and weapon range; be on the lookout for any related issues! + ## Bugfixes - Gameplay: - Psionic Storm now correctly damages the caster (c. Veeq7) - Iroleths now correctly regress to Ovileths + - Fixed a rare issue with Olympians becoming unresponsive when moving after a melee attack (r. lolrsk8s) ## Terran - [Vulture](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/vulture): - HP now 85, from 90 - Now moves 6.25% faster - - Now visibly shoots two projectiles for better visual clarity \ No newline at end of file + - Now visibly shoots two projectiles for better visual clarity + +## Zerg +- [Nathrokor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/nathrokor): + - Vestigial Strike armor penetration now 0, from 1 \ No newline at end of file diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index 1fe1fefc..b8abe57c 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ