Frictional Games Forum (read-only)

Full Version: Make orb_light "start"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using CreateParticleSystematEntity to create a custom PS similar to the orb_light one, but yellow instead of blue. However, the problem I'm having is that when I create it, it doesn't "emerge" or "spread" from the source like in other PS's, but the whole thing appears at once with all of the light already around it. Does anyone know how i can get the PS to start with nothing and have the light spread from the center to its full form?
I'm very sure that you could search at the last level of the main game to see what they did. Sorry for not giving you the solution right now, but I'm in my (shitty) laptop.
Basically the parameters under the General and Life tab is what you want to mess with.
It looks like Warmup time was the thing I was looking for. Thank you!