PROJECT FANTASIA

List of New Effects

pic pic pic
pic pic pic


 

Important for the coding:

You must consider if the particle have Playmode 0 or Playmode 1, 2
to decide which method is required for the script

Playmode_0 is shown for a moment, temporary, can run in a loop for some cases
use it in connection with this opcode:

064F: make_temp_particle_visible_and_remove_references 0@

Playmode 1 or 2 are durable till they will be removed (delete_particle)
can cause bugs and trails by speed if attached to vehicle
show it in connection with this opcode:

064C: make_particle 7@ visible

and remove it at any time with this opcode:

0650: delete_particle 7@

 

read more in Cleo Script Tutorial / Particle Effects

 

Playmode 0 - particle effects

"blinkblue_nf"
"blinkred_nf"
"blinkyellow_nf"
"blinkblue_nf"
"fireflash"
"blueflash"
"flashlight"
"lasersight"
"laserdot"
"neonblueu_nf"
"neonredu_nf"
"neonyelwu_nf"
"neonpurpu_nf"
"neonpinku_nf"
"neonblues_nf"
"neonreds_nf"
"neonyelws_nf"
"neonpurps_nf"
"neonpinks_nf"
"miniexplosion"
"pmcheadlight1"
"pmcheadlight2"
"pmcheadlight3"
"neonblueu_nflt"
"neonredu_nflt"
"neonyelwu_nflt"
"neonpurpu_nflt"
"neonpinku_nflt"
"bloodsplat1"
"bloodsplat4"
"bloodsplat3"
"bloodsplat2"
"bloodsplat5"
"blueblot"
"redblot"
"yellowblot"
"greenblot"
"fireworks1"
"fireworks2"
"fireworks3"
"electric_tiny"
"electric_med"
"electric"
"lightning_shot"
"lightning_rain"
"rope_line"
"rope_wave"
"headshot"
"fireball"
"taservictim"
"taser"
"tlaserred"
"tlaserblue"
"tlaserreds"
"tlaserblues"
"grenadelauncher_muzzle"
"explosion_grenadelauncher"
"drift_large"
"drift_small"
"drift_med"
"chainsawsmoke"
"bsbhydra"
"water_sb"
"afterburner_npc"
"afterburner2_npc"
"afterburner3_npc"
"afterfire_npc"
"afterfire2_npc"
"railex"
"explosion_airstrike"
"explosion_predator"
"explosion_nuke"

 

Playmode 1/2 - particle effects

"flyingstuff"
"butterflys"
"afternuke"
"afterburner"
"afterburner2"
"afterburner3"
"afterfire2"
"afterburner_duals"
"afterburner_sml"
"afterburner_sml_duals"
"afterfire_duals"
"afterfire_sml"
"afterfire_sml_duals"
"snowfxI"
"snowfxII"
"snowfxIII"
"snowfxIV"
"blinkblue"
"blinkred"
"blinkyellow"
"neonblueu"
"neonredu"
"neonyelwu"
"neonpurpu"
"neonpinku"
"neonblues"
"neonreds"
"neonyelws"
"neonpurps"
"neonpinks"
"neonpurps"
"smoke_flare_green"
"smoke_flare_yellow"
"smoke_flare_blue"
"inferno"

 

 

 

nothing