View Single Post
  #11  
Old 05-23-2012, 01:12 AM
Les Les is offline
Approved Member
 
Join Date: Feb 2009
Posts: 566
Default

Nice variation Tommy, quite a bit more red than mine.

Furbs, here's what you should see in the 'FILTER SELECTION' part of your 'injFX_Settings' file in order to have only the colour changes (the TONEMAP effect) activated -

/*------------------------------------------------------------------------------
FILTER SELECTION
------------------------------------------------------------------------------*/
// Comment to deactivate an effect.
// Example: To disable the tonemap effect, use // in front of #define USE_TONEMAP
//#define USE_ANTI_ALIASING
//#define USE_PRE_SHARPEN
//#define USE_BLOOM *NOT WORKING
//#define USE_TECHNICOLOR
#define USE_TONEMAP
//#define USE_SEPIA
//#define USE_VIGNETTE
//#define USE_POST_SHARPEN
//#define USE_FINAL_LIMITER

The things on that list are turned on and off by putting the // in front of them or taking them away.

Assuming all Tommy did was change the TONEMAP settings, all you have to do is leave only the USE_TONEMAP activated as above and then overwrite the TONEMAP settings with the adjustments in the text Tommy provided in his last post.

Last edited by Les; 05-23-2012 at 02:47 AM.
Reply With Quote