In the partsys test map, the fire is looks like a coloured smoke. How can I make the fire particles glowing? ANd how can I attach light to them?
Attaching light is not possible (would be too expensive to render too as there are too many particles so that would mean too many lights). To make the particles glow it is just a matter of using a brighter texture or color on the particles. Perhaps with a specific shader you can even make it glow more.
Greetings,