Author Topic: How do I make a gamemode have a snow fall from the sky?  (Read 1349 times)

I tried looking through all the sky files, but I couldn't find anything on the certain enviornment. I assume this stuff is handled differently. How do I do this.

have you tried some of the skyboxes? I thought weather was part of them now

have you tried some of the skyboxes? I thought weather was part of them now
has anything really changed just recently?

has anything really changed just recently?
define recently?
for me, that's in the past like year

and yeah, it is part of the skybox, just went and tried it

just looked at sky_slate_storm
and it looks like this is what makes the falling stuff happen
Code: [Select]
$Rain::dropTexture Add-Ons/Sky_Slate_Storm/rain.png
$Rain::splashTexture Add-Ons/Sky_Slate_Storm/water_splash.png
$Rain::dropSize 0.75
$Rain::splashSize 0.2
$Rain::splashMS 250
$Rain::useTrueBillboards 0
$Rain::minSpeed 1.5
$Rain::maxSpeed 2
$Rain::minMass 0.75
$Rain::maxMass 0.85
$Rain::maxTurbulence 0.1
$Rain::turbulenceSpeed 0.2
$Rain::rotateWithCamVel 1
$Rain::useTurbulence 0
$Rain::numDrops 1800
$Rain::boxWidth 80
$Rain::boxHeight 50
$Rain::doCollision 1

I guess I'll just have to replace a few words with snow/snowflake and I'll be fine. Thanks.

That wasn't completely the case but I got it working anyway

yeah, you'd need to navigate to your snow image and change the speeds
there is a default snow map, not sure what it's called in the addons folder though