Fog Question

BagOfChips

L5: Dapper Member
Feb 7, 2009
227
17
Is there any way to make a denser fog / smoke in a specific area? Want to add a hazy greenish smokish effect to one of the rooms in my map.
 

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,670
You can have multiple env_fog_controllers in a map and change which one the player is using with a trigger_multiple that sends the input SetFogController to !activator with the parameter being the name of the e_f_c you want. Keep in mind though this doesn't make a specific area foggier (looking at the area does nothing, only walking through the trigger makes it change), other methods of make an area smoke filled are generally more resource intensive but you can try playing with them too: func_dustcloud and func_smokevolume.