RogerSmith 72 Posted October 19, 2012 (edited) The trees are not fading with distance even though the Options.INI has ObjectsFade set to TRUE, they just pop in and out of existence. is there something I missed? Edited October 19, 2012 by RogerSmith Share this post Link to post Share on other sites
+Stary 2,427 Posted October 19, 2012 stock or modded terrain, if so which one? also remember to have ForceDX9=FALSE Share this post Link to post Share on other sites
RogerSmith 72 Posted October 19, 2012 stock or modded terrain, if so which one? also remember to have ForceDX9=FALSE It only happens on Germany, a modded map that came with NATO Fighters 5 Share this post Link to post Share on other sites
+Stary 2,427 Posted October 20, 2012 re-enable the shaders in GermanyCE_Data.ini: [solidObjectTextureMaterial] EffectShaderName=terSolidObject.fx DepthBufferCheck=TRUE DepthBufferWrite=TRUE RenderedInOrder=FALSE AlphaTestEnabled=FALSE CullMode=CLOCKWISE LightEnabled=TRUE SpecularEnabled=FALSE EmissiveEnabled=FALSE FogEnabled=TRUE AmbientColor=1.000000,1.000000,1.000000,1.000000 DiffuseColor=1.000000,1.000000,1.000000,1.000000 ZBufferOffset=0.000000 BlendOp=ONE NumTextureStages=1 TextureStage[01].TextureName= TextureStage[01].MipMap=TRUE TextureStage[01].FilterEnabled=TRUE TextureStage[01].StageColorOp=TEXTURE_MODULATE_DIFFUSE TextureStage[01].StageAlphaOp=NO_OP [AlphaObjectTextureMaterial] EffectShaderName=terAlphaObject.fx DepthBufferCheck=TRUE DepthBufferWrite=FALSE RenderedInOrder=TRUE AlphaTestEnabled=TRUE CullMode=NO_CULL LightEnabled=TRUE SpecularEnabled=FALSE EmissiveEnabled=FALSE FogEnabled=TRUE AmbientColor=1.000000,1.000000,1.000000,1.000000 DiffuseColor=1.000000,1.000000,1.000000,1.000000 ZBufferOffset=2.000000 BlendOp=BLEND_SRC_ALPHA NumTextureStages=1 TextureStage[01].TextureName= TextureStage[01].MipMap=TRUE TextureStage[01].FilterEnabled=TRUE TextureStage[01].StageColorOp=TEXTURE_MODULATE_DIFFUSE TextureStage[01].StageAlphaOp=TEXTURE 1 Share this post Link to post Share on other sites