The Evil Within by Tango Gameworks / Shinji Mikami / Bethesda (2014)
  11 / 15    
@D-Man11 What's stereo signature? The game may say fullscreen....but there are a few games that use a fake fullscreen. In the dx log that produce 3Dmigoto i remember seen the game start in windows mode (when you select fullscreen) --> fake fullscreen. Today i will try a couple of things more that came to my mind. @zig11727 I will upload a WIP today night. I'm finishing Chapter 5, so i will probably seen more lights and decal shader broken that i need to cover. Main shadows is one shader and is 100% fixed.
@D-Man11
What's stereo signature?

The game may say fullscreen....but there are a few games that use a fake fullscreen. In the dx log that produce 3Dmigoto i remember seen the game start in windows mode (when you select fullscreen) --> fake fullscreen.

Today i will try a couple of things more that came to my mind.


@zig11727
I will upload a WIP today night. I'm finishing Chapter 5, so i will probably seen more lights and decal shader broken that i need to cover. Main shadows is one shader and is 100% fixed.

MY WEB

Helix Mod - Making 3D Better

My 3D Screenshot Gallery

Like my fixes? you can donate to Paypal: dhr.donation@gmail.com

Posted 08/01/2016 12:28 PM   
thanks,
thanks,

Gigabyte Z370 Gaming 7 32GB Ram i9-9900K GigaByte Aorus Extreme Gaming 2080TI (single) Game Blaster Z Windows 10 X64 build #17763.195 Define R6 Blackout Case Corsair H110i GTX Sandisk 1TB (OS) SanDisk 2TB SSD (Games) Seagate EXOs 8 and 12 TB drives Samsung UN46c7000 HD TV Samsung UN55HU9000 UHD TVCurrently using ACER PASSIVE EDID override on 3D TVs LG 55

Posted 08/01/2016 01:27 PM   
Thank you for your work, DHR. I've been almost buying this game many times, but I didn't because of no 3D. I'll be patiently waiting until your fix works with normal 3D Vision or the game + expansions costs less than 10€.
Thank you for your work, DHR. I've been almost buying this game many times, but I didn't because of no 3D.

I'll be patiently waiting until your fix works with normal 3D Vision or the game + expansions costs less than 10€.

CPU: Intel Core i7 7700K @ 4.9GHz
Motherboard: Gigabyte Aorus GA-Z270X-Gaming 5
RAM: GSKILL Ripjaws Z 16GB 3866MHz CL18
GPU: Gainward Phoenix 1080 GLH
Monitor: Asus PG278QR
Speakers: Logitech Z506
Donations account: masterotakusuko@gmail.com

Posted 08/01/2016 03:01 PM   
[quote="DHR"]@D-Man11 What's stereo signature?[/quote] I had the pixel addition wrong, it's "one" extra row not two, I read about it years ago and couldn't remember exactly. Plus it needs to be added to height not width. lol, I got 1 out of 3 right. NV_STEREO_IMAGE_SIGNATURE You can see a guy code it here http://stackoverflow.com/questions/7377861/nv-stereo-image-signature-and-directx-10-11-nvidia-3d-vision At first he he has trouble but then figures out what he coded wrong. AvengerDr states "I eventually managed to fix it. The key was in using the CopySubResourceRegion method on the stereoized texture back to the backbuffer, specifying its dimension (e.g.: 1920 x 1080 instead of 3840 x 1081)." here he put it on github https://gist.github.com/AvengerDr/6062614
DHR said:@D-Man11
What's stereo signature?


I had the pixel addition wrong, it's "one" extra row not two, I read about it years ago and couldn't remember exactly. Plus it needs to be added to height not width. lol, I got 1 out of 3 right.

NV_STEREO_IMAGE_SIGNATURE

You can see a guy code it here
http://stackoverflow.com/questions/7377861/nv-stereo-image-signature-and-directx-10-11-nvidia-3d-vision

At first he he has trouble but then figures out what he coded wrong.

AvengerDr states "I eventually managed to fix it. The key was in using the CopySubResourceRegion method on the stereoized texture back to the backbuffer, specifying its dimension (e.g.: 1920 x 1080 instead of 3840 x 1081)."

here he put it on github https://gist.github.com/AvengerDr/6062614

Posted 08/01/2016 03:58 PM   
I've picked this up for the shared accounts, so DarkStarSword (or anyone else who's interested) can take a look.
I've picked this up for the shared accounts, so DarkStarSword (or anyone else who's interested) can take a look.

