mirror of
https://gitlab.com/the-no-frauds-club/cosmonarchy-bw-prerelease.git
synced 2026-09-17 01:01:12 +00:00
Update several Askosi audiovisuals
This commit is contained in:
parent
a643e380f0
commit
cd42c438f1
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
||||
Binary file not shown.
@ -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
|
||||
|
||||
@ -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
|
||||
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
|
||||
Binary file not shown.
@ -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
|
||||
|
||||
Binary file not shown.
@ -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
|
||||
|
||||
# ----------------------------------------------------------------------------- #
|
||||
|
||||
BIN
mpq/sound/cm/a/a-construction-start-01.wav
Normal file
BIN
mpq/sound/cm/a/a-construction-start-01.wav
Normal file
Binary file not shown.
BIN
mpq/sound/cm/a/a-load-01.wav
Normal file
BIN
mpq/sound/cm/a/a-load-01.wav
Normal file
Binary file not shown.
BIN
mpq/sound/cm/a/a-unload-01.wav
Normal file
BIN
mpq/sound/cm/a/a-unload-01.wav
Normal file
Binary file not shown.
BIN
mpq/sound/cm/a/pilgrim/bld-01.wav
Normal file
BIN
mpq/sound/cm/a/pilgrim/bld-01.wav
Normal file
Binary file not shown.
BIN
mpq/sound/cm/a/pilgrim/dth-01.wav
Normal file
BIN
mpq/sound/cm/a/pilgrim/dth-01.wav
Normal file
Binary file not shown.
BIN
mpq/sound/cm/a/pilgrim/dth-02.wav
Normal file
BIN
mpq/sound/cm/a/pilgrim/dth-02.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
mpq/unit/cm/a/pilgrim-remains.grp
Normal file
BIN
mpq/unit/cm/a/pilgrim-remains.grp
Normal file
Binary file not shown.
@ -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!
|
||||
- [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
|
||||
BIN
plugins/gptp.qdp
BIN
plugins/gptp.qdp
Binary file not shown.
Loading…
Reference in New Issue
Block a user