Acer 5360 more depth. Anyone have the batch file?
I used to have a batch file for increasing depth on my Acer projector but I lost it. Wonder if someone could upload it here. Thnaks.
I used to have a batch file for increasing depth on my Acer projector but I lost it. Wonder if someone could upload it here.

Thnaks.

#1
Posted 09/10/2013 04:57 PM   
It's in the thread by RAGEdemon Maximum Depth Hack Go beyond 100% https://forums.geforce.com/default/topic/519243/?comment=3690295
It's in the thread by RAGEdemon

Maximum Depth Hack Go beyond 100%


https://forums.geforce.com/default/topic/519243/?comment=3690295

#2
Posted 09/10/2013 05:06 PM   
Just in case this is the one you used to use. -------------------------------------------------- @Echo Off set _loops=0 :start @REG ADD "HKLM\Software\NVIDIA Corporation\Global\Stereo3D" /v MonitorSize /t REG_DWORD /d 100 /f set /a _loops +=1 if %_loops%==10000 goto end goto start :end Rename as whateveryouwant.bat Open .bat before playing any game. change value 100= 50" monitor accordingly. If you have a 24" monitor and want 50% more depth. You would need 18" monitor so you would put 36.(double the value)
Just in case this is the one you used to use.
--------------------------------------------------

@Echo Off

set _loops=0

:start

@REG ADD "HKLM\Software\NVIDIA Corporation\Global\Stereo3D" /v MonitorSize /t REG_DWORD /d 100 /f

set /a _loops +=1

if %_loops%==10000 goto end

goto start

:end



Rename as whateveryouwant.bat

Open .bat before playing any game.

change value 100= 50" monitor accordingly.

If you have a 24" monitor and want 50% more depth. You would need 18" monitor so you would put 36.(double the value)

Co-founder of helixmod.blog.com

If you like one of my helixmod patches and want to donate. Can send to me through paypal - eqzitara@yahoo.com

#3
Posted 09/10/2013 05:17 PM   
Scroll To Top