v301.24: Registry Stereo-Game-Configs missing Where are they saved now?
I'm searching the place where the Registry Stereo-Game-Configs are saved.
The Reg-key "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D\GameConfigs" still exist but nothing seems to happen here now.
The settings must be stored somewhere as the driver remembers my settings.

I used to backup this settings so I can copy them back after a new driver- or OS-install for my games (convergence,Laser-Sight,Frustum,Stereo-info).
So where are they now?

By the way: Why is there no "Separation-per-game" setting so we can use different separation-values for different games?
I'm searching the place where the Registry Stereo-Game-Configs are saved.

The Reg-key "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D\GameConfigs" still exist but nothing seems to happen here now.

The settings must be stored somewhere as the driver remembers my settings.



I used to backup this settings so I can copy them back after a new driver- or OS-install for my games (convergence,Laser-Sight,Frustum,Stereo-info).

So where are they now?



By the way: Why is there no "Separation-per-game" setting so we can use different separation-values for different games?

Desktop-PC

i7 870 @ 3.8GHz + MSI GTX1070 Gaming X + 16GB RAM + Win10 64Bit Home + AW2310+3D-Vision

#1
Posted 04/24/2012 05:45 PM   
I'm pretty sure these have been moved to the traditional game profiles where the SLI/AA bits are stored. I think you can access them via Nvidia Inspector; there was another post mentioning it but don't quote me on it.
I'm pretty sure these have been moved to the traditional game profiles where the SLI/AA bits are stored. I think you can access them via Nvidia Inspector; there was another post mentioning it but don't quote me on it.

-=HeliX=- Mod 3DV Game Fixes
My 3D Vision Games List Ratings

Intel Core i7 5930K @4.5GHz | Gigabyte X99 Gaming 5 | Win10 x64 Pro | Corsair H105
Nvidia GeForce Titan X SLI Hybrid | ROG Swift PG278Q 144Hz + 3D Vision/G-Sync | 32GB Adata DDR4 2666
Intel Samsung 950Pro SSD | Samsung EVO 4x1 RAID 0 |
Yamaha VX-677 A/V Receiver | Polk Audio RM6880 7.1 | LG Blu-Ray
Auzen X-Fi HT HD | Logitech G710/G502/G27 | Corsair Air 540 | EVGA P2-1200W

#2
Posted 04/24/2012 07:18 PM   
There located here..


C:\Users\user**\Documents\NVStereoscopic3D.LOG
There located here..





C:\Users\user**\Documents\NVStereoscopic3D.LOG

Intel I7 3820 3.8 Ghz,MSI MS7760 Motherboard, 6GB )2x MSI GTX670 (SLI),OCZ Vertex 230Gb SSD,OCZ Agility 120Gb SSD, Asus 3D VG278HR ,Optoma HD67 3D DLP Beamer with 95inch 2.5 gain screen.

#3
Posted 04/24/2012 07:59 PM   
[quote name='Ferry' date='24 April 2012 - 08:59 PM' timestamp='1335297546' post='1400475']
There located here..

C:\Users\user**\Documents\NVStereoscopic3D.LOG
[/quote]
Ah, thats interesting. Did anyone fiddle around with the other settings there?

EDIT: No, that are only logs. No settings are stored or loaded here.
[quote name='Ferry' date='24 April 2012 - 08:59 PM' timestamp='1335297546' post='1400475']

There located here..



C:\Users\user**\Documents\NVStereoscopic3D.LOG



Ah, thats interesting. Did anyone fiddle around with the other settings there?



EDIT: No, that are only logs. No settings are stored or loaded here.

Desktop-PC

i7 870 @ 3.8GHz + MSI GTX1070 Gaming X + 16GB RAM + Win10 64Bit Home + AW2310+3D-Vision

#4
Posted 04/24/2012 09:44 PM   
Are you sure Flint ?

As far as I know ..someone at Nvidia said the settings were stored there...
Are you sure Flint ?



As far as I know ..someone at Nvidia said the settings were stored there...

Intel I7 3820 3.8 Ghz,MSI MS7760 Motherboard, 6GB )2x MSI GTX670 (SLI),OCZ Vertex 230Gb SSD,OCZ Agility 120Gb SSD, Asus 3D VG278HR ,Optoma HD67 3D DLP Beamer with 95inch 2.5 gain screen.

