tkullander 18 Posted October 2, 2012 Okay, i am using ECP 1.085e and the WW4-mod (2.5 with patch 1). There is a snow effect, which you can activate by placing a unit: Game Logic > WW4 Logics > Enable snow My first question is, how can i make it snow during a mission? For example, a simple west-present trigger would be enough, but i cannot figure out how to do it. And question number two, is it possible to control the standard weather settings with simple triggers as well? Also for changing the forecast and stuff during the mission. I do not wish to use any addons for it (since it's MP). Thanks in advance for the help. Share this post Link to post Share on other sites
Blubu 1 Posted October 3, 2012 Well I have never tried the WW4 mod but if you cant solve the problem I recommend NIM Dynamic Weather addon. For the weather setOvercast and SetFog are the Commands that should help you :) http://community.bistudio.com/wiki/setOvercast http://community.bistudio.com/wiki/setFog Share this post Link to post Share on other sites
tkullander 18 Posted October 3, 2012 Ah, how could i miss those commands?! Thank you very much. :) I tried grouping the game logic (which is just placed somewhere, and suddenly it is snowing everywhere) to a trigger, but with no result. I suppose it would be possible to maybe spawn the game logic unit midgame, but i have no idea how. Anyhow, thanks for the info on the weather related commands. Share this post Link to post Share on other sites
sanctuary 19 Posted October 4, 2012 Spawning from script/trigger to have the snow to start : snowstart = "ww4_SnowyLogic" createvehicle getpos player After that game logic has spawned, if you want to stop the snow falling you can delete it from script/trigger with a deletevehicle snowstart Share this post Link to post Share on other sites
tkullander 18 Posted October 4, 2012 Thank you, worked like a charm! And also a huge thank you for creating the ww4-pack, it adds exactly what i want in OFP. Before i used a lot of small mods, or FFUR, but now the only mods i need are ECP and WW4. Well, of course you at some points wish to play in different environments, so i keep AfghanEveron+Afghanpack and Tonal Redux ready of course, but WW4 is always loaded on every start. My hat is of for you! :cool: Share this post Link to post Share on other sites