Jump to content
Guest

em4.cfg Tweaks (Graphics)

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...