#How to change the color of fog on the map?
1 messages · Page 1 of 1 (latest)
Note:
In mods using Source 2007 and Source 2013 you can create client-side fog changing functionality in a multiplayer game using instead trigger_multiple. Have at least 2 env_fog_controller with different fog settings and one checked with Master flag. Use OnStartTouch > !activator > SetFogController > [name of env_fog_controller entity]. The input will appear as red, but it still works. Use OnEndTouch() to change the fog back.
(that Entity is only supported by later engine branches than gmod has)