mirror of
https://gitlab.com/the-no-frauds-club/cosmonarchy-bw-prerelease.git
synced 2026-09-17 01:01:12 +00:00
Tweak Vorvrokor model; Fix iscript error
This commit is contained in:
parent
8310916521
commit
865dc00102
Binary file not shown.
Binary file not shown.
@ -2464,9 +2464,9 @@ Crushing Delivery Large
|
|||||||
Maverick (Golden)
|
Maverick (Golden)
|
||||||
Maverick (Golden) Shadow
|
Maverick (Golden) Shadow
|
||||||
Maverick (Golden) Remains
|
Maverick (Golden) Remains
|
||||||
Extended Image #1464
|
Garvrokor Shadow
|
||||||
Extended Image #1465
|
Garvrokor Birth
|
||||||
Extended Image #1466
|
Garvrokor Remains
|
||||||
Extended Image #1467
|
Extended Image #1467
|
||||||
Extended Image #1468
|
Extended Image #1468
|
||||||
Extended Image #1469
|
Extended Image #1469
|
||||||
|
|||||||
Binary file not shown.
@ -14442,7 +14442,7 @@ IsId 754
|
|||||||
Type 13
|
Type 13
|
||||||
Init ZergMutateInit
|
Init ZergMutateInit
|
||||||
Death EggDeath
|
Death EggDeath
|
||||||
GndAttkInit [NONE]
|
GndAttkInit ZergMutateInit
|
||||||
AirAttkInit [NONE]
|
AirAttkInit [NONE]
|
||||||
Unused1 [NONE]
|
Unused1 [NONE]
|
||||||
GndAttkRpt [NONE]
|
GndAttkRpt [NONE]
|
||||||
@ -19780,4 +19780,143 @@ AlzurokorUnBurrow:
|
|||||||
imgol 423 -15 9 # Burrowing Dust (thingy\bDust.grp)
|
imgol 423 -15 9 # Burrowing Dust (thingy\bDust.grp)
|
||||||
wait 1
|
wait 1
|
||||||
sigorder 4
|
sigorder 4
|
||||||
goto AlzurokorGndAttkToIdle
|
goto AlzurokorGndAttkToIdle
|
||||||
|
|
||||||
|
# ----------------------------------------------------------------------------- #
|
||||||
|
# This header is used by images.dat entries:
|
||||||
|
# 2204 Garvrokor (cm\zerg\garvrokor.grp)
|
||||||
|
.headerstart
|
||||||
|
IsId 848
|
||||||
|
Type 26
|
||||||
|
Init GarvrokorInit
|
||||||
|
Death GarvrokorDeath
|
||||||
|
GndAttkInit GarvrokorGndAttkInit
|
||||||
|
AirAttkInit [NONE]
|
||||||
|
Unused1 SkryrokorLocal00
|
||||||
|
GndAttkRpt GarvrokorGndAttkInit
|
||||||
|
AirAttkRpt [NONE]
|
||||||
|
CastSpell [NONE]
|
||||||
|
GndAttkToIdle GarvrokorGndAttkToIdle
|
||||||
|
AirAttkToIdle [NONE]
|
||||||
|
Unused2 [NONE]
|
||||||
|
Walking GarvrokorWalking
|
||||||
|
WalkingToIdle GarvrokorGndAttkToIdle
|
||||||
|
SpecialState1 [NONE]
|
||||||
|
SpecialState2 GarvrokorSpecialState2
|
||||||
|
AlmostBuilt [NONE]
|
||||||
|
Built [NONE]
|
||||||
|
Landing [NONE]
|
||||||
|
LiftOff [NONE]
|
||||||
|
IsWorking [NONE]
|
||||||
|
WorkingToIdle [NONE]
|
||||||
|
WarpIn [NONE]
|
||||||
|
Unused3 [NONE]
|
||||||
|
StarEditInit [NONE]
|
||||||
|
Disable [NONE]
|
||||||
|
Burrow GarvrokorBurrow
|
||||||
|
UnBurrow GarvrokorUnBurrow
|
||||||
|
Enable [NONE]
|
||||||
|
.headerend
|
||||||
|
# ----------------------------------------------------------------------------- #
|
||||||
|
|
||||||
|
GarvrokorInit:
|
||||||
|
imgul 2466 -1 -5 # Garvrokor Shadow (cm\zerg\garvrokor-shadow.grp)
|
||||||
|
GarvrokorGndAttkToIdle:
|
||||||
|
playfram 0x55
|
||||||
|
goto ZethrokorLocal00
|
||||||
|
|
||||||
|
GarvrokorDeath:
|
||||||
|
playsnd 1160 # Garvrokor death 01
|
||||||
|
setfldirect 0
|
||||||
|
playfram 0x121
|
||||||
|
wait 2
|
||||||
|
playfram 290
|
||||||
|
wait 2
|
||||||
|
playfram 291
|
||||||
|
wait 2
|
||||||
|
playfram 292
|
||||||
|
wait 2
|
||||||
|
playfram 293
|
||||||
|
wait 2
|
||||||
|
playfram 294
|
||||||
|
wait 2
|
||||||
|
playfram 295
|
||||||
|
wait 2
|
||||||
|
lowsprul 942 0 0 # Garvrokor Remnants (cm\zerg\garvrokor-death.grp)
|
||||||
|
wait 1
|
||||||
|
end
|
||||||
|
|
||||||
|
GarvrokorGndAttkInit:
|
||||||
|
playfram 0x00
|
||||||
|
wait 1
|
||||||
|
nobrkcodestart
|
||||||
|
playfram 0x11
|
||||||
|
wait 1
|
||||||
|
playfram 0x22
|
||||||
|
attackmelee 1 894 # Zerg\Ultra\zulHit00.WAV
|
||||||
|
wait 1
|
||||||
|
playfram 0x33
|
||||||
|
wait 1
|
||||||
|
playfram 0x44
|
||||||
|
wait 1
|
||||||
|
nobrkcodeend
|
||||||
|
gotorepeatattk
|
||||||
|
goto GarvrokorGndAttkToIdle
|
||||||
|
|
||||||
|
GarvrokorWalking:
|
||||||
|
move 7
|
||||||
|
wait 1
|
||||||
|
playfram 0x66
|
||||||
|
move 7
|
||||||
|
wait 1
|
||||||
|
playfram 0x77
|
||||||
|
move 7
|
||||||
|
wait 1
|
||||||
|
playfram 0x88
|
||||||
|
move 7
|
||||||
|
wait 1
|
||||||
|
playfram 0x99
|
||||||
|
move 7
|
||||||
|
wait 1
|
||||||
|
playfram 0xaa
|
||||||
|
move 7
|
||||||
|
wait 1
|
||||||
|
playfram 0xbb
|
||||||
|
move 7
|
||||||
|
wait 1
|
||||||
|
playfram 0x55
|
||||||
|
goto GarvrokorWalking
|
||||||
|
|
||||||
|
GarvrokorSpecialState2:
|
||||||
|
playfram 0x110
|
||||||
|
goto SkryrokorLocal00
|
||||||
|
|
||||||
|
GarvrokorBurrow:
|
||||||
|
imgol 423 0 0 # Burrowing Dust (thingy\bDust.grp)
|
||||||
|
playfram 0xcc
|
||||||
|
wait 1
|
||||||
|
playfram 0xdd
|
||||||
|
wait 1
|
||||||
|
playfram 0xee
|
||||||
|
wait 1
|
||||||
|
playfram 0xff
|
||||||
|
wait 1
|
||||||
|
playfram 0x110
|
||||||
|
wait 1
|
||||||
|
sigorder 4
|
||||||
|
goto SkryrokorLocal00
|
||||||
|
|
||||||
|
GarvrokorUnBurrow:
|
||||||
|
wait 1
|
||||||
|
waitrand 1 2
|
||||||
|
imgul 423 0 0 # Burrowing Dust (thingy\bDust.grp)
|
||||||
|
playfram 0xff
|
||||||
|
wait 1
|
||||||
|
playfram 0xee
|
||||||
|
wait 1
|
||||||
|
playfram 0xdd
|
||||||
|
wait 1
|
||||||
|
playfram 0xcc
|
||||||
|
wait 1
|
||||||
|
sigorder 4
|
||||||
|
goto GarvrokorGndAttkToIdle
|
||||||
BIN
mpq/unit/cm/f-z/garvrokor-birth.grp
Normal file
BIN
mpq/unit/cm/f-z/garvrokor-birth.grp
Normal file
Binary file not shown.
BIN
mpq/unit/cm/f-z/garvrokor-remains.grp
Normal file
BIN
mpq/unit/cm/f-z/garvrokor-remains.grp
Normal file
Binary file not shown.
BIN
mpq/unit/cm/f-z/garvrokor-shadow.grp
Normal file
BIN
mpq/unit/cm/f-z/garvrokor-shadow.grp
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
plugins/gptp.qdp
BIN
plugins/gptp.qdp
Binary file not shown.
Loading…
Reference in New Issue
Block a user