Legend of Dungeon(or ... To Slay a Depthless Beast!)
I had all but given up on this game, it triggered 3D ... it had the subtlest hint of being 3D, I had even asked the devs about it ...
[quote=TsaebehT]Is there anyway you could somehow change the 'depth' in the scene without altering how the game looks? Or perhaps a way for us to exaggerate the depth in-game via a setting?[quote=Capn Robot]Unfortunately no. Although I am working on an Oculus Rift version, so if we end up putting more options in with that it might be of use to you :D
3D LoD sounds awesome, can't wait to try it on the Rift, and I bet it looks great on your screen![/quote][/quote] ... at one point I was even trying tons of obscure profiles using a script ... I had even tried using the HelixMod dll/ini to push past the 100% depth but unfortunately it's not possible with it, some time passed, and after the latest driver updates screwed up my setup I found myself using/working on depth hacks ... which reminded of this little gem. So I kept trying it, pushing it further and further, until I was down in the single digit MonitorSizes and that's when it really started to shine. :)
The following screenshots are with the convergence set so the back wall is aligned, personally I play with the front of the floor/top step aligned. The main menu is doubled/really hard to focus on but the actual gameplay from the 'tavern' on is absolutely flawless ... well at least what I've played of it, perfect little cardboard cutouts and 3D levels/effects.
[quote][center]Click on Images for Stereoscopic Image
[url=https://dl.dropboxusercontent.com/s/xuqe6w0q2kq8at0/LegendofDungeon023_MonitorSize65.pns][img]https://dl.dropboxusercontent.com/s/npoi2x703736dnd/LegendofDungeon023_MonitorSize65.gif[/img][/url]
MonitorSize=65[/center][/quote]
[quote][center][url=https://dl.dropboxusercontent.com/s/nl7gzfdmwmw2a9j/LegendofDungeon023_MonitorSize26.pns][img]https://dl.dropboxusercontent.com/s/x5nb32hfpuc871a/LegendofDungeon023_MonitorSize26.gif[/img][/url]
MonitorSize=26[/center][/quote]
[quote][center][url=https://dl.dropboxusercontent.com/s/cxt33w3gz7279cf/LegendofDungeon023_MonitorSize13.pns][img]https://dl.dropboxusercontent.com/s/gfxvuh91usukwr8/LegendofDungeon023_MonitorSize13.gif[/img][/url]
MonitorSize=13[/center][/quote]
[quote][center][url=https://dl.dropboxusercontent.com/s/0u8hpg3a8ra3pwy/LegendofDungeon023_MonitorSize06.pns][img]https://dl.dropboxusercontent.com/s/begaigu93ixi4wz/LegendofDungeon023_MonitorSize06.gif[/img][/url]
MonitorSize=6[/center][/quote]
[quote][center][url=https://dl.dropboxusercontent.com/s/2tvyugybicvqc2y/LegendofDungeon023_MonitorSize03.pns][img]https://dl.dropboxusercontent.com/s/v90umswvjwd1eet/LegendofDungeon023_MonitorSize03.gif[/img][/url]
MonitorSize=3[/center][/quote]
[quote][center][url=https://dl.dropboxusercontent.com/s/xz0ucp4pmi4cc52/LegendofDungeon023_MonitorSize01.pns][img]https://dl.dropboxusercontent.com/s/56tq12akvb4xklz/LegendofDungeon023_MonitorSize01.gif[/img][/url]
MonitorSize=1[/center][/quote]
I've found the easiest way, at least for me, is to 'unlock' the Global\Stereo3D Key so 'Everyone' can write it ...
SaveAsBat&RunAsAdmin:
[code]@ECHO OFF
if EXIST "%PROGRAMFILES(X86)%" SET $WOW=Wow6432Node\
> %TEMP%\SetPermissionsEveryone.ini (
ECHO \Registry\Machine\SOFTWARE\%$WOW%NVIDIA Corporation\Global\Stereo3D [1 5 7 17]
)
RegIni "%TEMP%\SetPermissionsEveryone.ini"& Pause[/code]
... and then run the DepthHack prior to running the game ...
SaveAsBatRunBeforeGame(adjust SET $MonitorSize=X to suit):
[code]@ECHO OFF
if [%$MIN%]==[$MIN] GOTO :MIN
SET $MIN=$MIN
START /MIN CMD /c ""%~dpnx0""
GOTO :EOF
:MIN
SET $MonitorSize=3
::SET /a "$MonitorSize=%$MonitorSize%*2"
::CALL CMD /c EXIT /b %$MonitorSize%
::SET $HEX=%=EXITCODE%
::for /f "tokens=* delims=0" %%A in ("%$HEX%") DO (SET $HEX=%%A)
if EXIST "%PROGRAMFILES(X86)%" SET $WOW=Wow6432Node\
SET $KEY="HKLM\SOFTWARE\%$WOW%NVIDIA Corporation\Global\Stereo3D" /v "MonitorSize"
REG ADD %$KEY% /t REG_DWORD /d %$MonitorSize% /f||Pause&&Goto :Eof
:BEGIN
REG QUERY %$KEY% | FIND /i "0x%$HEX%" >NUL
if ERRORLEVEL 1 REG ADD %$KEY% /t REG_DWORD /d %$MonitorSize% /f& GOTO :EOF
if ERRORLEVEL 0 ECHO>NUL& GOTO BEGIN[/code]
Remove the :: for normal use(any MonitorSize value over 9) as it'll need the HEX conversion to work properly.
I had all but given up on this game, it triggered 3D ... it had the subtlest hint of being 3D, I had even asked the devs about it ...
TsaebehT said:Is there anyway you could somehow change the 'depth' in the scene without altering how the game looks? Or perhaps a way for us to exaggerate the depth in-game via a setting?
Capn Robot said:Unfortunately no. Although I am working on an Oculus Rift version, so if we end up putting more options in with that it might be of use to you :D
3D LoD sounds awesome, can't wait to try it on the Rift, and I bet it looks great on your screen!
... at one point I was even trying tons of obscure profiles using a script ... I had even tried using the HelixMod dll/ini to push past the 100% depth but unfortunately it's not possible with it, some time passed, and after the latest driver updates screwed up my setup I found myself using/working on depth hacks ... which reminded of this little gem. So I kept trying it, pushing it further and further, until I was down in the single digit MonitorSizes and that's when it really started to shine. :)
The following screenshots are with the convergence set so the back wall is aligned, personally I play with the front of the floor/top step aligned. The main menu is doubled/really hard to focus on but the actual gameplay from the 'tavern' on is absolutely flawless ... well at least what I've played of it, perfect little cardboard cutouts and 3D levels/effects.
Click on Images for Stereoscopic Image
MonitorSize=65
MonitorSize=26
MonitorSize=13
MonitorSize=6
MonitorSize=3
MonitorSize=1
I've found the easiest way, at least for me, is to 'unlock' the Global\Stereo3D Key so 'Everyone' can write it ...
SaveAsBat&RunAsAdmin:
@ECHO OFF
if EXIST "%PROGRAMFILES(X86)%" SET $WOW=Wow6432Node\
> %TEMP%\SetPermissionsEveryone.ini (
ECHO \Registry\Machine\SOFTWARE\%$WOW%NVIDIA Corporation\Global\Stereo3D [1 5 7 17]
)
RegIni "%TEMP%\SetPermissionsEveryone.ini"& Pause
... and then run the DepthHack prior to running the game ...
SaveAsBatRunBeforeGame(adjust SET $MonitorSize=X to suit):
@ECHO OFF
if [%$MIN%]==[$MIN] GOTO :MIN
SET $MIN=$MIN
START /MIN CMD /c ""%~dpnx0""
GOTO :EOF
:MIN
SET $MonitorSize=3
::SET /a "$MonitorSize=%$MonitorSize%*2"
::CALL CMD /c EXIT /b %$MonitorSize%
::SET $HEX=%=EXITCODE%
::for /f "tokens=* delims=0" %%A in ("%$HEX%") DO (SET $HEX=%%A)
if EXIST "%PROGRAMFILES(X86)%" SET $WOW=Wow6432Node\
SET $KEY="HKLM\SOFTWARE\%$WOW%NVIDIA Corporation\Global\Stereo3D" /v "MonitorSize"
REG ADD %$KEY% /t REG_DWORD /d %$MonitorSize% /f||Pause&&Goto :Eof
:BEGIN
REG QUERY %$KEY% | FIND /i "0x%$HEX%" >NUL
if ERRORLEVEL 1 REG ADD %$KEY% /t REG_DWORD /d %$MonitorSize% /f& GOTO :EOF
if ERRORLEVEL 0 ECHO>NUL& GOTO BEGIN
Remove the :: for normal use(any MonitorSize value over 9) as it'll need the HEX conversion to work properly.
[quote="D-Man11"]Interesting, I don't suppose you tried this with Red Faction :P[/quote]Lol... I'm not sure actually but I just did try it for you and got nothing. I've tried so many things with Red Faction. It's DX8 so I tried using ENB(DX8>9) with HelixMod and I get the red info text but it doesn't cycle through Shaders(just -1 to 0). I tried ENB with Chiri's Force Res/3D and it doesn't really do anything either and if I try to force resolutions with it it crashes. Not to mention all the Profile stuff I've tried... we sure could use a DX8(and under) version of HelixMod, especially if all it is is a post processing effect that's 'blocking' 3D from being 'seen' like Dark Sector's post processing effects.
D-Man11 said:Interesting, I don't suppose you tried this with Red Faction :P
Lol... I'm not sure actually but I just did try it for you and got nothing. I've tried so many things with Red Faction. It's DX8 so I tried using ENB(DX8>9) with HelixMod and I get the red info text but it doesn't cycle through Shaders(just -1 to 0). I tried ENB with Chiri's Force Res/3D and it doesn't really do anything either and if I try to force resolutions with it it crashes. Not to mention all the Profile stuff I've tried... we sure could use a DX8(and under) version of HelixMod, especially if all it is is a post processing effect that's 'blocking' 3D from being 'seen' like Dark Sector's post processing effects.
[quote="TsaebehT"] ... at one point I was even trying tons of obscure profiles using a script ...[/quote]
wait...huh? what?
You have a script that allows you to try tons of profiles????????????????????
Please share!!!!
Is it childproof for the feeble minded like myself?
[quote="D-Man11"]You have a script that allows you to try tons of profiles????????????????????
Please share!!!!
Is it childproof for the feeble minded like myself?[/quote]It's fairly simple and straightforward batch script, I had other plans for it but in it's current state it's a renaming script that works off of a Profile list... that's one of the more complicated parts, as there's well over 3000 Profiles... figuring out what Profiles are actually worth adding to the list. Technically 4everAwake's probably had more experience with lists and actually using it than I have, I sent him an earlier version of it to mess around with and then I tried working out a more Steam friendly EXE version that would work with games that need to be run from Steam. If you're still interested in messing around with it I can PM you the batch script version, I really don't want to 'release' it in that state so please keep it to yourself. If other people are interested in it then maybe I can put a little more time into a better version.
D-Man11 said:You have a script that allows you to try tons of profiles????????????????????
Please share!!!!
Is it childproof for the feeble minded like myself?
It's fairly simple and straightforward batch script, I had other plans for it but in it's current state it's a renaming script that works off of a Profile list... that's one of the more complicated parts, as there's well over 3000 Profiles... figuring out what Profiles are actually worth adding to the list. Technically 4everAwake's probably had more experience with lists and actually using it than I have, I sent him an earlier version of it to mess around with and then I tried working out a more Steam friendly EXE version that would work with games that need to be run from Steam. If you're still interested in messing around with it I can PM you the batch script version, I really don't want to 'release' it in that state so please keep it to yourself. If other people are interested in it then maybe I can put a little more time into a better version.
... at one point I was even trying tons of obscure profiles using a script ... I had even tried using the HelixMod dll/ini to push past the 100% depth but unfortunately it's not possible with it, some time passed, and after the latest driver updates screwed up my setup I found myself using/working on depth hacks ... which reminded of this little gem. So I kept trying it, pushing it further and further, until I was down in the single digit MonitorSizes and that's when it really started to shine. :)
The following screenshots are with the convergence set so the back wall is aligned, personally I play with the front of the floor/top step aligned. The main menu is doubled/really hard to focus on but the actual gameplay from the 'tavern' on is absolutely flawless ... well at least what I've played of it, perfect little cardboard cutouts and 3D levels/effects.
I've found the easiest way, at least for me, is to 'unlock' the Global\Stereo3D Key so 'Everyone' can write it ...
SaveAsBat&RunAsAdmin:
... and then run the DepthHack prior to running the game ...
SaveAsBatRunBeforeGame(adjust SET $MonitorSize=X to suit):
Remove the :: for normal use(any MonitorSize value over 9) as it'll need the HEX conversion to work properly.
[MonitorSizeOverride][Global/Base Profile Tweaks][Depth=IPD]
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
[MonitorSizeOverride][Global/Base Profile Tweaks][Depth=IPD]
wait...huh? what?
You have a script that allows you to try tons of profiles????????????????????
Please share!!!!
Is it childproof for the feeble minded like myself?
[MonitorSizeOverride][Global/Base Profile Tweaks][Depth=IPD]