Malone, that's true.
I hope soon we will have all these properly documented. The previous (original) MOD, only allowed basic settings for separation (in cockpit and external). So there used to exist these settings:
//By PAL, Start or not Adjusting Convergence
PAL3DAdjustConv=0
//By PAL, Internal Stereo 3D Separation
PAL3DSeparation=1.5
//By PAL, External Stereo 3D Separation
PAL3DSeparationExt=25.0
//By PAL, Left Convergence Angle (Default parallel)
PAL3DConvLeft=0.0
//By PAL, Right Convergence Angle (Default parallel)
PAL3DConvRight=0.0
Now they are not required anymore (you can remove those lines because don't have any effect).
As you have noticed, there are new pairs of settings:
PAL3DSepAim=0.7
PAL3DSepGun=1.35
PAL3DSepPit=1.5
PAL3DSepExt=25.0
PAL3DConvAimL=-0.05
PAL3DConvAimR=-0.05
PAL3DConvGunL=-0.09
PAL3DConvGunR=-0.09
PAL3DConvPitL=-0.13
PAL3DConvPitR=-0.13
PAL3DConvExtL=-0.55
PAL3DConvExtR=-0.55
These are autosaved by the MOD now. It stores your last settings. And there are 4 levels of Stereo (with independent convergence and separation) which are Aim (scopes and aims), Gunners, Cockpits and Externals. You can set all of them (with the mouse combinations) and those are remembered automatically.
The other thing that it stores is the Stereo Mode (including the non-stereo one) so you don't have to configure manually anything.
//By PAL, SE = Stereo Enabled Mode A Default (0 = Disabled, 1, 2, 3, 4, 5)
PAL3DStart=1
And here is the list of the things which are not automatically stored and only can be configured manually:
//By PAL, Softness Factor for Cockpit Head Movements, useful with Hat Switch, etc. (between 0.0001 and 1)
PAL3DCockpitSoftView=0.075
//By PAL, Inertial Factor for Weapons and Turrets movement in Gunner position (between 0.0001 and 1)
PAL3DCockpitTurretInertia=0.001
//By PAL, Inertial Factor for Follow Mode (between 0.001 and 1)
PAL3DFollowInertia=0.01
//By PAL, Mouse 6DOF
PAL3DMouse6DOF=1
//By PAL, Reset 6DOF when Re-Entering
PAL3D6DOFAutoReset=1
//By PAL, Ecran Wide Mode
PAL3DEcranWide=0
//By PAL, Start or not Adjusting Convergence
PAL3DAdjustConv=0
//By PAL, Anaglyph Left Color Filter
PAL3DFilterLeft=R___
//By PAL, Anaglyph Right Color Filter
PAL3DFilterRight=_GB_
//By PAL, use Date for ScreenShot File Names
PAL3DScrShtDateName=1
//By PAL, File Format Extension for ScreenShots (jpg or tga are valid)
PAL3DScrShtExt=jpg
//By PAL, jpg Quality (between 0.0 and 1.0)
PAL3DScrShtJpgQuality=0.85
//By PAL, Path for ScreenShots
PAL3DScrShtDir=MyScreenShots/
Regards,
Pablo