izaiak 1 Posted June 25, 2016 Hello,There is new command in Arma for fog. https://community.bistudio.com/wiki/Arma_3_Improved_Fog i try to use " startFogBase = 0.0; // base altitude for fog computations (in meters) " in order to simulate an overcast and hide valley from top of mountains. But this command doesn't seem to work.Do you have an idea how to change the Fog base to have the beginning of the fog at 100 or 200meters above mean sea level ?Thank you. Share this post Link to post Share on other sites
R3vo 2654 Posted June 26, 2016 Those are values for map configs. You probably want to use https://community.bistudio.com/wiki/setFog 0 setFog [0.5,0.05,200]; You need to tweak those values a bit. Especially the fog decay has a massive influence. Share this post Link to post Share on other sites
izaiak 1 Posted June 26, 2016 Those are values for map configs. You probably want to use https://community.bistudio.com/wiki/setFog 0 setFog [0.5,0.05,200]; You need to tweak those values a bit. Especially the fog decay has a massive influence. Ok thank you. But if it is for map configs, how can i change it for 1 mission ? Oo i think i missed something. Share this post Link to post Share on other sites
Kydoimos 916 Posted June 26, 2016 The setFog command works for single missions too; I recommend using it in the debug console, so you can fine tune the look in-game :) Share this post Link to post Share on other sites