View Single Post
  #5  
Old 05-20-2010, 07:46 AM
KG26_Alpha KG26_Alpha is offline
Approved Member
 
Join Date: Jan 2008
Location: London
Posts: 2,805
Default

What monitor are you using ?

Looks ok if you are running under Open GL and not Dx

Except


[window]
width=1920
height=1080
ColourBits=32
DepthBits=24
StencilBits=8
ChangeScreenRes=1

Under Dx these lines are missing (not important)

VideoSetupId=4
ForceShaders1x=0
PolygonOffsetFactor=-0.15
PolygonOffsetUnits=-3.0


And Open GL (important)

ForceShaders1x=0
PolygonOffsetFactor=-0.15
PolygonOffsetUnits=-3.0

Last edited by KG26_Alpha; 05-20-2010 at 07:49 AM.
Reply With Quote