mirror of
https://gitlab.com/the-no-frauds-club/cosmonarchy-bw-prerelease.git
synced 2026-09-17 01:01:12 +00:00
Revise Kalkalisk graphic; Recompile desync logging
This commit is contained in:
parent
27b14d5669
commit
0f2984b9bf
Binary file not shown.
Binary file not shown.
@ -1220,7 +1220,7 @@ Manifold Shadow
|
||||
Architect
|
||||
Architect Shadow
|
||||
Architect Engines
|
||||
Kalkalisk Birth
|
||||
Kalkalisk Birth (Cocoon)
|
||||
Iroleth Birth
|
||||
Nathrokor Birth
|
||||
Alkajelisk Birth
|
||||
@ -1825,7 +1825,7 @@ Swarming Omen Overlay (Small)
|
||||
Swarming Omen Overlay (Medium)
|
||||
Swarming Omen Overlay (Large)
|
||||
Swarming Omen Overlay (XLarge)
|
||||
Extended Image #825
|
||||
Kalkalisk Birth (Egg)
|
||||
Extended Image #826
|
||||
Extended Image #827
|
||||
Extended Image #828
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -20970,7 +20970,7 @@ VithriliskBirthLocal00:
|
||||
goto VithriliskBirthLocal00
|
||||
|
||||
VithriliskBirthDeath:
|
||||
wait 1
|
||||
wait 1
|
||||
end
|
||||
|
||||
VithriliskBirthSpecialState1:
|
||||
@ -52305,4 +52305,63 @@ OkrimniliskGndAttkInit:
|
||||
ignorerest
|
||||
goto OkrimniliskGndAttkToIdle
|
||||
|
||||
## Next free IsId: 774
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------------- #
|
||||
# This header is used by images.dat entries:
|
||||
# 1222 Kalkalisk Birth (Cocoon) (cm\zerg\kalkalisk-mutate.grp)
|
||||
.headerstart
|
||||
IsId 774
|
||||
Type 13
|
||||
Init KalkaliskBirthTempInit
|
||||
Death Generic_Wait1End
|
||||
GndAttkInit [NONE]
|
||||
AirAttkInit [NONE]
|
||||
Unused1 [NONE]
|
||||
GndAttkRpt [NONE]
|
||||
AirAttkRpt [NONE]
|
||||
CastSpell [NONE]
|
||||
GndAttkToIdle [NONE]
|
||||
AirAttkToIdle [NONE]
|
||||
Unused2 [NONE]
|
||||
Walking [NONE]
|
||||
WalkingToIdle [NONE]
|
||||
SpecialState1 KalkaliskBirthTempSpecialState1
|
||||
.headerend
|
||||
# ----------------------------------------------------------------------------- #
|
||||
|
||||
KalkaliskBirthTempInit:
|
||||
playfram 5
|
||||
wait 1
|
||||
waitrand 10 15
|
||||
KalkaliskBirthTempLocal00:
|
||||
playfram 2
|
||||
wait 1
|
||||
playfram 1
|
||||
wait 1
|
||||
playfram 0
|
||||
wait 1
|
||||
goto KalkaliskBirthTempLocal00
|
||||
|
||||
KalkaliskBirthTempSpecialState1:
|
||||
wait 1
|
||||
nobrkcodestart
|
||||
playfram 4
|
||||
wait 2
|
||||
playfram 3
|
||||
wait 2
|
||||
playfram 4
|
||||
wait 2
|
||||
playfram 3
|
||||
wait 2
|
||||
playfram 2
|
||||
wait 2
|
||||
playfram 1
|
||||
wait 2
|
||||
playfram 0
|
||||
wait 2
|
||||
sigorder 4
|
||||
nobrkcodeend
|
||||
goto InfestedTerranLocal00
|
||||
|
||||
## Next free IsId: 775
|
||||
Binary file not shown.
BIN
mpq/unit/cm/zerg/kalkalisk-birth.grp
Normal file
BIN
mpq/unit/cm/zerg/kalkalisk-birth.grp
Normal file
Binary file not shown.
BIN
mpq/unit/cm/zerg/kalkalisk-mutate.grp
Normal file
BIN
mpq/unit/cm/zerg/kalkalisk-mutate.grp
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,88 +1,12 @@
|
||||
# XX March 2024
|
||||
# 23 March 2024
|
||||
## Prospective patch notes
|
||||
|
||||
This patch includes stability and bugfixes, audiovisual improvements, and (eventually) some mild balance changes.
|
||||
This patch will include audiovisual improvements and mild balance adjustments.
|
||||
|
||||
## General
|
||||
- **Internals:**
|
||||
- Unloading a unit now gives it a 4-frame order cooldown (c. Veeq7)
|
||||
- Tyranny code has been revised (c. Veeq7)
|
||||
- **Game modes:**
|
||||
- Debug has been reinstated for desync testing
|
||||
- **Config:**
|
||||
- Added the following custom advisors:
|
||||
- ISN (c. IskatuMesk)
|
||||
- **Custom triggers:**
|
||||
- New actions:
|
||||
- blissful_embrace (c. Veeq7)
|
||||
|
||||
## UI
|
||||
- CTRL+Q is no longer used to open the 'Quit' menu (ALT+Q can still be used for this)
|
||||
- Aggressive unit responses are now used when issuing attack move orders
|
||||
- Players starting or completing tech tier structures will emit a minimap ping for witnesses or replay viewers
|
||||
|
||||
## Bugfixes
|
||||
- Stability:
|
||||
- Resolved numerous selection-related issues likely contributing to desyncs (c. Veeq7 & DF)
|
||||
- Resolved a rare crash when issuing minimap orders (r. Hamster)
|
||||
- Correctly clear player globals (witness mode, faction selection, etc), resolving desyncs on game start (r. The Shambler, c. Veeq7)
|
||||
- Gameplay:
|
||||
- Fixed workers not always wandering when high worker counts were on individual nodes (c. Veeq7)
|
||||
- Konvilisks and Tetcaerokors can no longer incubate allied targets (r. Hamster)
|
||||
- Fixed incorrect percentage increases from Crucibles (r. Londier)
|
||||
- It is no longer possible to queue a unit from a Terran structure during its liftoff delay (r. Newt)
|
||||
- Control groups and certain keyboard inputs are no longer disfunctional during lobby countdown or after clicking "continue playing" (r. GreenEggs'NSpam & DeadInfested)
|
||||
- Seraphs can now be trained from Starports which border the top of the map (r. faktheking)
|
||||
- Cloned Simulacra now inherit the original unit's control groups (c. Veeq7)
|
||||
- An out-of-scope feature involving dominated units restoring energy to their master has been removed (c. Veeq7)
|
||||
- Cancelling an Excisant now properly reinstates worker HP from the morph time
|
||||
- Khaydarin Crystal Formation is no longer invincible by default
|
||||
- Audiovisuals:
|
||||
- Fixed wrong return graphic when Akistrokors attack Analogues (r. Veeq7)
|
||||
- Fixed flipped coordinates in right-click minimap markers
|
||||
- Fixed wrong sound file for Terran worker errors when advisors were default (r. The Shambler)
|
||||
- Corrected Crucible Khaydarin Charge tooltip (r. Aqo)
|
||||
- Reimplemented animation and shadow for Power Generator
|
||||
- Corrected death animations for Power Generator, Overmind Cocoon, Overmind (with Shell), and Khaydarin Crystal Formation
|
||||
- Internals:
|
||||
- CPU throttling is now disabled, as it offers no benefit to modern CPUs (c. Veeq7)
|
||||
|
||||
## Audiovisuals
|
||||
- Added reads for:
|
||||
- Artisan resource return (channel & proc)
|
||||
- Architect weapon charge
|
||||
- Demiurge Worship
|
||||
- Zoryusthaleth Swarming Omen
|
||||
- Added selection responses for:
|
||||
- Skortrith Cesiant, Spirtith Cesiant, Ezigrisant, Vornath Pond, Skibact Scab (c. jun3hong)
|
||||
- Updated wireframes for:
|
||||
- Vornath Pond, Skibact Scab (c. jun3hong)
|
||||
- Updated icons for:
|
||||
- Ecclesiast, Charlatan, Potentate, and Monument of Sin
|
||||
|
||||
## Terran
|
||||
- Reclamation:
|
||||
- Decay rate now 3 per second, from 5 per second
|
||||
- [Harakan](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/harakan):
|
||||
- Now moves ~9% faster
|
||||
|
||||
## Protoss
|
||||
- [Artisan](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/artisan):
|
||||
- Now moves ~28.5% slower
|
||||
- [Cantavis](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/cantavis):
|
||||
- Psionic Storm cast range now 10, from 8
|
||||
- [Barghest](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/barghest):
|
||||
- Mineral, gas, and time costs now 100/75/28, from 125/25/25
|
||||
- HP now 50, from 40
|
||||
- Armor now 1, from 0
|
||||
|
||||
## Zerg
|
||||
- [Axitrilisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/axitrilisk):
|
||||
- Weapon cooldown now 1, from 0.83
|
||||
- [Almaksalisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/almaksalisk):
|
||||
- Sight range now 8, from 9
|
||||
- **NEW: [Cherbrathalor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/cherbrathalor)**:
|
||||
- Crowd-controlling burst strain; mutated from Kagralisk; requires Chokral Chazsal
|
||||
- **NEW: [Okrimnilisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/okrimnilisk)**:
|
||||
- Indomitable platform strain; mutated from Evigrilisk; requires Chokral Chazsal
|
||||
- **NEW: [Algoztalisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/algoztalisk)**:
|
||||
- Relentless corvette strain; mutated from Almaksalisk; requires Chokral Chazsal
|
||||
- **NEW: [Chokral Chaszal](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/chokral-chazsal)**:
|
||||
- Overwhelming assault node; mutated from Alkag Iteth
|
||||
- Revised graphics for:
|
||||
- Kalkalisk (c. Solstice; cocoon birth animation not yet implemented)
|
||||
BIN
plugins/gptp.qdp
BIN
plugins/gptp.qdp
Binary file not shown.
Loading…
Reference in New Issue
Block a user