It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hello,

Does anyone know how to make any sense of the the Gfx Settings? I have no idea what most of the selections are, like is the best Bump ARGB the 32 (R:8G:8B:8) or maybe FOURCC 'DXT1' ? or look at the texture and Character sliders, they seem to be completely opposite of each other (what side is the max settings)

I have been playing around with settings and most of the time I just screw something up and textures don't load properly, Does anyone know what are the best possible settings to max out everything?

I have a 2070Gtx (Nivida)

Attached a picture of the setting box
Attachments:
Post edited February 19, 2022 by EtherBunny66
Hi!

I have been playing around with settings and most of the time I just screw something up and textures don't load properly, Does anyone know what are the best possible settings to max out everything?
I attached a picture of perfectly tuned settings, they are maxed out in terms of graphics quality and performance on modern GPUs.
https://drive.google.com/file/d/1Y_DEebDCPgw7yKEaxZoEULX3jHCO2OTz/view

Does anyone know how to make any sense of the the Gfx Settings? I have no idea what most of the selections are, like is the best Bump ARGB the 32 (R:8G:8B:8) or maybe FOURCC 'DXT1' ? or look at the texture and Character sliders, they seem to be completely opposite of each other (what side is the max settings)
Sure, all the game's textures use DXT1 or DXT5 compression, so there is no point in using the 16/32 RGB(A) uncompressed formats.
As for the ZBuffer, the game does not use any stencil buffers (S parameter), but the depth (Z parameter) needs to be at least 24.
"Blit Backbuffer" is obsolete, you should turn if off, modern GPUs use backbuffer flipping which is more performant.
"DisableAllStages" is obsolete, it is just useful for Direct3D8/Direct3D9-era GPUs, you can turn it off.
As for the sliders, it is indeed inversed.
The "Aspect Letterbox" is optional, it is a matter of taste ;)
Where are you guys accessing this menu???

EDIT: It's the -gfxsettings parameter, I figured it out.
Post edited April 16, 2022 by Futil1ty