Hello there!
I noticed that the gamma values were not being read from the TUFX profile config file — it was quite frustrating to manually enter it each time, but fortunately (especially as I don't code), I did find the reason why and also a fix.
Solution:There is a missing line inPlugin\TUFX\PostProcessing\Effects\ColorGrading.cs.
This needs to be added after Line 419: loadVector4Parameter(config, "Gamma", gamma);
Hello there! I noticed that the gamma values were not being read from the TUFX profile config file — it was quite frustrating to manually enter it each time, but fortunately (especially as I don't code), I did find the reason why and also a fix.
Solution: There is a missing line in
Plugin\TUFX\PostProcessing\Effects\ColorGrading.cs
. This needs to be added after Line 419:loadVector4Parameter(config, "Gamma", gamma);