Frictional Games Forum (read-only)
Billboard particles - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: SOMA (https://www.frictionalgames.com/forum/forum-55.html)
+--- Forum: User created content (https://www.frictionalgames.com/forum/forum-79.html)
+---- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-80.html)
+---- Thread: Billboard particles (/thread-31097.html)



Billboard particles - Radiance - 10-01-2015

I've saw billboards as light rays and dust for creating static lighting effect.
How to make it directional billboard as particle effect ?
So, that it starts with initals velocity from some position and ends after a few seconds ?

And before I import it, do I need to change perspective in the image and prepare it to acts as a billboard?
I've made it 1024*1024.

Spoiler below!



RE: Billboard particles - Rapture - 10-01-2015

The Light Rays are billboards, use the Billboard Icon on the left side of the Level Editor. When you open up the Explorer, go to the "billboard" path and find the one you want.

The dust are Particle Systems, you can find the Particle System Icon on the left side of the Level Editor and browse through the particle folders.

"So, that it starts with initals velocity from some position and ends after a few seconds ?"
If your looking into custom particles for your needs, play around with the Particle Editor.

HPL3 Wiki Start Guide - https://wiki.frictionalgames.com/hpl3/tools/particleeditor


RE: Billboard particles - Radiance - 10-01-2015

I'm learning PS and scripting. It came to my mind how to achieve this easier.
Is it possible to find the script of the stun baton in the editor ?
Stun baton releases PS with a keypress. I would like to attach this additional billboard to it.
I'm not versitale programmer to write a script because I don't know angelscript that well but maybe with this example, I could acctualy do it.