1
0
mirror of https://gitlab.com/the-no-frauds-club/cosmonarchy-bw-prerelease.git synced 2026-09-23 07:11:33 +00:00

Fix stupid bullet issues

This commit is contained in:
Pr0nogo 2023-08-01 20:53:06 -04:00
parent f74e339ffb
commit 1b2eb89095
8 changed files with 32 additions and 14 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1751,7 +1751,7 @@ Radial Explosion (Orange)
Radial Explosion (Green)
Quazilisk Mutate
Quazilisk Attack Overlay
Extended Image #751
Sevenstep Rail
Extended Image #752
Extended Image #753
Extended Image #754

Binary file not shown.

View File

@ -876,7 +876,7 @@ Madrigal Turret (Furia)
Philoc
Quazilisk Attack Overlay
Cyclops Passive Arming Overlay
Extended Sprite #1
Sevenstep Rail
Extended Sprite #1
Extended Sprite #1
Extended Sprite #1

Binary file not shown.

View File

@ -50693,28 +50693,36 @@ 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 OmniBulletOneBlueInit
Init OmniBulletOneInit
Death OmniBulletOneBlueDeath
GndAttkInit OmniBulletOneBlueGndAttkInit
GndAttkInit OmniBulletOneGndAttkInit
AirAttkInit [NONE]
.headerend
# ----------------------------------------------------------------------------- #
OmniBulletOneBlueInit:
OmniBulletOneInit:
playfram 0x00
wait 1
sigorder 1
wait 1
OmniBulletOneBlueGndAttkInit:
OmniBulletOneGndAttkInit:
playfram 0x00
wait 125
goto OmniBulletOneBlueGndAttkInit
goto OmniBulletOneGndAttkInit
OmniBulletOneDeathOrange:
imgol 530 0 0 # Gemini Missiles Explosion (thingy\ecaHit.grp)
domissiledmg
wait 1
end
OmniBulletOneBlueDeath:
if bullet.weapon_id == 26 goto OmniBulletOneDeathOrange
imgol 1249 0 0 # Burst Lasers Blue Impact (thingy\elbHit.grp)
domissiledmg
wait 1
@ -51840,19 +51848,29 @@ QuaziliskAttackOverlayInit:
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 1718 Cyprian Rail (cm\terran\cyprian-rail.grp)
# 1753 Sevenstep Rail (cm\terran\sentinel-rail.grp)
.headerstart
IsId 756
Type 2
Init OmniBulletOneBlueInit
Death OmniBulletOneOrangeDeath
GndAttkInit OmniBulletOneBlueGndAttkInit
Init SevenstepRailInit
Death SevenstepRailDeath
GndAttkInit SevenstepRailGndAttkInit
AirAttkInit [NONE]
.headerend
# ----------------------------------------------------------------------------- #
OmniBulletOneOrangeDeath:
imgol 530 0 0 # Gemini Missiles Explosion (thingy\ecaHit.grp)
SevenstepRailInit:
playfram 0x00
wait 1
sigorder 1
wait 1
SevenstepRailGndAttkInit:
playfram 0x00
wait 125
goto SevenstepRailGndAttkInit
SevenstepRailDeath:
imgol 1249 0 0 # Burst Lasers Blue Impact (thingy\elbHit.grp)
domissiledmg
wait 1
end

Binary file not shown.