Fix another nullsprite crash; Replace Liiralisk sprite; Fix Sevenstep errors (still need to fix underlying visual bug)

This commit is contained in:
Pr0nogo 2023-08-01 13:06:23 -04:00
parent a7afbd658e
commit 73d0679073
12 changed files with 66 additions and 46 deletions

Binary file not shown.

View File

@ -489,7 +489,7 @@ Madrigal Turret (Imperioso)
Madrigal (Furia Mode)
Madrigal Turret (Furia)
Philoc
Extended Flingy #283
Sevenstep Projectile
Extended Flingy #284
Extended Flingy #285
Extended Flingy #286

Binary file not shown.

Binary file not shown.

View File

@ -39260,38 +39260,37 @@ LiiraliskUnused1:
goto LiiraliskGndAttkToIdle
LiiraliskGndAttkInit:
playfram 0xee
wait 1
playfram 0xff
wait 1
playfram 0x110
playfram 0x00
wait 1
playfram 0xee
wait 2
LiiraliskGndAttkRpt:
wait 1
nobrkcodestart
playsndbtwn 2014 2015 # Liiralisk attack 01, 02
playfram 0x121
wait 1
playfram 0x132
attack
attack
wait 1
playfram 0x143
wait 1
playfram 0x132
wait 1
playfram 0x121
wait 1
nobrkcodeend
gotorepeatattk
ignorerest
wait 1
nobrkcodestart
playsndbtwn 2014 2015 # Liiralisk attack 01, 02
playfram 0xff
wait 1
playfram 0x110
attack
attack
wait 1
playfram 0x121
wait 1
playfram 0x132
wait 1
playfram 0x143
wait 1
nobrkcodeend
gotorepeatattk
ignorerest
LiiraliskGndAttkToIdle:
playfram 0x110
wait 1
playfram 0xff
wait 1
playfram 0xee
wait 1
goto LiiraliskWalkingToIdle
playfram 0xff
wait 1
playfram 0xee
wait 1
playfram 0x00
wait 1
goto LiiraliskWalkingToIdle
LiiraliskWalking:
move 6
@ -50694,36 +50693,28 @@ ZarcavrokorBoneDeath:
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 1718 Cyprian Rail (cm\terran\cyprian-rail.grp)
# 1719 Sentinel Rail (cm\terran\sentinel-rail.grp)
.headerstart
IsId 733
Type 2
Init OmniBulletOneInit
Init OmniBulletOneBlueInit
Death OmniBulletOneBlueDeath
GndAttkInit OmniBulletOneGndAttkInit
GndAttkInit OmniBulletOneBlueGndAttkInit
AirAttkInit [NONE]
.headerend
# ----------------------------------------------------------------------------- #
OmniBulletOneInit:
OmniBulletOneBlueInit:
playfram 0x00
wait 1
sigorder 1
wait 1
OmniBulletOneGndAttkInit:
OmniBulletOneBlueGndAttkInit:
playfram 0x00
wait 125
goto OmniBulletOneGndAttkInit
OmniBulletOneDeathOrange:
imgol 530 0 0 # Gemini Missiles Explosion (thingy\ecaHit.grp)
domissiledmg
wait 1
end
goto OmniBulletOneBlueGndAttkInit
OmniBulletOneBlueDeath:
if bullet.weapon_id == 26 goto OmniBulletOneDeathOrange
imgol 1249 0 0 # Burst Lasers Blue Impact (thingy\elbHit.grp)
domissiledmg
wait 1
@ -51846,5 +51837,24 @@ QuaziliskAttackOverlayInit:
playfram 0x44
wait 1
end
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 1718 Cyprian Rail (cm\terran\cyprian-rail.grp)
.headerstart
IsId 756
Type 2
Init OmniBulletOneBlueInit
Death OmniBulletOneOrangeDeath
GndAttkInit OmniBulletOneBlueGndAttkInit
AirAttkInit [NONE]
.headerend
# ----------------------------------------------------------------------------- #
OmniBulletOneOrangeDeath:
imgol 530 0 0 # Gemini Missiles Explosion (thingy\ecaHit.grp)
domissiledmg
wait 1
end
# Next free isid: 756
# Next free isid: 757

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -9,4 +9,14 @@ TBD
TBD
## UI
- Added a new config option for always showing condensed selections (c. DF)
- Added a new config option for always showing condensed selections (c. DF)
## Audiovisuals:
- New sprite for:
- Liiralisk (c. Solstice)
## Bugfixes
- Stability:
- Fixed another nullsprite crash (r. Alexhandr)
- Audiovisuals:
- Fixed error printout related to Sevenstep's passive

Binary file not shown.