Page 1 of 1
Fog and rain for some epic gloom
Posted: 03 Jan 2010, 19:01
by Beherith
Re: Fog and rain for some epic gloom
Posted: 03 Jan 2010, 19:40
by Gota
hmm.
very atmospheric.
Re: Fog and rain for some epic gloom
Posted: 03 Jan 2010, 19:54
by MidKnight
Is that Argh's rain (precipitation_particles.lua)? If so, what settings did you use?
Re: Fog and rain for some epic gloom
Posted: 03 Jan 2010, 20:03
by Beherith
Its arghs rain, using some custom colors, and thats it.
Re: Fog and rain for some epic gloom
Posted: 03 Jan 2010, 20:11
by MidKnight
Beherith wrote:Its arghs rain, using some custom colors, and thats it.
Which colors? Teeeeellllll meeeeeeee.
The climate looks reminiscent of this:

Re: Fog and rain for some epic gloom
Posted: 03 Jan 2010, 20:21
by Beherith
Code: Select all
local particleType = 1 -- 1 for rain, 2 for snow, 3 for clouds (when they finally work)
local particleDensity = 50 * 1024 -- how many particles? Limit for performance!
--Rain Color Control
local function ColorFunc()
local rainColorR = 0.2
local rainColorG = math.random(2,5)/10
local rainColorB = 0.5
local rainAlpha = 0.3
return rainColorR,rainColorG,rainColorB,rainAlpha
end
Re: Fog and rain for some epic gloom
Posted: 03 Jan 2010, 20:24
by MidKnight
^_^
Re: Fog and rain for some epic gloom
Posted: 03 Jan 2010, 21:15
by Tobi
For inclusion on the site please add as attachment to your post.
Re: Fog and rain for some epic gloom
Posted: 03 Jan 2010, 21:16
by Beherith
Allow me a few minutes to put on the final touches and ill up it.
Too bad the map is extremely resource heavy

Re: Fog and rain for some epic gloom
Posted: 05 Jan 2010, 14:06
by SirArtturi
Beherith wrote:
I vote for this one! +10
However. Couple units and some action wouldn't hurt the delicate feeling!
Or would it? Like two Karganeths dueling with flamethrowers at the bottom of the picture :D
Re: Fog and rain for some epic gloom
Posted: 05 Jan 2010, 20:06
by Neddie
How about some actually attractive units? Like German riflemen engaging a Wasp?
Re: Fog and rain for some epic gloom
Posted: 05 Jan 2010, 20:10
by KaiserJ
how about a peewee with an umbrella?
Re: Fog and rain for some epic gloom
Posted: 05 Jan 2010, 23:10
by Gota
The quality trees really make the map 2x times better.
Re: Fog and rain for some epic gloom
Posted: 06 Jan 2010, 03:38
by Argh
So, I need to write a new rain app, eh?
Re: Fog and rain for some epic gloom
Posted: 06 Jan 2010, 03:44
by MidKnight
Argh wrote:So, I need to write a new rain app, eh?
preferably with support for wind-blown rain, yes.

Re: Fog and rain for some epic gloom
Posted: 06 Jan 2010, 05:55
by Beherith
Argh wrote:So, I need to write a new rain app, eh?
What do you mean? Current rain is awesome!
Re: Fog and rain for some epic gloom
Posted: 06 Jan 2010, 07:53
by Gota
Does the rain ever stop?
Would be cool if raining was random...sometimes it starts sometimes not.Sometimes it starts and stops randomly..etc.
Same with snow BTW.