Jump to content

EvilEngine/DYNA/Enemy:SB:BucketOTron: Difference between revisions

no edit summary
No edit summary
Line 8:
</onlyinclude>
{{AutoDynaInfobox}}
 
==Format==
<source lang=cpp>
struct zNMEAssetBucketOTron : zNMEAsset
{
uint32 aid_spawnGroup;
en_spawnmode spawnMode;
float32 spawnDelay;
int32 flg_buckass;
int32 maxSpawn;
};
</source>
 
{| class="wikitable"
Line 14 ⟶ 26:
| 0x50 || [[AssetID]] || '''aid_spawnGroup''' ||
|-
| 0x54 || intint32 || '''spawnMode''' ||
* 0 = CONTINUOUS.
* 1 = CONTINUOUS. Enemies won't respawn again until all the enemies are defeated.
* 21 = WAVES. TheEnemies bucketotron spawns all enemies at once and doesnwon't spawnrespawn anymoreagain until all the enemies are defeated.
* 32 = AMBUSHWAVE. AllThe enemiesbucketotron spawnspawns all enemies at once oneand time,doesn't itspawn continuesanymore normallyuntil afterall thatenemies are defeated.
* 3 = AMBUSHCONT. All enemies spawn at once one time, it continues normally after that
* 4 = AMBUSHCONT
|-
| 0x58 || floatfloat32 || '''spawnDelay''' || Delay before next spawn
|-
| 0x5C || intint32 || '''flg_buckass''' || 0 = Resume, 1 = Paused
|-
| 0x60 || intint32 || '''maxSpawn''' || Number of Enemies to spawn before becoming inactive
|}
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.