NEO 0 Report post Posted October 1, 2015 I try use Fog Script Form http://www.armaholic.com/page.php?id=13101 In editor everything is fine, But When use in my server FogScript not eneble Pls Help...Thank Share this post Link to post Share on other sites
CRE4MPIE 64 Report post Posted October 1, 2015 edit the config.cpp in your exile_server_config.pbo...Look here and then here CRE4MPIE out Share this post Link to post Share on other sites
NEO 0 Report post Posted October 1, 2015 Thanks But if I want to use Ground Fog, can u help ? Share this post Link to post Share on other sites
WickedMoonShiner 10 Report post Posted October 1, 2015 neo if you get it figured out you should write something on it. It would be awesome. Share this post Link to post Share on other sites
SLB2k11 212 Report post Posted October 2, 2015 0 setFog [1, 0.01, 0];First number value for fog at base level Second number decay of fog density with altitude Third number base atitude of fog in mmeters With that you can set fog only on the ground 2 Share this post Link to post Share on other sites
Boose 44 Report post Posted October 3, 2015 0 setFog [1, 0.01, 0];First number value for fog at base level Second number decay of fog density with altitude Third number base atitude of fog in mmeters With that you can set fog only on the ground How about only spawning the fog early morning / evening (game time) Share this post Link to post Share on other sites
SLB2k11 212 Report post Posted October 3, 2015 Maybe with a sleep function Share this post Link to post Share on other sites
Nakama 20 Report post Posted October 3, 2015 (edited) My pal Deathcall made this thread back in the Dayz of arma 2, I was able to even add it to infistar as a custom admin tool Not sure how well it will work for a3 but another friend of mine has used this in the a3 editor without any issue, again not sure how well it would work on multiplayer for arma 3.Enjoy and lemme know how it pans out, I have not had the time to mess around with stuff like this yet so please post your findings! Edited October 3, 2015 by Nakama Share this post Link to post Share on other sites
XxRTEKxX 37 Report post Posted October 4, 2015 Thanks But if I want to use Ground Fog, can u help ?ground fog is basically setting the parameters correctly. class Fog { fogValue = 1.00001; fogDecay = 0.0535789; fogBase = 21.1729; overcast = 1; waves = 0; wind = 0; gusts = 0; rain = 0; lightnings = 0; rainbows = 0; };These values put the fog at about 10m above sea level. You can alter it to reduce the height, watch https://www.youtube.com/watch?v=77Ab5YpwIFE and pay attention to the parameters as he adjusts the fog. The setting above presents a fog that covers all valleys, but hill tops and mountain tops have no fog. It's looks really nice when flying above the water and you can barely see the water, but you can see the entire horizon while flying at an altitude of 30m. http://puu.sh/kwxp3/2bcdf39592.jpg <--took that on Esseker last night while testing my server. I plan to reduce the height of the fog some more, but for now, it's really kickass to experience. 1 Share this post Link to post Share on other sites
MetalHead 116 Report post Posted October 4, 2015 edit the config.cpp in your exile_server_config.pbo...I tried this but the server wouldn't start. 1 Share this post Link to post Share on other sites