Quote:
Originally Posted by Insuber
Someone suggested changing a parameter in the conf.ini, ColorBitDepth IIRC, from 32 to 64, and reported a curing of stutter.
Did anyone test that?
Cheers,
Ins
|
That sounds a little fishy, ColourBits=64 doesn't really make any sense, the only reason that may bring any change is it may default to a lower value with an invalid input, such as 24 or 16. ColourBits=32 should be the highest allowed value, (comes from DepthBits=24 and StencilBits=8 ) you can try experimenting with DepthBits=24/StencilBits=0 or DepthBits=16/StencilBits=8 and see if you get similar results to making 'ColourBits=64' to see what's really being applied.