Quote: "these are wet dreams my friend ..i 'm afraid we cannot ever have those on GG...sadly"
why not? those are just embers / ashes... it's exactly the same as a snow box, just need the image to use as the decal... if you check the "weather" folders graphix and amen have already provided some particles that will help get you started - this took like 10mins to throw together so imagine what you can do with better images and more effort
by default their boxes are set to follow the player so you need to do a little bit of tweaking but it's not that difficult, the main settings are in this area
Quote: "graphixsnow =
{ animSpd = 0, SR = 0, freq = 16, lifeMin = 2000, lifeMax = 2000,
-- minX minY minZ maxX maxY maxZ
offset = { -200, 80, -200, 200, 150, 200 },
speed = { 0, 0.8, 0, 0, 2, 0},
rotate = { 0, 0 },-- currently only Z rotate processed
-- startMin startMax endMin endMax
scale = { 400, 600, 40, 100 },
alpha = { 90, 190, 80, 100 }
},
graphixmist =
{ animSpd = 1/16, SR = 0, freq = 16, lifeMin = 2000, lifeMax = 2000,
-- minX minY minZ maxX maxY maxZ
offset = { -200, 10, -200, 200, 50, 200 },
speed = { 0, 0.8, 0, 0, 2, 0},
rotate = { 0, 0 },-- currently only Z rotate processed
-- startMin startMax endMin endMax
scale = { 800, 1000, 400, 600 },
alpha = { 6, 12, 6, 12 }
}, "