Author markusmks, PinkMan, Sylver
Platform: RMXP
I am posting it because this script looks pretty epic.
Demo:
http://www.rpg-studio.de/scriptdb/sites/de...na/Particle.rarScreenshots ( well, Gif showing fire+smoke):

Instruction:
"How can I add Particles in the Game?
Make a Folder in the Game Graphic\ Folder, with the name "Particles". Now insert these pictures, from download, in this Folder for example.'
After you Download this and added it, normally you would can use this later. e.g.:
Make a Event.
The Name must be "PTCL" ! (Important).
Now make a Comment Event-Command.
Add this in this Comment: smoke
Make a new, and add this: fire Now there must be a fire ingame. Bottom is the list of all Customs.
Try to let the Event walk...
Or Try, to make more Comments with Particles in one Event (like Smoke and Fire), but!
Dont, forget, if you make smoke in the Event Comments over the Fire, so it will be under the Fire.
So you can use Layers.
If you have maked new Particles in Game_Particle 3, the name of the Event must be PCL!
There you also must make a Comment with the Type text, which you maked in Game Particles.
Other Particle Effect
Make a Event, and add a Call-Script. Now insert this:
$scene.add_effect('test',this_event)
Look in Game_Particles 4, if you want do add/edit something. If you delete ",this_event", then the effect will be shown near the player. Edit "test", if you want to change the Effect. With this, you can let it shown, if you press a Button, or parallel process.
Effect List
Effects from PinkMan
fire
smoke
teleport
spirit
explosionsmoke
aura
Effects from Sylver
test
fire
explosion"
This post has been edited by felipe_9595: Feb 7 2011, 09:48 PM