Jump to content

Add option to disable "bg_vignette" in game.


Recommended Posts

I noticed in config.lua there is

local defaults =
{
	hide_vignette = false,
	force_netbookmode = false,
}

local platform_overrides =
{
	
	NACL=
	{
		force_netbookmode = true,
	},
	ANDROID =
	{
		hide_vignette = true,
		force_netbookmode = true,
	},
	IOS =
	{
		hide_vignette = true,
		force_netbookmode = true,
	},
}

which seems there's an option on mobile to disable the "bg_vignette" which's always active on other platforms, it would be really nice if this option could be added to PC too I'm sure it wouldn't be difficult and it would make some players who want to see the colors of the game better or not have vignette happy :wilson_love:

The vignette is the border shade effect, and colourcubes effect the saturation curves.

If you're wanting the vignette off, or other overlays, then I do have a mod on the workshop to do just that:

https://steamcommunity.com/sharedfiles/filedetails/?id=368686576

Configurable.

As for colourcubes there's a few mods that also fix that, or disabling the PostProcessor does it too.

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...