#5
Posted 04/25/2012 03:47 PM   
[quote name='Ferry' date='25 April 2012 - 04:47 PM' timestamp='1335368879' post='1400856']
Are you sure Flint ?
[/quote]
Yes, now I am. You can change or delete all this logs and nothing will happen.

But Chiz is right. The settings are stored now in the standard-game-profiles.
I found some of them with the Nvidia-Inspector as undefined values. When you change values here it will take effect in the app.

[img]http://www.abload.de/img/3dvisionprofilesvyeha.jpg[/img]

If you want to have them this way in the NV-Inspector you need to add the following lines to the "CustomSettingNames_en-EN.xml":
[code] <CustomSetting>
<UserfriendlyName>Stereo Convergence</UserfriendlyName>
<HexSettingID>0x708DB8C5</HexSettingID>
<Description />
<GroupName>3D Vision</GroupName>
<SettingValues />
<SettingMasks />
</CustomSetting>

<CustomSetting>
<UserfriendlyName>Stereo Info OSD</UserfriendlyName>
<HexSettingID>0x707F4B45</HexSettingID>
<Description />
<GroupName>3D Vision</GroupName>
<SettingValues>
<CustomSettingValue>
<UserfriendlyName>Off</UserfriendlyName>
<HexValue>0x00000000</HexValue>
</CustomSettingValue>
<CustomSettingValue>
<UserfriendlyName>On</UserfriendlyName>
<HexValue>0x00000001</HexValue>
</CustomSettingValue>
</SettingValues>
<SettingMasks />
</CustomSetting>

<CustomSetting>
<UserfriendlyName>Stereo Laser Sight</UserfriendlyName>
<HexSettingID>0x7058B6E1</HexSettingID>
<Description />
<GroupName>3D Vision</GroupName>
<SettingValues>
<CustomSettingValue>
<UserfriendlyName>Off</UserfriendlyName>
<HexValue>0x00000000</HexValue>
</CustomSettingValue>
<CustomSettingValue>
<UserfriendlyName>On</UserfriendlyName>
<HexValue>0x00000001</HexValue>
</CustomSettingValue>
</SettingValues>
<SettingMasks />
</CustomSetting>[/code]
[quote name='Ferry' date='25 April 2012 - 04:47 PM' timestamp='1335368879' post='1400856']

Are you sure Flint ?



Yes, now I am. You can change or delete all this logs and nothing will happen.



But Chiz is right. The settings are stored now in the standard-game-profiles.

I found some of them with the Nvidia-Inspector as undefined values. When you change values here it will take effect in the app.



Image



If you want to have them this way in the NV-Inspector you need to add the following lines to the "CustomSettingNames_en-EN.xml":

<CustomSetting>

<UserfriendlyName>Stereo Convergence</UserfriendlyName>

<HexSettingID>0x708DB8C5</HexSettingID>

<Description />

<GroupName>3D Vision</GroupName>

<SettingValues />

<SettingMasks />

</CustomSetting>



<CustomSetting>

<UserfriendlyName>Stereo Info OSD</UserfriendlyName>

<HexSettingID>0x707F4B45</HexSettingID>

<Description />

<GroupName>3D Vision</GroupName>

<SettingValues>

<CustomSettingValue>

<UserfriendlyName>Off</UserfriendlyName>

<HexValue>0x00000000</HexValue>

</CustomSettingValue>

<CustomSettingValue>

<UserfriendlyName>On</UserfriendlyName>

<HexValue>0x00000001</HexValue>

</CustomSettingValue>

</SettingValues>

<SettingMasks />

</CustomSetting>



<CustomSetting>

<UserfriendlyName>Stereo Laser Sight</UserfriendlyName>

<HexSettingID>0x7058B6E1</HexSettingID>

<Description />

<GroupName>3D Vision</GroupName>

<SettingValues>

<CustomSettingValue>

<UserfriendlyName>Off</UserfriendlyName>

<HexValue>0x00000000</HexValue>

</CustomSettingValue>

<CustomSettingValue>

<UserfriendlyName>On</UserfriendlyName>

<HexValue>0x00000001</HexValue>

</CustomSettingValue>

</SettingValues>

<SettingMasks />

</CustomSetting>

Desktop-PC

i7 870 @ 3.8GHz + MSI GTX1070 Gaming X + 16GB RAM + Win10 64Bit Home + AW2310+3D-Vision

#6
Posted 04/25/2012 04:06 PM   
Scroll To Top