Jump to content
GEORGE FLOROS GR

Color Correction theme selections + colorblindness / Post process effects

Recommended Posts

On 10/13/2019 at 5:20 AM, GEORGE FLOROS GR said:

 

The "Realistic Color Correction theme" is just a ColorCorrection code of mine and it's not part of the ReColor mod.

Is it possible for you to show me how to apply it ?  I would like to try it.

 

Thanks in advance.

  • Like 1

Share this post


Link to post
Share on other sites

R V B : This should be a video option, like gamma or brightness. Registered in profile.

  • Like 1

Share this post


Link to post
Share on other sites
6 hours ago, Nutek said:

Is it possible for you to show me how to apply it ?  I would like to try it.

 

Thanks in advance.

You could type in the values to Recolor manually.

[0.88, 0.88, 0,         [0.2, 0.29, 0.4, -0.22],                 [1, 1, 1, 1.3],                     [0.15, 0.09, 0.09, 0.0]];

The first part is the "brightness" section in Recolor, the next four values go into the "Blend color", then "Colorize" and "weights". In the mod, the numbers are multiplied by 100, so you need to input 88 instead of 0.88;

The very last 0.0 is always zero so it's not visible in the mod.

 

You can also import presets into the mod. Copy this line:

// "Realistic",0.88,0.88,0,0.2,0.29,0.4,-0.22,1,1,1,1.3,0.15,0.09,0.09,0, 0,0.5,0,0.2,0.1

And then click "Import preset" function in the tools menu of the mod.

  • Like 1

Share this post


Link to post
Share on other sites
On 10/19/2019 at 12:45 AM, Greenfist said:

You could type in the values to Recolor manually.

[0.88, 0.88, 0,         [0.2, 0.29, 0.4, -0.22],                 [1, 1, 1, 1.3],                     [0.15, 0.09, 0.09, 0.0]];

The first part is the "brightness" section in Recolor, the next four values go into the "Blend color", then "Colorize" and "weights". In the mod, the numbers are multiplied by 100, so you need to input 88 instead of 0.88;

The very last 0.0 is always zero so it's not visible in the mod.

 

You can also import presets into the mod. Copy this line:

// "Realistic",0.88,0.88,0,0.2,0.29,0.4,-0.22,1,1,1,1.3,0.15,0.09,0.09,0, 0,0.5,0,0.2,0.1

And then click "Import preset" function in the tools menu of the mod.

 

Thank you so much @GREENFIST for the explanation, did I get it right ?

 

e8e0f3adf7cf6060c837b55440fb0908.jpg

 

 

  • Like 1

Share this post


Link to post
Share on other sites
// Post-soviet color correction (by JTS)
"ColorCorrections" ppEffectEnable true;
"ColorCorrections" ppEffectAdjust [0.88, 0.88, 0, [0.2, 0.29, 0.4, -0.22], [1, 1, 1, 1.3], [0.15, 0.09, 0.09, 0.0]];
"ColorCorrections" ppEffectCommit 0;

This ColorCorrection is from @jts_2009  new mission :

 

 

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×