Frictional Games Forum (read-only)
[SCRIPT] Changing the size of scripted particles - 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: [SCRIPT] Changing the size of scripted particles (/thread-19157.html)



Changing the size of scripted particles - i3670 - 11-09-2012

My problem is the following. In my final map I need the electrical beam ps to get active after I've fixed some machinery. The issue is that the spawned ps is the original size and the CreateParticleSystemAtEntity only affects the colouring and not the size.

Is there some way to solve this except going into the particle editor?


RE: Changing the size of scripted particles - FlawlessHappiness - 11-09-2012

Have you tried scaling the script area which you use as target?


RE: Changing the size of scripted particles - Statyk - 11-09-2012

(11-09-2012, 04:26 PM)i3670 Wrote: My problem is the following. In my final map I need the electrical beam ps to get active after I've fixed some machinery. The issue is that the spawned ps is the original size and the CreateParticleSystemAtEntity only affects the colouring and not the size.

Is there some way to solve this except going into the particle editor?
No, it has to be done through editing in the particle editor. Just save as a new .ps


RE: Changing the size of scripted particles - i3670 - 11-09-2012

Ok, thanks.