Feral Heart

FeralHeart Creations => FeralHeart Addons & Mods => Other Mods/Creations => Topic started by: Arcane on August 17, 2012, 11:14:59 am

Title: New rain weather.
Post by: Arcane on August 17, 2012, 11:14:59 am
Hey everyone I just wanted to post a new weather I have made, I have found that when I compare the "light rain" and the "rain" weathers that there is not much difference between them, other than changing the sky colour more on the rain weather.

So I decided to make my own rain, it is called heavy rain and the amount of rain particles makes it look somewhat like a storm.

http://www.mediafire.com/download.php?5dc6efb5g8ef7gt (http://www.mediafire.com/download.php?5dc6efb5g8ef7gt)

Make sure to place the file in your "sky" folder.  If there are any problems, let me know.

I hope this is useful and if anyone has any requests then feel free to ask.
Title: Re: New rain weather.
Post by: Dafniforfree on August 17, 2012, 01:00:39 pm
wow awesome :o I will use it to my map when I return back home from the holidays :D +Karms
Title: Re: New rain weather.
Post by: Cecilia~ on August 17, 2012, 01:50:53 pm
I sort of have a request. Thought im not sure how someone could do this in FH. Instead of just rain, what about wind/some kind of particle that blows things around? Btw, i do know how particles can work, so i find this nearly impossible XD; Im also still curious as to how Kov made thunder and flashes of lightning in IT.. x~x

So yeah, if you can, try like, a wind particle or stuff blowing around :3
Title: Re: New rain weather.
Post by: Dafniforfree on August 17, 2012, 03:03:35 pm
I sort of have a request. Thought im not sure how someone could do this in FH. Instead of just rain, what about wind/some kind of particle that blows things around? Btw, i do know how particles can work, so i find this nearly impossible XD; Im also still curious as to how Kov made thunder and flashes of lightning in IT.. x~x

So yeah, if you can, try like, a wind particle or stuff blowing around :3

Hmmm..yeah I'd like a wind or a fog weather it would
Title: Re: New rain weather.
Post by: Arcane on August 17, 2012, 08:24:34 pm
What sort of thing do you mean by wind? Like rain that would go slightly sideways rather than straight down? Or a seperate particle that would sort of fly across the screen?
Title: Re: New rain weather.
Post by: Dafniforfree on August 17, 2012, 08:27:44 pm
the first one that it may rain but it will seem like if there was wind
Title: Re: New rain weather.
Post by: Arcane on August 17, 2012, 09:27:43 pm

particle_system Weather/WindyRain
{
    material WeatherMat/Rain
    particle_width  3
    particle_height 9
    cull_each       true
    quota           10000
    billboard_type  oriented_common
    common_direction 0 -1 0.4
   
    emitter Box
    {
        angle           0
        emission_rate   1200
        time_to_live    3
        direction       0 -1 0.3
        velocity       400
        colour_range_start  0.3 0.75 0.3
        colour_range_end    0.7 0.75 0.7
        width           1
        height          1
        depth           0
    }

    affector LinearForce
    {
        force_vector      20 -400 400
        force_application add
    }
}




Add all of that to your weather.particle file in your sky folder just paste it at the bottom.
Then download this.
http://www.mediafire.com/?yy2h54yg4vd7bwt (http://www.mediafire.com/?yy2h54yg4vd7bwt)
put that in your sky folder as well.
Please tell me if it doesn't work okay? :3