- main_menu_background_vignette_intensity
- main_menu_background_vignette_sharpness
- zoom_to_world_effect_strength
In Factorio 1.1 for example, there is a vignette on the main menu screen and changing it with this code
Code: Select all
data.raw["utility-constants"].default.main_menu_background_vignette_intensity = 10
data.raw["utility-constants"].default.main_menu_background_vignette_sharpness = 1.0
zoom_to_world_effect_strength is likely related to the old Map View vignette seen when zooming in.
I assume the main menu vignette has simply been removed in 2.0, but I didn't spot anything in the changelogs to confirm it.

