OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: 456820 on 11 Sep 2005, 12:32:55

Title: i need some snow
Post by: 456820 on 11 Sep 2005, 12:32:55
im not sure htis should be here or under the scripting ideas or somehwere else but anyway i remember seeing a script wich makes it look like its snowing ive tried the Editors Depot and searched for 'snow' and no luck so i was wondering can someone point me in the right way for the script all it does is creates small snow flakes around the player and makes it look like there falling

cheers
Title: Re:i need some snow
Post by: bedges on 11 Sep 2005, 12:37:02
Snowing script v1.0 by Kegetys <Kegetys@raketti.net>
From Winter Nogojev

see attached...
Title: Re:i need some snow
Post by: 456820 on 11 Sep 2005, 12:37:50
thanks alot ill test it then solve the thread cheers
Title: Re:i need some snow
Post by: 456820 on 11 Sep 2005, 13:07:33
okay that didnt seem to work i didnt see any snow anywhere i called the script from my init.sqs like this
[1] exec "snow.sqs"
as 1 should be the thickest density

is there a reason it shouldnt work
Title: Re:i need some snow
Post by: bedges on 11 Sep 2005, 13:23:38
actually, 1000000 is around the highest density, depending on your frame rate. try [10] exec "snow.sqs".

oh, and remember to set the variable stop_snow to false...
Title: Re:i need some snow
Post by: kodansha on 11 Sep 2005, 16:45:22
Where is put the file .sqs ?? Excuse me for my english... 8)
Title: Re:i need some snow
Post by: bedges on 11 Sep 2005, 16:52:28
put the file into the mission directory - i.e. next to mission.sqm and briefing.html and so on.