Posted 08/01/2016 04:20 PM   
[u]WIP fix[/u] [b]** NOTE: THIS GAME WILL ONLY WORKS IN CHECKERBOARD 3D MODE (SELECTING FROM NVIDIA CONTROL PANEL)** ** IF YOU DON'T HAVE A SCREEN THAT SUPPORT THIS 3D MODE, DON'T BUY THE GAME, WILL NOT WORK **[/b] Today i also test the interleave mode using Acer override and also works! so there is a chance that 4K EDID Interleave will also works. [u]Fix:[/u] - Shadows - Lights - Lights clipping - Reflections (walls, water, others) - Decals (Blood and others) - Lensflares (aproximate) - Some 2D objets - Crosshair is in 3D [u]Presets:[/u] - "P" key for recommended convergence. - "O" key cycle crosshair depth. You can use the fullscreen option in the video game. I remove a shader that cause the entire screen goes black in cinematics and menu Shortcuts for Separation and Convergence works normally. **USE AC3 PROFILE TO ENABLE 3D WITH CB MODE** [url]https://s3.amazonaws.com/dhr/The.Evil.Within.3DFix_CB-3DMODE-ONLY.zip[/url] I will update the fix if i found more issues, i'm currently finishing Chapter 5.
WIP fix

** NOTE: THIS GAME WILL ONLY WORKS IN CHECKERBOARD 3D MODE (SELECTING FROM NVIDIA CONTROL PANEL)**
** IF YOU DON'T HAVE A SCREEN THAT SUPPORT THIS 3D MODE, DON'T BUY THE GAME, WILL NOT WORK **


Today i also test the interleave mode using Acer override and also works! so there is a chance that 4K EDID Interleave will also works.


Fix:
- Shadows
- Lights
- Lights clipping
- Reflections (walls, water, others)
- Decals (Blood and others)
- Lensflares (aproximate)
- Some 2D objets
- Crosshair is in 3D

Presets:
- "P" key for recommended convergence.
- "O" key cycle crosshair depth.

You can use the fullscreen option in the video game. I remove a shader that cause the entire screen goes black in cinematics and menu

Shortcuts for Separation and Convergence works normally.

**USE AC3 PROFILE TO ENABLE 3D WITH CB MODE**

https://s3.amazonaws.com/dhr/The.Evil.Within.3DFix_CB-3DMODE-ONLY.zip


I will update the fix if i found more issues, i'm currently finishing Chapter 5.

MY WEB

Helix Mod - Making 3D Better

My 3D Screenshot Gallery

Like my fixes? you can donate to Paypal: dhr.donation@gmail.com

Posted 08/01/2016 10:24 PM   
I don't think I've been this excited about a fix since Helifax announced his Layers of Fear fix! Thanks for sharing DHR! :) I spent a few hours trying out different Registry Settings I stumbled across when I found MonitorSizeOverride but to no avail, still just works with Discover and CB... if I think of anything else I'll keep plugging away at it.
I don't think I've been this excited about a fix since Helifax announced his Layers of Fear fix! Thanks for sharing DHR! :)

