Deus Ex Human Revolution (Directors Cut) - no 3D?
  4 / 9    
@Blacksmith56 Here is link for the director's cut $5.27 http://www.cdkeys.com/pc/games/deus-ex-human-revolution-pc-steam
@Blacksmith56

Here is link for the director's cut $5.27


http://www.cdkeys.com/pc/games/deus-ex-human-revolution-pc-steam

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

#46
Posted 08/26/2016 04:51 PM   
Thanks zig, that was a reasonable price for upgrading :)
Thanks zig, that was a reasonable price for upgrading :)

Win7 64bit Pro
CPU: 4790K 4.8 GHZ
GPU: Aurus 1080 TI 2.08 GHZ - 100% Watercooled !
Monitor: Asus PG278QR
And lots of ram and HD's ;)

#47
Posted 08/26/2016 04:58 PM   
WIP: [u]Fix:[/u] - Soft Shadows / Normal shadows are working OK - Lights - Reflections - Lensflares - HUD [u]Presets:[/u] - "L" Key for recommended convergence (maybe is too high) - "K" key (hold) to interact with computers and Keyboards (hacking) - "XBox LB Button" (hold) to interact with computers and Keyboards (hacking) - "J" to cycle to different Crosshair/HUD depth [u]Note:[/u] - I remove the skybox, not a big deal. The VS and PS have a very strange behavior when you insert fixing code. - Close MSI afterburner or similar. Will crash the game. [u]TB and SBS Mode:[/u] - The game support SBS/TB Mode using 3Dmigoto. Remove the ";" in the ;run = CustomShader3DVision2SBS in the [Present] section of the d3dx.ini. Default TB Mode. F11 to cycle. [url]https://s3.amazonaws.com/dhr/Deus.Ex.Human.Revolution.Directors.Cut.3DFix.zip[/url] [img]http://api.photos.3dvisionlive.com/imagestore/57c0ced2e7e564065c00053f/nvidia./480.294/[/img] [img]http://api.photos.3dvisionlive.com/imagestore/57c0cea3e7e564a327000529/nvidia./480.294/[/img] [img]http://api.photos.3dvisionlive.com/imagestore/57c0cf6ce7e564f62a000532/nvidia./480.294/[/img]
WIP:

Fix:
- Soft Shadows / Normal shadows are working OK
- Lights
- Reflections
- Lensflares
- HUD

Presets:
- "L" Key for recommended convergence (maybe is too high)
- "K" key (hold) to interact with computers and Keyboards (hacking)
- "XBox LB Button" (hold) to interact with computers and Keyboards (hacking)
- "J" to cycle to different Crosshair/HUD depth

Note:
- I remove the skybox, not a big deal. The VS and PS have a very strange behavior when you insert fixing code.
- Close MSI afterburner or similar. Will crash the game.

TB and SBS Mode:
- The game support SBS/TB Mode using 3Dmigoto. Remove the ";" in the ;run = CustomShader3DVision2SBS in the [Present] section of the d3dx.ini. Default TB Mode. F11 to cycle.


https://s3.amazonaws.com/dhr/Deus.Ex.Human.Revolution.Directors.Cut.3DFix.zip

Image

Image

Image

MY WEB

Helix Mod - Making 3D Better

My 3D Screenshot Gallery

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

#48
Posted 08/26/2016 11:47 PM   
OooOoo... "What do I spy with my little eye"... oh wait!!!! I think I need 2 eyes here ^_^ Awesome job my friend!!!! REALLY AWESOME!!!!
OooOoo... "What do I spy with my little eye"... oh wait!!!! I think I need 2 eyes here ^_^

Awesome job my friend!!!! REALLY AWESOME!!!!

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)

#49
Posted 08/26/2016 11:53 PM   
Awesome. I'll download this in the morning (2:03AM now where I live) and see how you fixed some things.
Awesome. I'll download this in the morning (2:03AM now where I live) and see how you fixed some things.

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

#50
Posted 08/27/2016 12:03 AM   
@masterotaku I use Frame Analysis....that feature is AMAZING! is easier to found the matrices and correction values for shadows, lights, reflections, etc... I can pass you some tips to use via PM. The correction is in the "GlobalParams[15].x"....is the Inverse Proj Matrix. [code]r1.x -= stereo.x * (depth - stereo.y) * GlobalParams[15].x;[/code]
@masterotaku

I use Frame Analysis....that feature is AMAZING! is easier to found the matrices and correction values for shadows, lights, reflections, etc... I can pass you some tips to use via PM.

The correction is in the "GlobalParams[15].x"....is the Inverse Proj Matrix.

