December 26, 201312 yr Commercial Member I nailed it! After who knows how many months of tweaking SweetFX values, and tweaking my own sky textures (morning, noon and afternoon), I finally got what I searched for. :excl: Before I get started, I must warn that sky textures and sweetfx preset is calibrated for my monitor and in DX9 mode. I hate dark visuals in FSX, so I made brighter SweetFX preset with some calibrated colors for photorealism. I bet that on 90% of monitors this will look good. If not, just tweak a bit this values in sweetfx: /*-----------------------------------------------------------. / Cineon DPX settings / '-----------------------------------------------------------*/ #define Red 12.0 //[1.0 to 15.0]#define Green 9.0 //[1.0 to 15.0]#define Blue 9.0 //[1.0 to 15.0]#define ColorGamma 1.5 //[0.1 to 2.5] Adjusts the colorfulness of the effect in a manner similar to Vibrance. 1.0 is neutral.#define DPXSaturation 1.0 //[0.0 to 8.0] Adjust saturation of the effect. 1.0 is neutral.#define RedC 0.36 //[0.60 to 0.20]#define GreenC 0.36 //[0.60 to 0.20]#define BlueC 0.36 //[0.60 to 0.20]#define Blend 0.9 -------------------------- for DX10 SweetFX preset, disable SMAA, enable Lift Gamma Gain with these values: /*-----------------------------------------------------------. / Lift Gamma Gain settings / '-----------------------------------------------------------*/#define RGB_Lift float3(1.000, 1.000, 1.000) //[0.000 to 2.000] Adjust shadows for Red, Green and Blue.#define RGB_Gamma float3(2.200, 2.200, 2.200) //[0.000 to 2.000] Adjust midtones for Red, Green and Blue#define RGB_Gain float3(1.000, 1.000, 1.000) //[0.000 to 2.000] Adjust highlights for Red, Green and Blue ------------------------- NOTES: This test is done with FTX Global + SceneryTech, REX Clouds, Shade, mu Sky textures and Sweetfx preset. This set contains only morning, noon and afternoon sky textures! I'm using REX dawn and sunset textures, so you must provide these textures by yourself. B) ------------------------- So, I took this RL photo as a reference, added some minor brightness for realistic exposure: And I made sky texture and SweetFX preset to match the reference photo: Zoomed: ------------------------------------------------------------------ Examples and comparisons, 32km visibility (20 miles): ^^^^^ (note the realistic haze effect, which is a bit more saturated on afternoon sky texture, also from RL photo reference) Taken from 20000 feet, 80km visibility (50 miles): Sky at 34000 feet, 80km visibility (50 miles): Bonus shot: ------------------------------------------------------ I attached SweetFx preset here, or you can download it here: https://www.dropbox.com/s/v0g7c1pkf5e0xu8/SweetFX_settings.txt Sky textures download: https://www.dropbox.com/s/k7u0b57wmy1vfxg/Sky.rar Unpack and copy sky texture files to FSX/Texture. ------------------------------------------------------ Test, and report back, hit me with some screenshots. ^_^ If this set is good for the masses, I will upload it also in AVSIM library. Cheers, enjoy, and thank me later. SweetFX_settings.txt Current system: ASUS PRIME Z690-P D4, Intel 12900k, 32GB RAM @ 3600mhz, Zotac RTX 3090 Trinity, M2 SSD, Oculus Quest 2.
December 26, 201312 yr So your running SweetFX and Shade together at the same time ? Is Swwet FX the one that you cannot run in full screen just window mode? David Murden. MSFS • Fenix A320 • PMDG 737 • MG Honda Jet • 414 / TDS 750Xi • FS-ATC Chatter • FlyingIron Spitfire & ME109G • MG Honda Jet • • Fenix A320 Walkthrough PDF • Flightsim.to • DCS • A10c II • F-16c • F/A-18c • F-14 • (Others in hanger) • Supercarrier • Terrains = • Nevada NTTR • Persian Gulf • Syria • Marianas • • [email protected] All Cores HT ON • 32GB DDR4 3200MHz • RTX 3080 • TM Warthog HOTAS • TM TPR • Corsair Virtuoso XT with Dolby Atmos® • Samsung G7 32" 1440p 240Hz • TrackIR 5 & ProClip •
December 27, 201312 yr Author Commercial Member Jon_aus, on 26 Dec 2013 - 5:01 PM, said: Good stuff! I much prefer the brighter look as well. Along with the right visibilty levels, far more realistic. Nice job! Thanks bud. I noticed that half of the screenshots floating around the net are taken at unlimited visibility, totally unrealistic. NyxxUK, on 27 Dec 2013 - 12:47 AM, said: So your running SweetFX and Shade together at the same time ? Is Swwet FX the one that you cannot run in full screen just window mode? Shade and SweetFX are running together at the same time of course without any problems. I'm running FSX in windowed mode for years. Just tested it in fullscreen mode, SweetFX is working fine. ------------------------------------ INSTALLATION PROCEDURE: First, you need SweetFX 1.5.1 postfx plugin from here: http://forums.guru3d...ad.php?t=381912 - Unpack it to the root of FSX directory. So you should have now new "SweetFX" folder in FSX folder, and sweetfx_settings.txt with few other new files that comes with this postfx plugin, also in the root of FSX folder. - Copy and paste my sweetfx_settings.txt, and overwrite. - Backup sky_morning_X.bmp, sky_noon_X.bmp and sky_afternoon_X.bmp (where X is from 0 to 9) files from FSX/Texture folder. - Unpack content of Sky.rar archive into FSX/Texture folder and overwrite. Load FSX and turn on/off SweetFX with the SCROLL LOCK button. That's it. Enjoy! Current system: ASUS PRIME Z690-P D4, Intel 12900k, 32GB RAM @ 3600mhz, Zotac RTX 3090 Trinity, M2 SSD, Oculus Quest 2.
December 27, 201312 yr Author Commercial Member those open cargo doors ain't going to get you far, you know! Ahahahahah I didn't noticed that until now. :lol: I dropped some postfx candies and I forgot to close the doors. :ph34r: Current system: ASUS PRIME Z690-P D4, Intel 12900k, 32GB RAM @ 3600mhz, Zotac RTX 3090 Trinity, M2 SSD, Oculus Quest 2.
December 27, 201312 yr I think you need to check this line... #define RGB_Gamma float3(2.200, 2.200, 2.200) //[0.000 to 2.000] That should probably be set back to 1,1,1 its just way to bright with those settings. Not sure how you even set 2.2 as 2 is the max.
December 27, 201312 yr Author Commercial Member I think you need to check this line... #define RGB_Gamma float3(2.200, 2.200, 2.200) //[0.000 to 2.000] That should probably be set back to 1,1,1 its just way to bright with those settings. Not sure how you even set 2.2 as 2 is the max. hmmmmm I tested these values in DX10 few days ago I think, but don't hold my word. FSX is very very dark without these values if you leave SMAA off. With SMAA on you'll get jaggies all around. Oh yes, I forgot to thank adi518 for this discovery! Check this thread: http://forum.avsim.net/topic/427579-discovered-fix-for-dx10-sfx-smaa-disable-problem/ Current system: ASUS PRIME Z690-P D4, Intel 12900k, 32GB RAM @ 3600mhz, Zotac RTX 3090 Trinity, M2 SSD, Oculus Quest 2.
December 27, 201312 yr Looks really good, except in my case, I only get half of the screen effected and my frame rates get cut in half. Never had much luck with Sweetfx. err...nevermind, Split screen was enabled in you settings. FPS is just unacceptable, plus FSX just crashed on takeoff...no Sweetfx for me. Too bad cause it looks pretty good. Oh well. Intel i7 10700K | Asus Maximus XII Hero | Asus TUF RTX 3090 | 32GB HyperX Fury 3200 DDR4 | 1TB Samsung M.2 (W11) | 2TB Samsung M.2 (MSFS2020) | Arctic Liquid Freezer II 280mm AIO | 43" Samsung Q90B | 27" Asus Monitor
December 27, 201312 yr Author Commercial Member Never had any problems with SweetFX, and when it is enabled FPS is the same. I really don't have a clue why FPS is low in your case. :( Are you sure you have 1.5.1 SweetFX installed? My settings file is for that version. Current system: ASUS PRIME Z690-P D4, Intel 12900k, 32GB RAM @ 3600mhz, Zotac RTX 3090 Trinity, M2 SSD, Oculus Quest 2.
December 27, 201312 yr Apparently Sweetfx doesn't play nice with dual monitor setups. I disabled one monitor and it runs beautifully. It's amazing what this does to the horizon and clouds and the landscape just pops! FSX stock is soooooo washed out its kind of a joke really. Intel i7 10700K | Asus Maximus XII Hero | Asus TUF RTX 3090 | 32GB HyperX Fury 3200 DDR4 | 1TB Samsung M.2 (W11) | 2TB Samsung M.2 (MSFS2020) | Arctic Liquid Freezer II 280mm AIO | 43" Samsung Q90B | 27" Asus Monitor
February 27, 201412 yr I hate dark visuals in FSX, so I made brighter SweetFX preset with some calibrated colors for photorealism. I bet that on 90% of monitors this will look good. If not, just tweak a bit this values in sweetfx: /*-----------------------------------------------------------. / Cineon DPX settings / '-----------------------------------------------------------*/ #define Red 12.0 //[1.0 to 15.0] #define Green 9.0 //[1.0 to 15.0] #define Blue 9.0 //[1.0 to 15.0] #define ColorGamma 1.5 //[0.1 to 2.5] Adjusts the colorfulness of the effect in a manner similar to Vibrance. 1.0 is neutral. #define DPXSaturation 1.0 //[0.0 to 8.0] Adjust saturation of the effect. 1.0 is neutral. #define RedC 0.36 //[0.60 to 0.20] #define GreenC 0.36 //[0.60 to 0.20] #define BlueC 0.36 //[0.60 to 0.20] #define Blend 0.9 --------------------------Cheers, enjoy, and thank me later. Ok, may I thank you now? Until recently when I upgraded my system, I couldn't run sweetfx without FSX crashing. I too hate FSX dark tones so I decided to give sweetfx another go with your preset settings. Never used DPX effect before, I was using vibrance, curves and lift_gamma_gain effects. I was impressed with the picture brightness, but it seemed too bright on my monitor and for my taste. So I toned down the effect somewhat by using #define Blend 0.6 (instead of 0.9) Also I didn't fancy the color balance change that these settings gave so I also changed this #define Red 9.0 //[1.0 to 15.0] (instead of 13.0) Now, I have to say that I feel great with the results. I really like the brighter image, the contrast balance between ground and sky and especially the brighter, fluffier clouds. Clouds (REX textures) now seem less cartoon-like, much more real, much more 3D. And the strange thing is that FSX now doesn't crash with sweetfx.. Go figure!!
February 27, 201412 yr Author Commercial Member Cool. Every display/taste is different. I'm loving that in in my preset, ground textures look alot better with #define Red 13.0 //[1.0 to 15.0]. I'm currently in DX10 mode, and my preset doesn't look indentical as in DX0, but it's close. Current system: ASUS PRIME Z690-P D4, Intel 12900k, 32GB RAM @ 3600mhz, Zotac RTX 3090 Trinity, M2 SSD, Oculus Quest 2.
Create an account or sign in to comment