Disable celebrations in Ranked; Auto-upload desyncs; More Askosi and 3crow bounty work

This commit is contained in:
Pr0nogo 2025-12-04 17:14:16 -05:00
parent 4ce412d24a
commit 29e2e9a223
33 changed files with 118 additions and 6 deletions

Binary file not shown.

View File

@ -622,7 +622,7 @@ Simulacrum (Astral)
Grandstand (Cannon)
Grandstand (Holdout)
Grandstand (Vision)
Extended Flingy #416
Mimic
Extended Flingy #417
Extended Flingy #418
Extended Flingy #419

Binary file not shown.

Binary file not shown.

View File

@ -2214,8 +2214,8 @@ Grandstand (Holdout)
Grandstand (Holdout) shadow
Grandstand (Vision)
Grandstand (Vision) shadow
Extended Image #1214
Extended Image #1215
Mimic
Mimic Shadow
Extended Image #1216
Extended Image #1217
Extended Image #1218

Binary file not shown.

View File

@ -1073,7 +1073,7 @@ Maverick Remains (Futurist)
Grandstand (Cannon)
Grandstand (Holdout)
Grandstand (Vision)
Extended Sprite #559
Mimic
Extended Sprite #560
Extended Sprite #561
Extended Sprite #562

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1859,7 +1859,7 @@ Unused2 [NONE]
Walking [NONE]
WalkingToIdle SkryrokorLocal00
SpecialState1 [NONE]
SpecialState2 [NONE]
SpecialState2 GrandstandSpecialState2
AlmostBuilt [NONE]
Built GrandstandBuilt
Landing [NONE]
@ -1878,6 +1878,10 @@ Enable [NONE]
GrandstandInit:
imgul 2211 0 0 # Grandstand (Cannon) Shadow (cm\askosi\grandstand-shadow.grp)
wait 1
playsnd 2430 # Matador Tank Transform
wait 14
sigorder 1
goto GrandstandBuilt
GrandstandBuilt:
@ -1894,4 +1898,106 @@ GrandstandGndAttkInit:
wait 2
gotorepeatattk
ignorerest
goto GrandstandBuilt
goto GrandstandBuilt
GrandstandSpecialState2:
playfram 0x00
playsnd 2430 # Matador Tank Transform
wait 15
sigorder 1
goto GrandstandBuilt
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 2216 Mimic (cm\askosi\mimic.grp)
.headerstart
IsId 22
Type 23
Init MimicInit
Death MimicDeath
GndAttkInit SkryrokorLocal00
AirAttkInit SkryrokorLocal00
Unused1 MimicUnused1
GndAttkRpt SkryrokorLocal00
AirAttkRpt SkryrokorLocal00
CastSpell [NONE]
GndAttkToIdle [NONE]
AirAttkToIdle [NONE]
Unused2 [NONE]
Walking MimicWalking
WalkingToIdle MimicWalkingToIdle
SpecialState1 [NONE]
SpecialState2 [NONE]
AlmostBuilt [NONE]
Built [NONE]
Landing [NONE]
LiftOff [NONE]
IsWorking [NONE]
WorkingToIdle [NONE]
WarpIn [NONE]
Unused3 [NONE]
StarEditInit [NONE]
.headerend
# ----------------------------------------------------------------------------- #
MimicInit:
imgulnextid 0 0 # Mimic Shadow (cm\askosi\mimic-shadow.grp)
MimicWalkingToIdle:
playfram 0x00
goto SkryrokorLocal00
MimicDeath:
playsnd 2820 # Goliath death 01
imgol 332 0 0 # Explosion2 (Small) (thingy\tBangS.grp)
wait 3
lowsprul 817 0 0 # Goliath Remains
end
MimicUnused1:
wait 1
nobrkcodestart
playsnd 1700 # Goliath revive 01
sprol 742 0 0 # Explosion 2 reversed
wait 12
setfldirect 13
nobrkcodeend
goto MimicWalkingToIdle
MimicWalking:
move 5
wait 1
playfram 0x99
move 5
wait 1
playfram 0xaa
move 5
wait 1
playfram 0xbb
move 5
wait 1
playfram 0xcc
move 5
wait 1
playfram 0x11
move 5
wait 1
playfram 0x22
move 5
wait 1
playfram 0x33
move 5
wait 1
playfram 0x44
move 5
wait 1
playfram 0x55
move 5
wait 1
playfram 0x66
move 5
wait 1
playfram 0x77
move 5
wait 1
playfram 0x88
goto MimicWalking

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -9,8 +9,14 @@
# Core changes
## Desyncs
- Disabled celebrations (e.g. Christmas) from appearing in Ranked play, reducing desync count from mismatched active skins
- Enabled desync errors to be reported more than once per session (no longer have to restart client between desync errors)
- ReplayKraken now auto-uploads desync materials and indicates when a game has had a desync, improving our ability to track and triage desync issues
## Triggers
- Added `set_nydus_link` for creating Nydus-style links between two units (b. 3crow)
- Added `buttonset` to `set_unit_stat` (b. 3crow)
## Bugfixes
- **Audiovisual**

Binary file not shown.