Because i'm bad drawing, i make the particle script for the jumping crickets (Gift for you), is a jumping from floor particle, you will need to make your image and material script.
particle_system ParticleNameHere
{
material YourInsectMaterialHere
particle_width 5
particle_height 5
cull_each false
quota 1000
billboard_type point
// Area emitter
emitter Box
{
angle 60
emission_rate 10
time_to_live 2
direction 0 1 0
velocity 100
width 1000
height 1000
depth 1
}
// Make em fall downwards
affector LinearForce
{
force_vector 0 -500 0
force_application add
}
}
Sorry. I made an error, here the good script.
I forgot to say, I put the emission_rate to 10 but is exagerated, maybe 5 or 3 is good.