Frozenflake Posted September 6, 2014 Share Posted September 6, 2014 The configuration file "icenhancer_config.txt" doesn't explain much of anything to whoever will define the effect inside it.So I made this guide to make everything easy.| ICENHANCER CONFIG EFFECTS ------------------------------------------------------------------------------------------------------------------- | MOTION BLUR — Add motion blur to image.#define MOTION_BLUR 2 — Quality values: 1 = low quality | 2 = medium quality | 3 = high quality0 = disablesDefault value: 2| GODRAYS — Add sunrays (sunshaft) to image.#define GODRAYS 10 = disables | 1 = enables#define GODRAY_QUALITY 1 — Quality values: 0 = low quality | 1 = medium quality | 2 = high qualityDefault value: 1| BLOOM — Sets the bloom amount.float BLOOM_POWER = 1.0;Max value: 10.0Default value: 1.0| LENS DIRT — Add dirty screen (dirty lens) effect.#define LENS_DIRT 10 = disables | 1 = enables| VERTICAL ANAMORPHIC EFFECT — Added anamorphic lens flare in vertical position.#define ANAMORPHIC 00 = disables | 1 = enables| ADDITIONAL POST-EFFECTS — Added Black & White, Saturation & Contrast, Cross processing effects.#define POST_EFFECTS 0#define BLACKNWHITE 10 = disables | 1 = enablesfloat SATURATION = 1;float CONTRAST = 0.5;float CROSS_POWER = 0.0;float CROSS_R = 0.6;float CROSS_G = 0.8;float CROSS_B = 0.3;| KODAK KODACHROME — Simulate Kodak Kodachrome 64.#define KODACHROME 00 = disables | 1 = enables| CINEMA — Add black bar on top and bottom.#define CINEMA 00 = disables | 1 = enables | NOISE — Add grain to image. #define NOISE 10 = disables | 1 = enables | INTERFERENCE — Add interference effect to image (almost like a TV without antenna).#define INTERFERENCE 00 = disables | 1 = enables | TV STUFF — Add scanlines effect to image (I think).#define TVSTUFF 00 = disables | 1 = enables | LENS DISTORTION — Add distortion to image.#define LENSDISTORTION 00 = disables | 1 = enables | DEPTH OF FIELD [D.O.F] — Add DoF to image (Choose only one).#define MANUAL_DOF_FOCUS 0 0 = disables | 1 = enables#define DEPTHOFFIELD 1 0 = disables | 1 = enables ------------------------------------ Warning: This is only a explanation/tutorial to for users with limited experience who want to see than iCE 3.0 is capable of. Not distribute anything from iCE 3.0 by around. Link to comment Share on other sites More sharing options...
totte1015 Posted December 14, 2014 Share Posted December 14, 2014 Question... Ex this parameter: #define MOTION_BLUR 2 — Quality values: 1 = low quality | 2 = medium quality | 3 = high quality0 = disablesDefault value: 2 If I want to disable it, is it the red or yellow number I should change? Frozenflake 1 Link to comment Share on other sites More sharing options...
Michael_Townley Posted December 14, 2014 Share Posted December 14, 2014 You need to change the yellow one. The red one is the default one, IceLaGlace put it there just if you f*cked your config up. totte1015 and Frozenflake 2 Link to comment Share on other sites More sharing options...
Frozenflake Posted December 14, 2014 Author Share Posted December 14, 2014 (edited) Question... Ex this parameter: #define MOTION_BLUR 2 — Quality values: 1 = low quality | 2 = medium quality | 3 = high quality 0 = disables Default value: 2 If I want to disable it, is it the red or yellow number I should change? You need to change the yellow number to 0. Edited December 14, 2014 by Frozenflake totte1015 and Michael_Townley 2 Link to comment Share on other sites More sharing options...