View Single Post
  #27  
Old 05-07-2012, 03:46 PM
Al Capwn Al Capwn is offline
Approved Member
 
Join Date: Sep 2011
Location: MA, USA
Posts: 67
Default

Quote:
Originally Posted by Insuber View Post
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.
Reply With Quote