r1.x -= stereo.x * (depth - stereo.y) * GlobalParams[15].x;

MY WEB

Helix Mod - Making 3D Better

My 3D Screenshot Gallery

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

#51
Posted 08/27/2016 12:13 AM   
I didn't remember about using frame analysis. Even when I was thinking "how am I supposed to know what these big parameters with non descriptive names do"?
I didn't remember about using frame analysis. Even when I was thinking "how am I supposed to know what these big parameters with non descriptive names do"?

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

#52
Posted 08/27/2016 12:20 AM   
does not start
does not start

#53
Posted 08/27/2016 08:27 AM   
AMAZING Job, Thanks a TON :) Will be downloading the game tonight. Oh boy.. I've also nearly just started with DEMD, where shall I go from here :P
AMAZING Job, Thanks a TON :) Will be downloading the game tonight.

Oh boy.. I've also nearly just started with DEMD, where shall I go from here :P

Win7 64bit Pro
CPU: 4790K 4.8 GHZ
GPU: Aurus 1080 TI 2.08 GHZ - 100% Watercooled !
Monitor: Asus PG278QR
And lots of ram and HD's ;)

#54
Posted 08/27/2016 08:57 AM   
I'm actually having trouble getting this to start. I wonder if its windows 10 anniversary update (I just reinstalled everything)? The game does start when I uninstall the fix though.
I'm actually having trouble getting this to start. I wonder if its windows 10 anniversary update (I just reinstalled everything)?

The game does start when I uninstall the fix though.

I'm ishiki, forum screwed up my name.

7700k @4.7 GHZ, 16GBDDR4@3466MHZ, 2080 Ti

#55
Posted 08/27/2016 10:51 AM   
Try to disable/close MSI Afterburner or similar....also FRAPS or similar. The game will not launch (its a silent crash). I normally use MSI Afterburner, i have to close...otherwise the game will not start. If the issue is Win10....i can't test, i don't have installed (I refuse to install that garbage yet). If is win10....maybe try using hooking method.
Try to disable/close MSI Afterburner or similar....also FRAPS or similar. The game will not launch (its a silent crash). I normally use MSI Afterburner, i have to close...otherwise the game will not start.

If the issue is Win10....i can't test, i don't have installed (I refuse to install that garbage yet).
If is win10....maybe try using hooking method.

MY WEB

Helix Mod - Making 3D Better

My 3D Screenshot Gallery

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

#56
Posted 08/27/2016 10:59 AM   
I'm also having trouble starting game on Win 10, no msi afterburner etc. Game starts fine with no fix installed. What is hooking method?
I'm also having trouble starting game on Win 10, no msi afterburner etc. Game starts fine with no fix installed.

What is hooking method?

#57
Posted 08/27/2016 12:33 PM   
[quote="6DB"]I'm also having trouble starting game on Win 10, no msi afterburner etc. Game starts fine with no fix installed. What is hooking method?[/quote] I have Windows 10 and it works for me go to the exe and right click select properties then select compatibility check the box run as administrator but I have a problem when ever I touch the j,k,l key I crash to the desktop I think this is Steam issue with Windows 10 but I would like to tried the hooking method to see if that solves my problem.
6DB said:I'm also having trouble starting game on Win 10, no msi afterburner etc. Game starts fine with no fix installed.

What is hooking method?


I have Windows 10 and it works for me go to the exe and right click select properties then select compatibility check the box run as administrator but I have a problem when ever I touch the j,k,l key I crash to the desktop I think this is Steam issue with Windows 10 but I would like to tried the hooking method to see if that solves my problem.

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

#58
Posted 08/27/2016 12:41 PM   
Someone with win10 can please try using this options in the d3dx.ini. Change the option hook= with the follows (need to remove the semicolon): [code]hook=recommended skip_dxgi_factory skip_dxgi_device[/code] This is the workaround DSS use in MGSV to fix the crash using Anniversary update in win10.
Someone with win10 can please try using this options in the d3dx.ini.
Change the option hook= with the follows (need to remove the semicolon):

hook=recommended skip_dxgi_factory skip_dxgi_device


This is the workaround DSS use in MGSV to fix the crash using Anniversary update in win10.

MY WEB

Helix Mod - Making 3D Better

My 3D Screenshot Gallery

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

#59
Posted 08/27/2016 12:47 PM   
wow, amazing !!! big thanks for the fix !!! i just have to play it again before mankind divided
wow, amazing !!! big thanks for the fix !!! i just have to play it again before mankind divided

#60
Posted 08/27/2016 01:49 PM   
  4 / 9    
Scroll To Top