Thread: please help
View Single Post
  #4  
Old 11-22-2023, 02:51 PM
JacksonsGhost JacksonsGhost is offline
Approved Member
 
Join Date: Oct 2015
Location: Australia
Posts: 178
Default

I'm no tech guru, but I may have found your problem.

You seem to have multiple conflicting lines in your config.ini in the [Render_OpenGL] section.

I think you mentioned in the other thread that you have an Nvidia card. For an Nvidia card I believe you should have the following lines set to "1" in the [Render_OpenGL] section:

TexFlags.TexEnvCombine4NV=1
TexFlags.DepthClampNV=1
TexFlags.TextureShaderNV=1

You do have these lines correctly set to "1" already in your config.ini, but, then you have them repeated at the bottom of the section, but set to "0" in each case, instead of "1".

I suggest you back up your config, then delete those three lines which are repeated and set to "0".

It looks like some of your config may have been copied from a device with a non-Nvidia card. If so, there might be other lines in conflict that I haven't mentioned, but hopefully that's not the case.

I notice that you also have these lines set to "0" in your [Render_DirectX] section, but my config is the same, so I suspect it is normal for these to be "0" in the [Render_DirectX] section when you are running OpenGL.

Let us know how you go with that.
Reply With Quote