diff --git a/CMBW-editor/brush/Cosmonarchy-jungle.scmdbrh b/CMBW-editor/brush/Cosmonarchy-jungle.scmdbrh index 351dbc0d..8feb5238 100644 Binary files a/CMBW-editor/brush/Cosmonarchy-jungle.scmdbrh and b/CMBW-editor/brush/Cosmonarchy-jungle.scmdbrh differ diff --git a/mpq/arr/images.datex b/mpq/arr/images.datex index 3bcf57c9..30627f1e 100644 Binary files a/mpq/arr/images.datex and b/mpq/arr/images.datex differ diff --git a/mpq/arr/sfxdata.dat b/mpq/arr/sfxdata.dat index 6711ccf7..a044e1ef 100644 Binary files a/mpq/arr/sfxdata.dat and b/mpq/arr/sfxdata.dat differ diff --git a/mpq/arr/sfxdata.tbl b/mpq/arr/sfxdata.tbl index 660bbb03..4313bfcf 100644 Binary files a/mpq/arr/sfxdata.tbl and b/mpq/arr/sfxdata.tbl differ diff --git a/mpq/arr/sfxdata.txt b/mpq/arr/sfxdata.txt index f25adbc3..24301f94 100644 --- a/mpq/arr/sfxdata.txt +++ b/mpq/arr/sfxdata.txt @@ -2312,8 +2312,8 @@ Optecton Weaponfire 1 01 Optecton Weaponfire 1 02 Optecton Weaponfire 1 03 Optecton Weaponfire 1 04 -Extended Sound #1 -Extended Sound #1 +Spider Mine Deploy 01 +Terran Landing 01 Extended Sound #1 Extended Sound #1 Extended Sound #1 diff --git a/mpq/scripts/iscript.txt b/mpq/scripts/iscript.txt index b875087a..9911c636 100644 --- a/mpq/scripts/iscript.txt +++ b/mpq/scripts/iscript.txt @@ -9384,6 +9384,7 @@ BunkerBuilt: BunkerLiftOff: nobrkcodestart + playsnd 471 playfram 0x02 wait 1 playfram 0x03 @@ -9393,8 +9394,7 @@ BunkerLiftOff: playfram 0x05 wait 1 playfram 0x06 - wait 1 - playsnd 471 + wait 2 playfram 0x07 wait 2 playfram 0x08 @@ -9418,12 +9418,6 @@ BunkerLiftOff: playfram 0x11 wait 2 playfram 0x12 - wait 2 - playfram 0x13 - wait 2 - playfram 0x14 - wait 2 - playfram 0x15 sigorder 16 nobrkcodeend goto InfestedTerranLocal00 @@ -9431,17 +9425,8 @@ BunkerLiftOff: BunkerLanding: nobrkcodestart wait 12 - playfram 0x15 - wait 2 - playfram 0x14 - wait 2 - playfram 0x13 - wait 2 - playfram 0x12 - wait 2 playfram 0x11 wait 2 - playsnd 472 playfram 0x10 wait 2 playfram 0x0F @@ -9450,6 +9435,7 @@ BunkerLanding: wait 2 playfram 0x0D wait 2 + playsnd 472 playfram 0x0C wait 2 playfram 0x0B @@ -9461,9 +9447,9 @@ BunkerLanding: playfram 0x08 wait 2 playfram 0x07 - wait 1 + wait 2 playfram 0x06 - wait 1 + wait 2 playfram 0x05 wait 1 playfram 0x04 diff --git a/mpq/sound/cm/t/_building/_land.wav b/mpq/sound/cm/t/_building/_land.wav new file mode 100644 index 00000000..07038a83 Binary files /dev/null and b/mpq/sound/cm/t/_building/_land.wav differ diff --git a/mpq/sound/cm/t/mine/dep-01.wav b/mpq/sound/cm/t/mine/dep-01.wav new file mode 100644 index 00000000..88e12013 Binary files /dev/null and b/mpq/sound/cm/t/mine/dep-01.wav differ diff --git a/mpq/unit/terran/pillbox.grp b/mpq/unit/terran/pillbox.grp index 60c4e91b..7f7edede 100644 Binary files a/mpq/unit/terran/pillbox.grp and b/mpq/unit/terran/pillbox.grp differ diff --git a/mpq/unit/terran/pillbox.loa b/mpq/unit/terran/pillbox.loa index 88dde64e..14404937 100644 Binary files a/mpq/unit/terran/pillbox.loa and b/mpq/unit/terran/pillbox.loa differ diff --git a/mpq/unit/terran/pillbox.lof b/mpq/unit/terran/pillbox.lof index 100b73d3..9089cee2 100644 Binary files a/mpq/unit/terran/pillbox.lof and b/mpq/unit/terran/pillbox.lof differ diff --git a/mpq/unit/terran/pillboxt.grp b/mpq/unit/terran/pillboxt.grp new file mode 100644 index 00000000..bf59eb46 Binary files /dev/null and b/mpq/unit/terran/pillboxt.grp differ diff --git a/mpq/unit/terran/tpbshad.grp b/mpq/unit/terran/tpbshad.grp index cc09bddc..db365281 100644 Binary files a/mpq/unit/terran/tpbshad.grp and b/mpq/unit/terran/tpbshad.grp differ diff --git a/patchnotes.md b/patchnotes.md index 20704010..6aaa66ae 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -5,4 +5,15 @@ Reminder: Get CMBW's updater [here](https://mega.nz/folder/r5QXXL6I#eXy7ptVhsa_w Note that the editor mpq has recently had its name changed. Adjust your SCMDraft profiles accordingly. -Aside from that: TBD \ No newline at end of file +Aside from that: More audiovisuals (thanks DarkenedFantasies and Solstice!), and more balance changes are coming your way! + +## Audiovisuals +- Improved sprite: + - Bunker: attack overlay is partially-transparent and casts light on the structure (c. DarkenedFantasies) +- New SFX: + - Terran structures play a sound when the landing sequence begins + - Vulture Spider Mines play a sound when deployed + +## Terran +- Spider Mine: + - Arming time now ~5 seconds, from ~4.25 \ No newline at end of file diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index 179d327c..d3348a36 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