Registry Tweaking

Anything and everything software related that doesn't fit above can go in here!
Post Reply
User avatar
vicaphit
Legit Extremist
Legit Extremist
Posts: 2789
Joined: Thu Apr 05, 2007 2:22 pm
Location: SE Ohio

Registry Tweaking

Post 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.
----
Andy

New Rig: Intel Q6600 (2.7ghz), ASUS P5KC, 4GB DDR2-800, Palit 9600GT (1GB), Ultra X3 1KW (thanks LR!), Vista 64bit
Dell Rig: AMD Athlon X2 4000+ (2.1ghz), 2 GB DDR2 Ram, MSI 8800GT (512MB), Vista 32bit

PSN: VICaphit
User avatar
vicaphit
Legit Extremist
Legit Extremist
Posts: 2789
Joined: Thu Apr 05, 2007 2:22 pm
Location: SE Ohio

Re: Registry Tweaking

Post 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
----
Andy

New Rig: Intel Q6600 (2.7ghz), ASUS P5KC, 4GB DDR2-800, Palit 9600GT (1GB), Ultra X3 1KW (thanks LR!), Vista 64bit
Dell Rig: AMD Athlon X2 4000+ (2.1ghz), 2 GB DDR2 Ram, MSI 8800GT (512MB), Vista 32bit

PSN: VICaphit
Post Reply