mirror of
https://gitlab.com/the-no-frauds-club/cosmonarchy-bw-prerelease.git
synced 2026-09-17 01:01:12 +00:00
Fix another nullsprite crash; Replace Liiralisk sprite; Fix Sevenstep errors (still need to fix underlying visual bug)
This commit is contained in:
parent
a7afbd658e
commit
73d0679073
Binary file not shown.
@ -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.
@ -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.
Binary file not shown.
@ -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
|
||||
BIN
plugins/gptp.qdp
BIN
plugins/gptp.qdp
Binary file not shown.
Loading…
Reference in New Issue
Block a user