Game Development Community

Particle Edit only one one level?

by Weston Elliott · in Torque Game Engine · 12/02/2007 (6:36 pm) · 2 replies

How would I edit a particle effect for just one level on a game? I am using TGE 1.5.2 and I am trying to edit the crossbow bolt particle effect but only for one mission. How would I go about doing this without messing up the particle effect on all the other levels of my game?

#1
12/06/2007 (9:30 am)
Perhaps if you put the new particle effects at the bottom of the .mis file of the level it would overwrite the normal datablock with the new effects. That'd be the quickest and easiest way to do it.
#2
12/06/2007 (12:07 pm)
I use the particle editor (or whatever pops up when you hit F5). How would I save the code it generates?