found Tom Pabst's guide for N4 using google, something similar for GPL would be
great.
Thanks
Ken
Thanks
Ken
Try the following , copied from a previous post
You want the D3D renderer from
http://www.papy.com/gpl/gpl.download.index.html and then you want to add
some lines to your core.ini.
The lines are -
[ Int Profile Values ]
value3 = Direct3D7:D3DDevice:0
value4 = Direct3D7:TossHighestMip:0
value5 = Direct3D7:TrilinearFiltering:0
value6 = Direct3D7:DoubleMirrorResWidth:0
value7 = Direct3D7:DoubleMirrorResHeight:0
value8 = Direct3D7:DirectMirrorRendering:0
value9 = Direct3D7:DisableZBuffer:0
[ Direct3D7 ]
D3DDevice = 0
TossHighestMip = 0
TrilinearFiltering = 1
DoubleMirrorResWidth = 1
DoubleMirrorResHeight = 1
DirectMirrorRendering = 1
DisableZBuffer = 0
or you can get them from the ReadmeD3D.txt which will be in your GPL folder
after you install the d3d renderer.
Cheers
A
A
> > Is there a guide for tweaking the settings for a geforce 2 card for GPL?
> I
> > found Tom Pabst's guide for N4 using google, something similar for GPL
> would be
> > great.
> > Thanks
> > Ken
> Try the following , copied from a previous post
> You want the D3D renderer from
> http://www.papy.com/gpl/gpl.download.index.html and then you want to add
> some lines to your core.ini.
> The lines are -
> [ Int Profile Values ]
> value3 = Direct3D7:D3DDevice:0
> value4 = Direct3D7:TossHighestMip:0
> value5 = Direct3D7:TrilinearFiltering:0
> value6 = Direct3D7:DoubleMirrorResWidth:0
> value7 = Direct3D7:DoubleMirrorResHeight:0
> value8 = Direct3D7:DirectMirrorRendering:0
> value9 = Direct3D7:DisableZBuffer:0
> [ Direct3D7 ]
> D3DDevice = 0
> TossHighestMip = 0
> TrilinearFiltering = 1
> DoubleMirrorResWidth = 1
> DoubleMirrorResHeight = 1
> DirectMirrorRendering = 1
> DisableZBuffer = 0
> or you can get them from the ReadmeD3D.txt which will be in your GPL
folder
> after you install the d3d renderer.
> > Okay, I've been gone from GPL for quite a while, but I just ditched my
> > 200mmx for a 1000mhz P3 with a geforce2 MX. Which patches do I need for
> the
> > geforce, what settings do I need to adjust, and what else is new on the
> gpl
> > scene that I've missed in the last 6 months or so? I can't wait to see
> how
> > the LWFF feels now=)
> > Brian Fox
> Cheers
> A
These settings are for the first version of the D3D renderer, better
check the Readme3D.Txt for an example you can use for the GF2.
(I'm at work right now, can't get the settings I use myself)
Remco
Ken
> >Try the following , copied from a previous post
> >You want the D3D renderer from
> >http://www.papy.com/gpl/gpl.download.index.html and then you want to add
> >some lines to your core.ini.
> >The lines are -
> >[ Int Profile Values ]
> >value3 = Direct3D7:D3DDevice:0
> >value4 = Direct3D7:TossHighestMip:0
> >value5 = Direct3D7:TrilinearFiltering:0
> >value6 = Direct3D7:DoubleMirrorResWidth:0
> >value7 = Direct3D7:DoubleMirrorResHeight:0
> >value8 = Direct3D7:DirectMirrorRendering:0
> >value9 = Direct3D7:DisableZBuffer:0
> >[ Direct3D7 ]
> >D3DDevice = 0
> >TossHighestMip = 0
> >TrilinearFiltering = 1
> >DoubleMirrorResWidth = 1
> >DoubleMirrorResHeight = 1
> >DirectMirrorRendering = 1
> >DisableZBuffer = 0
> These settings are for the first version of the D3D renderer, better
> check the Readme3D.Txt for an example you can use for the GF2.
> (I'm at work right now, can't get the settings I use myself)
> Remco