   /*-----------------------------------------------------------.   
  /                       Description                           /
  '------------------------------------------------------------/

Game: Any
GEM version: 4.5.1
Author: Luciferhawk
Description: Here you can adjust your GEM-Settings.

These are the default settings for GEM 4.5.1

   /*-----------------------------------------------------------.
  /                      Choose effects                         /
  '-----------------------------------------------------------*/

// Set to 1 for ON or 0 for OFF
#define USE_GEMTRUECOLOR  0 //[0 or 1] GEM : Applies GEMShader with true color look. !!Only use one GEMShader!!
#define USE_GEMREALISTIC  1 //[0 or 1] GEM : Applies GEMShader with realistic look. !!Only use one GEMShader!!
#define USE_SHADER3VERSION 1 //[0 or 1] GEM : Applies fixed version for users with forced shader version 3.  

   /*-----------------------------------------------------------.
  /                  GEM Graphic-Enhancement-Mod settings       /
  '-----------------------------------------------------------*/

// -- GEM general settings --
#define GaussStrength 0.30   //[0.00 to 1.00]   Amount of blur effect blended into the final image.
#define GEMBlur		1    //[0.00 to 1.00]	Additional blur on the edges when pressing K	
#define ExpEffects	1    //[0.00 to 1.00]	All new effects like blur & ambiente lightning since GEMv4.2.2
// key_toggle_GEMBlur = 75 //K
// key_toggle_ExpEffects = 122 //F11 

// -- GEM True Color settings --
#define SSAO 1			//[0 or 1] 		Applies SSAO like shadowing effect.
#define GSat 0.95		//[0.00 to 1.00]	Adjust GEM-Saturation (standard 0.75).
#define GTBright 1.30		//[1.00 to 1.16]	Adjust GEM-TextureBrightness (standard 1.36).
#define GCBright 1.70		//[0.00 to 2.00]	Adjust GEM-Contrast (standard 0.99).

// -- GEM Realistic Optional settings --
#define GRSat 0.95		//[0.00 to 1.00]	Adjust GEM-Saturation (standard 0.95).
#define GRTBright 1.31		//[1.00 to 1.36]	Adjust GEM-TextureBrightness (standard 1.26).
#define GRCBright 0.95		//[0.00 to 2.00]	Adjust GEM-Contrast (standard 0.92).
