Page 1 of 1

Registry Tweaking

Posted: Tue Feb 10, 2009 3:28 pm
by vicaphit
So, I am trying to get Vista 64bit to accept a registry tweak so I can view my 3D game overlay in yellow/blue instead of the red/cyan that it is currently showing.

I am using the information from this website to get the 3D effects to work.

Now, on the website it says that Vista x64 may take a bit more tweaking to get the colors correct, and someone had posted a reply to the same page that explained how to get it to work, but he ran out of bandwidth, and all of the posts are gone...

So here is my tweak from their website for yellow/blue glasses:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Stereo3D]
@=""
"StereoViewerType"=dword:80000001
"AnaglyphEnabled"=dword:deadbeef
"LeftAnaglyphFilter"=dword:ffffff00
"RightAnaglyphFilter"=dword:ff0000ff
"StereoVisionConfirmed"=dword:00000001
"StereoOSDEnable"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Stereo3D\GameConfigs]

[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Stereo3D\GameConfigs\left4dead]
"StereoMemoEnabled"=dword:00000000
"StereoConvergence"=dword:420d4c72
"LaserSight"=dword:00000001
"Time"=dword:4984ed2e
How can I edit this so that I get the desired effect of yellow/blue. I know the "LeftAnaglyphFilter" and "RightAnaglyphFilter" hex codes are correct for the colors I want, but this doesn't work in Vista x64.

Re: Registry Tweaking

Posted: Tue Feb 10, 2009 8:35 pm
by vicaphit
Sometimes you just have to root around on the net a bit. I found it:

Code: Select all

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\NVIDIA Corporation\Global\Stereo3D]
"LeftAnaglyphFilter"=dword:ffffff00
"RightAnaglyphFilter"=dword:ff0000ff