[Genhis][2.0.77] Utility constants related to vignettes do nothing

Bugs which we just recently fixed in our development version and will reach you in the next release.
User avatar
Shemp
Long Handed Inserter
Long Handed Inserter
Posts: 83
Joined: Mon Jan 19, 2026 6:51 pm
Contact:

[Genhis][2.0.77] Utility constants related to vignettes do nothing

Post by Shemp »

The following utility constants:
  • main_menu_background_vignette_intensity
  • main_menu_background_vignette_sharpness
  • zoom_to_world_effect_strength
do not appear to do anything and have no effect when changed in Factorio 2.0.

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
causes the main menu to become significantly darker.

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.
Rseding91
Factorio Staff
Factorio Staff
Posts: 17535
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: [2.0.77] Utility constants related to vignettes do nothing

Post by Rseding91 »

Do you have menu simulations disabled? From looking at the code - those values are only used when the simulations are shown.
If you want to get ahold of me I'm almost always on Discord.
User avatar
Shemp
Long Handed Inserter
Long Handed Inserter
Posts: 83
Joined: Mon Jan 19, 2026 6:51 pm
Contact:

Re: [2.0.77] Utility constants related to vignettes do nothing

Post by Shemp »

Rseding91 wrote: Mon Jun 15, 2026 7:18 am Do you have menu simulations disabled? From looking at the code - those values are only used when the simulations are shown.
No, they are enabled. I've never seen the vignette appear on 2.0's main menu on any of the simulations.

EDIT: Here's a log, in case it's related to the graphics on my setup.
factorio-current.log
(5.89 KiB) Downloaded 46 times
User avatar
Shemp
Long Handed Inserter
Long Handed Inserter
Posts: 83
Joined: Mon Jan 19, 2026 6:51 pm
Contact:

Re: [Genhis][2.0.77] Utility constants related to vignettes do nothing

Post by Shemp »

I did some investigating to see whether this is an issue specific to my setup, and when this might have changed.

Here is a comparison between Factorio 2.0.20 and 2.0.41 (both using the non-expansion install, so there's no expansion_shaders to think about):
vignette-2.0.20.png
vignette-2.0.20.png (4.28 MiB) Viewed 385 times
vignette-2.0.41.png
vignette-2.0.41.png (4.21 MiB) Viewed 385 times
I realise the bug is already Assigned, hopefully this may help. :)

--------------------------------

EDIT: A side-note from me as a player: I've gotten used to having the vignette be absent in current versions, and I find the main menu screen to be less appealing in Factorio 1.1 where it's present.

I think it might be worth having the utility constants function like they used to, but set their defaults such that the vignette doesn't show up in an unmodded configuration, as it behaves now.
Genhis
Factorio Staff
Factorio Staff
Posts: 996
Joined: Wed Dec 24, 2014 8:19 am
Contact:

Re: [Genhis][2.0.77] Utility constants related to vignettes do nothing

Post by Genhis »

Thanks for the report, vignette is fixed for 2.1.20 and zoom_to_world_effect_strength will be removed.
Post Reply

Return to “Resolved for the next release”