HaunterV wrote:ok, so I cut and pasted the particle system into particles lua... why exactly am i getting'
"Warning: no such particle system:blah blah blah"
Edit 1: nvm, i'm a retard and just didnt look with my eyes.
Edit 2: gah still getting the error
Edit 3:I got him to throw fireballs. and now i only get 1 warning no particle system message....
If I remember correctly how I did it...
1. create a new .lua file for your particle system. fire_herder_fire.lua
2. define your particle system in this new .lua file. I copied all the code from the torch.lua file and modified it.
3. in your particle.lua file add a line to import the new file. import "assets/particles/fire_herder_fire.lua"
4. clone your creature and add the new particle effect to it.
5-100. test your creature and modify the particle effect over and over until it looks just right.