I spent a few hours trying out different Registry Settings I stumbled across when I found MonitorSizeOverride but to no avail, still just works with Discover and CB... if I think of anything else I'll keep plugging away at it.
Posted 08/01/2016 11:01 PM   
Damn... all I have are 3D Monitors and with DL-DVI connection:( So no Checkerboard option for me:( damn.... Still awesome that you fixed it!!! Congrats! I did look at the texture clipping in DOOM and wasn't able to fix it properly. Fixing one of the tex coords introduced other issues:( I'll check it in the future some more and see if I can fix that one;) Thanks for the tip/reminding me;)
Damn... all I have are 3D Monitors and with DL-DVI connection:( So no Checkerboard option for me:( damn....
Still awesome that you fixed it!!!
Congrats!

I did look at the texture clipping in DOOM and wasn't able to fix it properly. Fixing one of the tex coords introduced other issues:(
I'll check it in the future some more and see if I can fix that one;) Thanks for the tip/reminding me;)

1x Palit RTX 2080Ti Pro Gaming OC(watercooled and overclocked to hell)
3x 3D Vision Ready Asus VG278HE monitors (5760x1080).
Intel i9 9900K (overclocked to 5.3 and watercooled ofc).
Asus Maximus XI Hero Mobo.
16 GB Team Group T-Force Dark Pro DDR4 @ 3600.
Lots of Disks:
- Raid 0 - 256GB Sandisk Extreme SSD.
- Raid 0 - WD Black - 2TB.
- SanDisk SSD PLUS 480 GB.
- Intel 760p 256GB M.2 PCIe NVMe SSD.
Creative Sound Blaster Z.
Windows 10 x64 Pro.
etc


My website with my fixes and OpenGL to 3D Vision wrapper:
http://3dsurroundgaming.com

(If you like some of the stuff that I've done and want to donate something, you can do it with PayPal at tavyhome@gmail.com)

Posted 08/02/2016 12:29 AM   
Thanks, Works on my Samsung UN55HU9000 using Acer HR274H 3D Monitor EDID Override Excellent !!!!!!!!!!!!!!!!!!!
Thanks,

Works on my Samsung UN55HU9000 using Acer HR274H 3D Monitor EDID Override

Excellent !!!!!!!!!!!!!!!!!!!

Gigabyte Z370 Gaming 7 32GB Ram i9-9900K GigaByte Aorus Extreme Gaming 2080TI (single) Game Blaster Z Windows 10 X64 build #17763.195 Define R6 Blackout Case Corsair H110i GTX Sandisk 1TB (OS) SanDisk 2TB SSD (Games) Seagate EXOs 8 and 12 TB drives Samsung UN46c7000 HD TV Samsung UN55HU9000 UHD TVCurrently using ACER PASSIVE EDID override on 3D TVs LG 55

Posted 08/02/2016 01:34 AM   
The Stereo Signature won't help enable 3D - that's for developers to inject a stereo texture. I'm downloading the game now to take a look and see if there's anything we can do.
The Stereo Signature won't help enable 3D - that's for developers to inject a stereo texture. I'm downloading the game now to take a look and see if there's anything we can do.

2x Geforce GTX 980 in SLI provided by NVIDIA, i7 6700K 4GHz CPU, Asus 27" VG278HE 144Hz 3D Monitor, BenQ W1070 3D Projector, 120" Elite Screens YardMaster 2, 32GB Corsair DDR4 3200MHz RAM, Samsung 850 EVO 500G SSD, 4x750GB HDD in RAID5, Gigabyte Z170X-Gaming 7 Motherboard, Corsair Obsidian 750D Airflow Edition Case, Corsair RM850i PSU, HTC Vive, Win 10 64bit

Alienware M17x R4 w/ built in 3D, Intel i7 3740QM, GTX 680m 2GB, 16GB DDR3 1600MHz RAM, Win7 64bit, 1TB SSD, 1TB HDD, 750GB HDD

Pre-release 3D fixes, shadertool.py and other goodies: http://github.com/DarkStarSword/3d-fixes
Support me on Patreon: https://www.patreon.com/DarkStarSword or PayPal: https://www.paypal.me/DarkStarSword

Posted 08/02/2016 08:05 AM   
[quote="DHR"]**USE AC3 PROFILE TO ENABLE 3D WITH CB MODE**[/quote]Not sure if the Assassin's Creed III Profile is fixing anything but you technically only need the StereoProfile/MysteryStereoSetting flag to enable 3D with CB/Discover. I already had a Profile for The Evil Within, so I just added the flag but by doing so it broke* the Main Menu [with the fix](black textures in 2D/Discover, haven't played it in CB yet still trying to get 3D in CRT mode various ways)... I thought I'd mention just in case you were [actually] fixing issues that the AC3 Profile may be introducing. *most likely StereoTextureEnable... just not sure if it's actually 'fixing' anything or just causing issues.
DHR said:**USE AC3 PROFILE TO ENABLE 3D WITH CB MODE**
Not sure if the Assassin's Creed III Profile is fixing anything but you technically only need the StereoProfile/MysteryStereoSetting flag to enable 3D with CB/Discover. I already had a Profile for The Evil Within, so I just added the flag but by doing so it broke* the Main Menu [with the fix](black textures in 2D/Discover, haven't played it in CB yet still trying to get 3D in CRT mode various ways)... I thought I'd mention just in case you were [actually] fixing issues that the AC3 Profile may be introducing.

*most likely StereoTextureEnable... just not sure if it's actually 'fixing' anything or just causing issues.
Posted 08/02/2016 04:03 PM   
@DarkStarSword THANKS for also taking a look....hope you can found some solution. @TsaebehT Using AC3 profile and CB, don't introduce any issues. Look at the screenshot. [img]http://api.photos.3dvisionlive.com/imagestore/579d4375e7e5646612000011/nvidia./480.294/[/img] BUT, using Interleave mode (using the EDID Override) and AC3 profile, indeed introduce some issues...the black texture you mentioned. I can't use Interleave mode in my 3DTV....i have a nasty color bug and the crosstalk is huge......normally in Framepacking, SBS, TB and CB Mode i have almost none Crosstalk.
@DarkStarSword
THANKS for also taking a look....hope you can found some solution.



@TsaebehT
Using AC3 profile and CB, don't introduce any issues. Look at the screenshot.
Image

BUT, using Interleave mode (using the EDID Override) and AC3 profile, indeed introduce some issues...the black texture you mentioned. I can't use Interleave mode in my 3DTV....i have a nasty color bug and the crosstalk is huge......normally in Framepacking, SBS, TB and CB Mode i have almost none Crosstalk.

MY WEB

Helix Mod - Making 3D Better

My 3D Screenshot Gallery

Like my fixes? you can donate to Paypal: dhr.donation@gmail.com

Posted 08/02/2016 04:32 PM   
Hey guys, do you know if my screens support this checkerboard mode? [b]* Asus VG278H 27-inch incl. 3D vision 2 glasses, integrated transmitter * Samsung SyncMaster TA350 [/b] I never heard about it, so I am a bit puzzled. Thanks.
Hey guys, do you know if my screens support this checkerboard mode?

* Asus VG278H 27-inch incl. 3D vision 2 glasses, integrated transmitter
* Samsung SyncMaster TA350


I never heard about it, so I am a bit puzzled.

Thanks.

Intel Core i7-3820, 4 X 3,60 GHz overclocked to 4,50 GHz ; EVGA Titan X 12VRAM ; 16 GB Corsair Vengeance DDR-1600 (4x 4 GB) ; Asus VG278H 27-inch incl. 3D vision 2 glasses, integrated transmitter ; Xbox One Elite wireless controller ; Windows 10HTC VIVE 2,5 m2 roomscale3D VISION GAMERS - VISIT ME ON STEAM and feel free to add me: http://steamcommunity.com/profiles/76561198064106555 YOUTUBE: https://www.youtube.com/channel/UC1UE5TPoF0HX0HVpF_E4uPQ STEAM CURATOR: https://store.steampowered.com/curator/33611530-Streaming-Deluxe/ Image

Posted 08/02/2016 04:54 PM   
Here's an old OpenGL wrapper, but I thought I'd mention it because the guy uses LD_PRELOAD to intercept calls. Maybe something similar could be done? https://code.google.com/archive/p/stereowrap/
Here's an old OpenGL wrapper, but I thought I'd mention it because the guy uses LD_PRELOAD to intercept calls. Maybe something similar could be done?


https://code.google.com/archive/p/stereowrap/

Posted 08/02/2016 04:58 PM   
[quote="mrorange55"]Hey guys, do you know if my screens support this checkerboard mode? [b]* Asus VG278H 27-inch incl. 3D vision 2 glasses, integrated transmitter * Samsung SyncMaster TA350 [/b] I never heard about it, so I am a bit puzzled. Thanks.[/quote] DLP and Most high end 3D TVs support checkerboard.
mrorange55 said:Hey guys, do you know if my screens support this checkerboard mode?

* Asus VG278H 27-inch incl. 3D vision 2 glasses, integrated transmitter
* Samsung SyncMaster TA350


I never heard about it, so I am a bit puzzled.

Thanks.


DLP and Most high end 3D TVs support checkerboard.

Gigabyte Z370 Gaming 7 32GB Ram i9-9900K GigaByte Aorus Extreme Gaming 2080TI (single) Game Blaster Z Windows 10 X64 build #17763.195 Define R6 Blackout Case Corsair H110i GTX Sandisk 1TB (OS) SanDisk 2TB SSD (Games) Seagate EXOs 8 and 12 TB drives Samsung UN46c7000 HD TV Samsung UN55HU9000 UHD TVCurrently using ACER PASSIVE EDID override on 3D TVs LG 55

Posted 08/02/2016 05:33 PM   
  11 / 15    
Scroll To Top