kristiker / source1import

Import Source game content into Source 2
MIT License
67 stars 11 forks source link

Postprocessing files #34

Open kristiker opened 1 year ago

kristiker commented 1 year ago

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"
    }
}