source1import icon indicating copy to clipboard operation
source1import copied to clipboard

Postprocessing files

Open kristiker opened this issue 2 years ago • 0 comments

There is a scripts/postprocess.txt file that could be split into .vpost.

"post_process"
{
	"low_health"
	{
		"localcontrast"			"0.52"
		"edgelocalcontrast"		"0.0"
		"vignettestart"			"0.6"
		"vignetteend"			"1.0"
		"vignetteblur"			"0.05"
		"fadetoblack"			"0.0"
		"depthblur_focaldist"		"0.0"
		"depthblur_strength"		"0.0"
		"screenblur_strength"		"0.0"
		"filmgrain_strength"		"1.0"
	}
}

kristiker avatar Dec 11 '22 17:12 kristiker