Guest Posted October 22, 2015 Report Share Posted October 22, 2015 Does anyone have a modified config file that enhances the graphics? Or some other type of ENB or graphics mod? Just curious. Quote Link to comment Share on other sites More sharing options...
itchboy Posted October 22, 2015 Report Share Posted October 22, 2015 There are curretly zero ways of modifying Em4 graphics via Em4config. There is a certain third party external program that adds shader effects (bloom, DOF and ambient occlusion) to the game, but at the cost of large amounts of FPS. Quote Link to comment Share on other sites More sharing options...
Dyson Posted October 22, 2015 Report Share Posted October 22, 2015 The mastereffect/sweet fx plugin can be used on em4, a custom enb setup is required so you can have subtle graphics tweaks with little fps reductions or heavy alterations for high spec PCs. This does not work with Intel graphics. Quote Link to comment Share on other sites More sharing options...
itchboy Posted October 22, 2015 Report Share Posted October 22, 2015 This does not work with Intel graphics.Which I believe is unfair to our less fortunate brothers and sisters who have Intel graphics. Quote Link to comment Share on other sites More sharing options...
Dyson Posted October 22, 2015 Report Share Posted October 22, 2015 Which I believe is unfair to our less fortunate brothers and sisters who have Intel graphics.Haha amen I have Intel too, they are crap graphics cards though let's be fair. But fortunately I have a second pc with ATI so been able to try it out. Quote Link to comment Share on other sites More sharing options...
itchboy Posted October 22, 2015 Report Share Posted October 22, 2015 Haha amen I have Intel too, they are crap graphics cards though let's be fair. But fortunately I have a second pc with ATI so been able to try it out.Does anyone have a modified config file that enhances the graphics? Or some other type of ENB or graphics mod? Just curious.I think I have one thing to contribute actually. Just tried experimentation with the em4 code, and there may be something that improves how textures are drawn in Em4. This setting:<var name="r_tex_mipbias" value="0.5" />I have found out that "mipbias" means the MimMapping bias for the textures ingame. This means, that the game actually renders the textures smaller than the actual texture that the player/user puts into the game. This setting is linked to how the game makes textures smaller when the object is at a fair distance away from the viewer. I set that value to -1.0 and noticed that the textures no longer looked blurry when viewed from a distance and in some cases, details like decals and license plates could be made out better from a distance. I am unsure of its effect on performance because I only looked at it a couple hours ago. Quote Link to comment Share on other sites More sharing options...
Dyson Posted October 22, 2015 Report Share Posted October 22, 2015 I think I have one thing to contribute actually. Just tried experimentation with the em4 code, and there may be something that improves how textures are drawn in Em4.This setting:<var name="r_tex_mipbias" value="0.5" />I have found out that "mipbias" means the MimMapping bias for the textures ingame. This means, that the game actually renders the textures smaller than the actual texture that the player/user puts into the game. This setting is linked to how the game makes textures smaller when the object is at a fair distance away from the viewer.I set that value to -1.0 and noticed that the textures no longer looked blurry when viewed from a distance and in some cases, details like decals and license plates could be made out better from a distance. I am unsure of its effect on performance because I only looked at it a couple hours ago.Good find! I'm on my pc now I'll have a look into its effects on fps Quote Link to comment Share on other sites More sharing options...
Guest Posted October 22, 2015 Report Share Posted October 22, 2015 Not worried about frames on my PC. Will definately take a look. Thanks guys. Another thing I noticed. Is there a way to better organize the cfg file? Mine is always really messy and crunched together. Quote Link to comment Share on other sites More sharing options...
Guest Posted April 12, 2016 Report Share Posted April 12, 2016 Don't know if this is still relevant as is old but found this incredibly interesting. I will definitely have to try this soon. I was just wondering, do you know if setting the value to lower than -1 would improve it further or is -1 the maximum. Also, have you found any other lines that change graphics that could be useful? Quote Link to comment Share on other sites More sharing options...
itchboy Posted April 13, 2016 Report Share Posted April 13, 2016 16 hours ago, TWMCPE said: Don't know if this is still relevant as is old but found this incredibly interesting. I will definitely have to try this soon. I was just wondering, do you know if setting the value to lower than -1 would improve it further or is -1 the maximum. Also, have you found any other lines that change graphics that could be useful? Nothing else, this one seems to be the only graphical setting that does anything major. The rest are all relating to items that the player wouldnt notice or care ingame. Setting it to -3.0, I believe is the maximum, but makes the textures look too sharp and quite abraisive. The best number I found is -0.1 which is a balance of sharpness, while the game has enough smoothing of the textures so that it doesnt look too blurry. The setting makes things look very jagged at insane settings, so adjust with moderation. The game makes textures look smoother by reducing their resolution when you are farther from the object(s). The value here simply reduces the amount of that resolution downscaling. Quote Link to comment Share on other sites More sharing options...
Guest Posted April 13, 2016 Report Share Posted April 13, 2016 Oh okay. Thank you very much for clarificication. I will try this later Quote Link to comment Share on other sites More sharing options...