Frictional Games Forum (read-only)
Make orb_light "start" - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Make orb_light "start" (/thread-19203.html)



Make orb_light "start" - Damascus - 11-12-2012

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?


RE: Make orb_light "start" - The chaser - 11-12-2012

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.


RE: Make orb_light "start" - Your Computer - 11-12-2012

Basically the parameters under the General and Life tab is what you want to mess with.


RE: Make orb_light "start" - Damascus - 11-13-2012

It looks like Warmup time was the thing I was looking for. Thank you!