The Evil Within by Tango Gameworks / Shinji Mikami / Bethesda (2014)
12 / 15
[quote="D-Man11"]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/[/quote]
LD_PRELOAD is a Linux thing :-p
D-Man11 said: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/
LD_PRELOAD is a Linux thing :-p
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
[quote="DarkStarSword"]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.[/quote]
Had one other idea that I looked at, but it didn't pan out.
Worth noting though, that I did a file compare on the log files for both the success case (with Discover mode on), and the fail case (3D Vision on). The log files are identical, so that also suggests that the 3D Vision driver is somehow getting confused.
DarkStarSword said: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.
Had one other idea that I looked at, but it didn't pan out.
Worth noting though, that I did a file compare on the log files for both the success case (with Discover mode on), and the fail case (3D Vision on). The log files are identical, so that also suggests that the 3D Vision driver is somehow getting confused.
Acer H5360 (1280x720@120Hz) - ASUS VG248QE with GSync mod - 3D Vision 1&2 - Driver 372.54
GTX 970 - i5-4670K@4.2GHz - 12GB RAM - Win7x64+evilKB2670838 - 4 Disk X25 RAID
SAGER NP9870-S - GTX 980 - i7-6700K - Win10 Pro 1607 Latest 3Dmigoto Release Bo3b's School for ShaderHackers
Just update the fix with a couple of lights shaders, fog effect and others stuff.
I fix 2 fog shaders (the effect was in 2D)...but one of the shaders if i fix the fog break the same fog in another places....and i can't separate that fog to apply the code in the broken one :( ...i already try with all the options, even separate texture..is the same texure.
[url]https://s3.amazonaws.com/dhr/The.Evil.Within.3DFix_CB-3DMODE-ONLY.zip[/url]
Just update the fix with a couple of lights shaders, fog effect and others stuff.
I fix 2 fog shaders (the effect was in 2D)...but one of the shaders if i fix the fog break the same fog in another places....and i can't separate that fog to apply the code in the broken one :( ...i already try with all the options, even separate texture..is the same texure.
Thanks for the update DHR. Game looks great in 3D with 1080p LG TV, but for the ultimate greatness I'll be quicker to purchase a 4K LG TV because of this game.
Thanks for the update DHR. Game looks great in 3D with 1080p LG TV, but for the ultimate greatness I'll be quicker to purchase a 4K LG TV because of this game.
Asus Deluxe Gen3, Core i7 2700k@4.5Ghz, GTX 1080Ti, 16 GB RAM, Win 7 64bit
Samsung Pro 250 GB SSD, 4 TB WD Black (games)
Benq XL2720Z
Does the fix work with all of the DLC?
It's on sale this weekend as part of Quakecon and I 'll grab the DLC if it works as well.
http://store.steampowered.com/app/268050/
Those that don't have it yet can grab it cheaper at Gamer's Gate
https://www.humblebundle.com/store/the-evil-within-bundle
I'm not having much luck even getting this to work with either HDMI checkerboard or discover mode on my laptop and projector using driver 361.91 - am I missing something, or is it possible even that is flaky? I haven't tried on my desktop yet.
Edit: nevermind, I was missing the profile swap to AC3
I'm not having much luck even getting this to work with either HDMI checkerboard or discover mode on my laptop and projector using driver 361.91 - am I missing something, or is it possible even that is flaky? I haven't tried on my desktop yet.
Edit: nevermind, I was missing the profile swap to AC3
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
@DarkStarSword
Use the AC3 profile with Checkerboard mode. This combination works always.
AC3 profile is needed to enable 3D.
@D-Man11
I still don't test yet, but will probably works with the DLC.
I've got the SBS shader working so this can be used on any TV/projector that supports SBS or TAB. The trick is to add these lines into the custom shader section anywhere before the draw line:
[code]
; This is one of /those/ games that unbind our custom parameters constantly.
; Bind them again:
vs-t120 = IniParams
vs-t125 = StereoParams
ps-t120 = IniParams
ps-t125 = StereoParams
[/code]
2nd game I've come across that does this, the other was Akiba's Trip (heh, it's probably lucky I fixed that for regular shader replacing in 3DMigoto already, otherwise you wouldn't have had any StereoParams at all).
I've got the SBS shader working so this can be used on any TV/projector that supports SBS or TAB. The trick is to add these lines into the custom shader section anywhere before the draw line:
; This is one of /those/ games that unbind our custom parameters constantly.
; Bind them again:
vs-t120 = IniParams
vs-t125 = StereoParams
ps-t120 = IniParams
ps-t125 = StereoParams
2nd game I've come across that does this, the other was Akiba's Trip (heh, it's probably lucky I fixed that for regular shader replacing in 3DMigoto already, otherwise you wouldn't have had any StereoParams at all).
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
Thanks DSS!!
Works perfect in SBS and TB Mode now... At least in my 3DTV TB looks better than CB, so is a good improvement. Hope you can found a solution to enable Nvidia Framepacking so anyone can enjoy this game....this is an awesome game!
Update - Now SBS, TB and CB is supported. F11 to cycle through different 3D modes.
[url]https://s3.amazonaws.com/dhr/The.Evil.Within.3DFix_SBS-TB-CB-3DMODE-ONLY.zip[/url]
PS: I will try this trick in Battleborn....the game also refuse to enable SBS Custom shaders.
**Edit: Yes, it's works also in Battleborn :)
Works perfect in SBS and TB Mode now... At least in my 3DTV TB looks better than CB, so is a good improvement. Hope you can found a solution to enable Nvidia Framepacking so anyone can enjoy this game....this is an awesome game!
sorry for this post,does anyone know how to enable VSync 60 fps in this game?
i try to edit the the evil withinConfig.cfg r_swapInterval "1"
and Shortcut input console code,nvdia Control panel with force VSync on,
The picture is still torn.VSync can't enable
sorry for this post,does anyone know how to enable VSync 60 fps in this game?
i try to edit the the evil withinConfig.cfg r_swapInterval "1"
and Shortcut input console code,nvdia Control panel with force VSync on,
The picture is still torn.VSync can't enable
There is an option in the graphics settings...60fps Vsync
[img]http://www.relyonhorror.com/wp-content/uploads/2014/10/the-evil-within-pc-update.jpg[/img]
LD_PRELOAD is a Linux thing :-p
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
Had one other idea that I looked at, but it didn't pan out.
Worth noting though, that I did a file compare on the log files for both the success case (with Discover mode on), and the fail case (3D Vision on). The log files are identical, so that also suggests that the 3D Vision driver is somehow getting confused.
Acer H5360 (1280x720@120Hz) - ASUS VG248QE with GSync mod - 3D Vision 1&2 - Driver 372.54
GTX 970 - i5-4670K@4.2GHz - 12GB RAM - Win7x64+evilKB2670838 - 4 Disk X25 RAID
SAGER NP9870-S - GTX 980 - i7-6700K - Win10 Pro 1607
Latest 3Dmigoto Release
Bo3b's School for ShaderHackers
I fix 2 fog shaders (the effect was in 2D)...but one of the shaders if i fix the fog break the same fog in another places....and i can't separate that fog to apply the code in the broken one :( ...i already try with all the options, even separate texture..is the same texure.
https://s3.amazonaws.com/dhr/The.Evil.Within.3DFix_CB-3DMODE-ONLY.zip
MY WEB
Helix Mod - Making 3D Better
My 3D Screenshot Gallery
Like my fixes? you can donate to Paypal: dhr.donation@gmail.com
Asus Deluxe Gen3, Core i7 2700k@4.5Ghz, GTX 1080Ti, 16 GB RAM, Win 7 64bit
Samsung Pro 250 GB SSD, 4 TB WD Black (games)
Benq XL2720Z
It's on sale this weekend as part of Quakecon and I 'll grab the DLC if it works as well.
http://store.steampowered.com/app/268050/
Those that don't have it yet can grab it cheaper at Gamer's Gate
https://www.humblebundle.com/store/the-evil-within-bundle
Edit: nevermind, I was missing the profile swap to AC3
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
Use the AC3 profile with Checkerboard mode. This combination works always.
AC3 profile is needed to enable 3D.
@D-Man11
I still don't test yet, but will probably works with the DLC.
MY WEB
Helix Mod - Making 3D Better
My 3D Screenshot Gallery
Like my fixes? you can donate to Paypal: dhr.donation@gmail.com
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
2nd game I've come across that does this, the other was Akiba's Trip (heh, it's probably lucky I fixed that for regular shader replacing in 3DMigoto already, otherwise you wouldn't have had any StereoParams at all).
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
Works perfect in SBS and TB Mode now... At least in my 3DTV TB looks better than CB, so is a good improvement. Hope you can found a solution to enable Nvidia Framepacking so anyone can enjoy this game....this is an awesome game!
Update - Now SBS, TB and CB is supported. F11 to cycle through different 3D modes.
https://s3.amazonaws.com/dhr/The.Evil.Within.3DFix_SBS-TB-CB-3DMODE-ONLY.zip
PS: I will try this trick in Battleborn....the game also refuse to enable SBS Custom shaders.
**Edit: Yes, it's works also in Battleborn :)
MY WEB
Helix Mod - Making 3D Better
My 3D Screenshot Gallery
Like my fixes? you can donate to Paypal: dhr.donation@gmail.com
i try to edit the the evil withinConfig.cfg r_swapInterval "1"
and Shortcut input console code,nvdia Control panel with force VSync on,
The picture is still torn.VSync can't enable
MY WEB
Helix Mod - Making 3D Better
My 3D Screenshot Gallery
Like my fixes? you can donate to Paypal: dhr.donation@gmail.com
my game is the latest version with all DLC
MY WEB
Helix Mod - Making 3D Better
My 3D Screenshot Gallery
Like my fixes? you can donate to Paypal: dhr.donation@gmail.com