diff --git a/mpq/arr/sfxdata.txt b/mpq/arr/sfxdata.txt index b4299134..245b329d 100644 --- a/mpq/arr/sfxdata.txt +++ b/mpq/arr/sfxdata.txt @@ -4253,9 +4253,9 @@ Askosi Construction Start 01 Pilgrim Death 01 Pilgrim Death 02 Pilgrim Construction Completion 01 -Extended Sound #1 -Extended Sound #1 -Extended Sound #1 +Domain Passive 01 +Domain Passive 02 +Domain Passive 03 Extended Sound #1 Extended Sound #1 Extended Sound #1 diff --git a/mpq/arr/sounds.txt b/mpq/arr/sounds.txt index 0de949e9..5d3891b2 100644 --- a/mpq/arr/sounds.txt +++ b/mpq/arr/sounds.txt @@ -4252,4 +4252,7 @@ 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 +cm\a\pilgrim\bld-01.wav +cm\a\domain\pas-01.wav +cm\a\domain\pas-02.wav +cm\a\domain\pas-03.wav \ No newline at end of file diff --git a/mpq/glue/title/title.pcx b/mpq/glue/title/title.pcx index 13b89578..c8057c71 100644 Binary files a/mpq/glue/title/title.pcx and b/mpq/glue/title/title.pcx differ diff --git a/mpq/scripts/iscript_askosi.bin b/mpq/scripts/iscript_askosi.bin index 5ebc94c5..338440fb 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 9fc6bde2..ea80f563 100644 --- a/mpq/scripts/iscript_askosi.txt +++ b/mpq/scripts/iscript_askosi.txt @@ -374,15 +374,15 @@ ArchDeath: end ArchSpecialState1: - playfram 0 + playfram 1 goto ArchLocal00 ArchSpecialState2: - playfram 0 + playfram 1 goto ArchLocal00 ArchAlmostBuilt: - playfram 0 + playfram 1 goto ArchLocal00 ArchBuilt: @@ -509,7 +509,7 @@ ChantrySpecialState1: goto SkryrokorLocal00 ChantryAlmostBuilt: - playfram 0 + playfram 4 goto SkryrokorLocal00 ChantryBuilt: @@ -575,14 +575,14 @@ FunctionSpecialState1: goto SkryrokorLocal00 FunctionAlmostBuilt: - playfram 0 + playfram 4 goto SkryrokorLocal00 FunctionBuilt: playfram 0x00 goto SkryrokorLocal00 -FunctionIsWorking: +FunctionIsWorking: playfram 1 wait 2 playfram 0 @@ -1345,7 +1345,7 @@ CipherSpecialState1: goto SkryrokorLocal00 CipherAlmostBuilt: - playfram 0 + playfram 2 goto SkryrokorLocal00 CipherBuilt: @@ -1469,7 +1469,7 @@ CosmoscopeSpecialState1: goto SkryrokorLocal00 CosmoscopeAlmostBuilt: - playfram 0 + playfram 6 goto SkryrokorLocal00 CosmoscopeBuilt: @@ -5075,7 +5075,7 @@ LotiroSpecialState1: goto SkryrokorLocal00 LotiroAlmostBuilt: - playfram 0 + playfram 6 goto SkryrokorLocal00 LotiroBuilt: diff --git a/mpq/sound/cm/a/domain/pas-01.wav b/mpq/sound/cm/a/domain/pas-01.wav new file mode 100644 index 00000000..228122a7 Binary files /dev/null and b/mpq/sound/cm/a/domain/pas-01.wav differ diff --git a/mpq/sound/cm/a/domain/pas-02.wav b/mpq/sound/cm/a/domain/pas-02.wav new file mode 100644 index 00000000..fb21dbed Binary files /dev/null and b/mpq/sound/cm/a/domain/pas-02.wav differ diff --git a/mpq/sound/cm/a/domain/pas-03.wav b/mpq/sound/cm/a/domain/pas-03.wav new file mode 100644 index 00000000..5841f551 Binary files /dev/null and b/mpq/sound/cm/a/domain/pas-03.wav differ diff --git a/mpq/unit/cm/a/arch-damage.lof b/mpq/unit/cm/a/arch-damage.lof index 1f1a3366..7cdf6ea9 100644 Binary files a/mpq/unit/cm/a/arch-damage.lof and b/mpq/unit/cm/a/arch-damage.lof differ diff --git a/mpq/unit/cm/a/arch-shadow.grp b/mpq/unit/cm/a/arch-shadow.grp index f3ef3325..2831959b 100644 Binary files a/mpq/unit/cm/a/arch-shadow.grp and b/mpq/unit/cm/a/arch-shadow.grp differ diff --git a/mpq/unit/cm/a/arch.grp b/mpq/unit/cm/a/arch.grp index a32ab9f8..8083ddd6 100644 Binary files a/mpq/unit/cm/a/arch.grp and b/mpq/unit/cm/a/arch.grp differ diff --git a/mpq/unit/cm/a/chantry-damage.lof b/mpq/unit/cm/a/chantry-damage.lof index 5ae7b309..b0474832 100644 Binary files a/mpq/unit/cm/a/chantry-damage.lof and b/mpq/unit/cm/a/chantry-damage.lof differ diff --git a/mpq/unit/cm/a/chantry-shadow.grp b/mpq/unit/cm/a/chantry-shadow.grp index c3075623..67c7eab5 100644 Binary files a/mpq/unit/cm/a/chantry-shadow.grp and b/mpq/unit/cm/a/chantry-shadow.grp differ diff --git a/mpq/unit/cm/a/chantry.grp b/mpq/unit/cm/a/chantry.grp index 1e5a5a89..3211035b 100644 Binary files a/mpq/unit/cm/a/chantry.grp and b/mpq/unit/cm/a/chantry.grp differ diff --git a/mpq/unit/cm/a/cipher-shadow.grp b/mpq/unit/cm/a/cipher-shadow.grp index 93634161..ac5b7318 100644 Binary files a/mpq/unit/cm/a/cipher-shadow.grp and b/mpq/unit/cm/a/cipher-shadow.grp differ diff --git a/mpq/unit/cm/a/cipher.grp b/mpq/unit/cm/a/cipher.grp index f29f5d63..5895454d 100644 Binary files a/mpq/unit/cm/a/cipher.grp and b/mpq/unit/cm/a/cipher.grp differ diff --git a/mpq/unit/cm/a/cosmoscope-damage.lof b/mpq/unit/cm/a/cosmoscope-damage.lof index 6ef59722..a0f64a12 100644 Binary files a/mpq/unit/cm/a/cosmoscope-damage.lof and b/mpq/unit/cm/a/cosmoscope-damage.lof differ diff --git a/mpq/unit/cm/a/cosmoscope-shadow.grp b/mpq/unit/cm/a/cosmoscope-shadow.grp index 2cdeabf0..c5263595 100644 Binary files a/mpq/unit/cm/a/cosmoscope-shadow.grp and b/mpq/unit/cm/a/cosmoscope-shadow.grp differ diff --git a/mpq/unit/cm/a/cosmoscope.grp b/mpq/unit/cm/a/cosmoscope.grp index 6681723b..d2d835e2 100644 Binary files a/mpq/unit/cm/a/cosmoscope.grp and b/mpq/unit/cm/a/cosmoscope.grp differ diff --git a/mpq/unit/cm/a/function.grp b/mpq/unit/cm/a/function.grp index abf5e4a7..50807966 100644 Binary files a/mpq/unit/cm/a/function.grp and b/mpq/unit/cm/a/function.grp differ diff --git a/mpq/unit/cm/a/lotiro-damage.lof b/mpq/unit/cm/a/lotiro-damage.lof index bc416a01..595e2597 100644 Binary files a/mpq/unit/cm/a/lotiro-damage.lof and b/mpq/unit/cm/a/lotiro-damage.lof differ diff --git a/mpq/unit/cm/a/lotiro-shadow.grp b/mpq/unit/cm/a/lotiro-shadow.grp index 11a38f97..349afc62 100644 Binary files a/mpq/unit/cm/a/lotiro-shadow.grp and b/mpq/unit/cm/a/lotiro-shadow.grp differ diff --git a/mpq/unit/cm/a/lotiro.grp b/mpq/unit/cm/a/lotiro.grp index df9ec3a7..2d725c55 100644 Binary files a/mpq/unit/cm/a/lotiro.grp and b/mpq/unit/cm/a/lotiro.grp differ diff --git a/patchnotes.md b/patchnotes.md index 86d78e67..44a2e379 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -21,7 +21,10 @@ - **Cikralisk**s can now attack from garrisons (r. Kenoli) ## Audiovisuals +- Launch screen splash art has been updated - Adjusted sprite for: - - Gauntlet + - Cipher, Function, Gauntlet, Cosmoscope - New almost-built frame for: - - Gauntlet \ No newline at end of file + - Arch, Cipher, Function, Gauntlet, Cosmoscope, Lotiro +- New sound effect for: + - Domain passive proc \ No newline at end of file diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index eb6d4a81..d72f51c9 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