Language…
8 users online: DanMario24YT, Fozymandias, JPhanto,  K.T.B., Majink12, Maw, Rhubarb44230, simon.caio - Guests: 245 - Bots: 293
Users: 64,795 (2,378 active)
Latest user: mathew

How do i insert Cluster Sprites?

Hello! How do i Insert Cluster Sprites? Specifically the Rain from the Cluster Effect Pack:
https://www.smwcentral.net/?p=section&a=details&id=22534
i really, really, need this Rain effect, But i'm Having a Hard Time trying to insert it...

Any help is welcome!
From the cluster folder, put rain.asm in PIXI's cluster folder
From the cluster spawner folder, put clusterspawn.asm and rainspawn.json in PIXI's sprites folder

In PIXI's list, give any regular sprite slot to rainspawn.json. At the bottom of the list, write this:

Code
CLUSTER:
00 rain.asm

This is how you insert actual cluster sprites. You can insert them as 00 or any other number. With the CFG editor (or a text editor), check in rainspawn.json if the Extra Property Byte 1 matches the number of rain.asm in the cluster sprite list (in this example, 00).

To use the effect in a level, place the regular sprite (rainspawn.json). As the name implies, it works as a spawner for the cluster sprites.
It's easily the best thing I've done
So why the empty numb?
Thank You!