I'm writing a mod to conditionally disable cloud effects while the editor is open.
LuaSurface::show_clouds lets us toggle cloud shadows (CloudsEffectProperties) at runtime. Would you please implement a similar function to toggle the fog effects (FogEffectProperties) used on Vulcanus and Gleba? Screen capture mods might like to use this feature, too.
Add LuaSurface::show_fog, similar to LuaSurface::show_clouds
-
TacticalMook
- Manual Inserter

- Posts: 3
- Joined: Sun May 10, 2026 7:52 am
- Contact:
Re: Add LuaSurface::show_fog, similar to LuaSurface::show_clouds
Just noting that screenshots can already hide fog https://lua-api.factorio.com/latest/cla ... screenshotTacticalMook wrote: Tue May 12, 2026 2:51 am Screen capture mods might like to use this feature, too.
