Temporary fix for WoW S3D
OK, many people had issues with S3D not working with WoW (me being one of them).

My previous posts suggested to use DX11, but it's wrong, as some things are messed up (like nameplate tags rendered in 2D depth).

Only things that you need: run game normally, and use following 2 macros (create them ingame, or just c&p) to either turn 3D ON or OFF:

ON:
/script SetCVar("gxStereoEnabled", 1); RestartGx();

OFF:
/script SetCVar("gxStereoEnabled", 0); RestartGx();

[color="#FF0000"][i]Edit:
4.0.3 patch fixed this issue! :)[/i][/color]
OK, many people had issues with S3D not working with WoW (me being one of them).



My previous posts suggested to use DX11, but it's wrong, as some things are messed up (like nameplate tags rendered in 2D depth).



Only things that you need: run game normally, and use following 2 macros (create them ingame, or just c&p) to either turn 3D ON or OFF:



ON:

/script SetCVar("gxStereoEnabled", 1); RestartGx();



OFF:

/script SetCVar("gxStereoEnabled", 0); RestartGx();



Edit:

4.0.3 patch fixed this issue! :)

#1
Posted 10/16/2010 07:12 PM   
OK, many people had issues with S3D not working with WoW (me being one of them).

My previous posts suggested to use DX11, but it's wrong, as some things are messed up (like nameplate tags rendered in 2D depth).

Only things that you need: run game normally, and use following 2 macros (create them ingame, or just c&p) to either turn 3D ON or OFF:

ON:
/script SetCVar("gxStereoEnabled", 1); RestartGx();

OFF:
/script SetCVar("gxStereoEnabled", 0); RestartGx();

[color="#FF0000"][i]Edit:
4.0.3 patch fixed this issue! :)[/i][/color]
OK, many people had issues with S3D not working with WoW (me being one of them).



My previous posts suggested to use DX11, but it's wrong, as some things are messed up (like nameplate tags rendered in 2D depth).



Only things that you need: run game normally, and use following 2 macros (create them ingame, or just c&p) to either turn 3D ON or OFF:



ON:

/script SetCVar("gxStereoEnabled", 1); RestartGx();



OFF:

/script SetCVar("gxStereoEnabled", 0); RestartGx();



Edit:

4.0.3 patch fixed this issue! :)

#2
Posted 10/16/2010 07:12 PM   
when i am flying or on water like stream, lake, sea and others, i see 3 images of my character, how can i fix this problem?
when i am flying or on water like stream, lake, sea and others, i see 3 images of my character, how can i fix this problem?

#3
Posted 03/03/2011 03:11 PM   
Set Liquid Quality to fair in the video options.
Set Liquid Quality to fair in the video options.
#4
Posted 03/03/2011 05:29 PM   
Scroll To Top