CoreX9 Custom watercooling (valkswagen polo radiator)
I7-8700k@4.7
TitanX pascal with shitty stock cooler
Win7/10
Video: Passive 3D fullhd 3D@60hz/channel Denon x1200w /Hc5 x 2 Geobox501->eeColorBoxes->polarizers/omega filttersCustom made silverscreen
Ocupation: Enterprenior.Painting/surfacing/constructions
Interests/skills:
3D gaming,3D movies, 3D printing,Drums, Bass and guitar.
Suomi - FINLAND - perkele
There is a demo as well which is rather quite good. I played through it and enjoyed it, there is some jank but the game is made by one person so I'm not complaining. I wanna buy it but would love to play in 3D, willing to donate towards a profile.
There is a demo as well which is rather quite good. I played through it and enjoyed it, there is some jank but the game is made by one person so I'm not complaining. I wanna buy it but would love to play in 3D, willing to donate towards a profile.
The game has a big problem with a CS shader that is NOT COMPLETELY but some party one eye rendering and i have no ida actually.
Will try something more tomorrow.
Good fixed so far but this one shader is annoing....
It's included with the cryengine bundle: https://www.humblebundle.com/games/cryengine-bundle-2018
It also includes Ryse and Sniper Ghost Warrior 3 which have 3d fixes, and Homefront Revolution which is good as a freebie even though it doesn't have a 3d fix, so an interesting pick for 3d fans.
It also includes Ryse and Sniper Ghost Warrior 3 which have 3d fixes, and Homefront Revolution which is good as a freebie even though it doesn't have a 3d fix, so an interesting pick for 3d fans.
All hail 3d modders DHR, MasterOtaku, Losti, Necropants, Helifax, bo3b, mike_ar69, Flugan, DarkStarSword, 4everAwake, 3d4dd and so many more helping to keep the 3d dream alive, find their 3d fixes at http://helixmod.blogspot.com/ Also check my site for spanish VR and mobile gaming news: www.gamermovil.com
Ok the good news: I have managed the one eye rendering issue, the bad news: this will making some dark areas looking somewhat --- metallic.... not black.... OK for me its OK and you have to decide ^^ I will make a toggle key for you and to see the difference....
need some time to fix as much as possible...
BUT i will not spend so many time like in KCD for this game but it will be a likely playable fix....as far as i can say for the moment...need some areas to check and there will be some issues left you have to deal with ^^
I will try to finish this as good as i can before 17.05 ... i will be out of home for some day for the WGT and until this date i need some time in my garden....but until this friday here are some bad wather days ... hence i will use this time for 3D fixing ^^
Ok the good news: I have managed the one eye rendering issue, the bad news: this will making some dark areas looking somewhat --- metallic.... not black.... OK for me its OK and you have to decide ^^ I will make a toggle key for you and to see the difference....
need some time to fix as much as possible...
BUT i will not spend so many time like in KCD for this game but it will be a likely playable fix....as far as i can say for the moment...need some areas to check and there will be some issues left you have to deal with ^^
I will try to finish this as good as i can before 17.05 ... i will be out of home for some day for the WGT and until this date i need some time in my garden....but until this friday here are some bad wather days ... hence i will use this time for 3D fixing ^^
Like my work? Donations can be made via PayPal to: rauti@inetmx.de
[quote="DHR"]@Losti
If you have some one eye issues with CS, use this in the ini, profile section
[code]
StereoProfile = 1
StereoFlagsDX10 = 0x00004008[/code]
[/quote]
of cause i am using it ^^
ITs not a general problem its a problem with theshader .... everything is OK but some effects (looking like AO) are one eye...
i could handle this but only a WO ...
its exactely the position you have used for getting back the r40 backup register from the CS shader in KCD... BUT: i do not need to apply a shader correction as your regex says or as it is in KCD...
If i skip the lines i will have flimmering...
[code]
//one eye AO
div r10.xz, l(0.500000, 0.000000, 0.500000, 0.000000), cb0[7].xxyx
mad r0.xw, r0.xxxw, cb0[7].zzzw, r10.xxxz
[/code]
==> this is the pos you apply the old r8 (here it is r0) value in KCD ... BUT: as i sayed EVERYTHING is ok with the lightening the shader cames with, excelt the one eye darken areas (but with the WO its ok, some bad colors but OK better than one eye ^^)
any ideam ay be ??
DHR said:@Losti
If you have some one eye issues with CS, use this in the ini, profile section
StereoProfile = 1
StereoFlagsDX10 = 0x00004008
of cause i am using it ^^
ITs not a general problem its a problem with theshader .... everything is OK but some effects (looking like AO) are one eye...
i could handle this but only a WO ...
its exactely the position you have used for getting back the r40 backup register from the CS shader in KCD... BUT: i do not need to apply a shader correction as your regex says or as it is in KCD...
If i skip the lines i will have flimmering...
//one eye AO
div r10.xz, l(0.500000, 0.000000, 0.500000, 0.000000), cb0[7].xxyx
mad r0.xw, r0.xxxw, cb0[7].zzzw, r10.xxxz
==> this is the pos you apply the old r8 (here it is r0) value in KCD ... BUT: as i sayed EVERYTHING is ok with the lightening the shader cames with, excelt the one eye darken areas (but with the WO its ok, some bad colors but OK better than one eye ^^)
any ideam ay be ??
Like my work? Donations can be made via PayPal to: rauti@inetmx.de
You can use the firt Regex i post in the KDC thread...that one don't have that post correction, like in Sniper3,
getting back that register was because in KDC for some reason the shader also need that correction.
[url]https://forums.geforce.com/default/topic/1039860/3d-vision/kingdom-come-deliverance-3d-vision-ready-fix-v2-54/post/5305181/#5305181[/url]
Or you can try to use "r_SSDO = 0" in the .cfg config file to disable that SSDO crap....is totally broken in Cryengine games....and also blur the image, even when is working.
Or you can try to use "r_SSDO = 0" in the .cfg config file to disable that SSDO crap....is totally broken in Cryengine games....and also blur the image, even when is working.
I have tryed all Correction from,those regex. Nothing,is Working. As i sayed the Lightning is ok its only that Part of Ambient OC or indirect light on stone walls. I mean that the Effect came from that pos you used also in kcd to get the Backup register back.
Disable ssdo is also not Working. Have i tryed the first attemp.
I have tryed all Correction from,those regex. Nothing,is Working. As i sayed the Lightning is ok its only that Part of Ambient OC or indirect light on stone walls. I mean that the Effect came from that pos you used also in kcd to get the Backup register back.
Disable ssdo is also not Working. Have i tryed the first attemp.
Like my work? Donations can be made via PayPal to: rauti@inetmx.de
http://store.steampowered.com/app/568930/The_Land_of_Pain/
http://photos.3dvisionlive.com/chtiblue/album/530b52d4cb85770d6e000049/3Dvision with 55" LG OLED EG920 interlieved 3D (3840x2160) overide mode, GTX 2080 Ti XC Ultra EVGA, core i5 @4.3GHz, 16Gb@2130, windows 7&10 64bit, Dolby Atmos 5.1.4 Marantz 6010 AVR
CoreX9 Custom watercooling (valkswagen polo radiator)
I7-8700k@4.7
TitanX pascal with shitty stock cooler
Win7/10
Video: Passive 3D fullhd 3D@60hz/channel Denon x1200w /Hc5 x 2 Geobox501->eeColorBoxes->polarizers/omega filttersCustom made silverscreen
Ocupation: Enterprenior.Painting/surfacing/constructions
Interests/skills:
3D gaming,3D movies, 3D printing,Drums, Bass and guitar.
Suomi - FINLAND - perkele
A 3d fix would be awesome
http://photos.3dvisionlive.com/chtiblue/album/530b52d4cb85770d6e000049/3Dvision with 55" LG OLED EG920 interlieved 3D (3840x2160) overide mode, GTX 2080 Ti XC Ultra EVGA, core i5 @4.3GHz, 16Gb@2130, windows 7&10 64bit, Dolby Atmos 5.1.4 Marantz 6010 AVR
Like my work? Donations can be made via PayPal to: rauti@inetmx.de
Thanks
http://photos.3dvisionlive.com/chtiblue/album/530b52d4cb85770d6e000049/3Dvision with 55" LG OLED EG920 interlieved 3D (3840x2160) overide mode, GTX 2080 Ti XC Ultra EVGA, core i5 @4.3GHz, 16Gb@2130, windows 7&10 64bit, Dolby Atmos 5.1.4 Marantz 6010 AVR
Will try something more tomorrow.
Good fixed so far but this one shader is annoing....
Like my work? Donations can be made via PayPal to: rauti@inetmx.de
It also includes Ryse and Sniper Ghost Warrior 3 which have 3d fixes, and Homefront Revolution which is good as a freebie even though it doesn't have a 3d fix, so an interesting pick for 3d fans.
All hail 3d modders DHR, MasterOtaku, Losti, Necropants, Helifax, bo3b, mike_ar69, Flugan, DarkStarSword, 4everAwake, 3d4dd and so many more helping to keep the 3d dream alive, find their 3d fixes at http://helixmod.blogspot.com/ Also check my site for spanish VR and mobile gaming news: www.gamermovil.com
need some time to fix as much as possible...
BUT i will not spend so many time like in KCD for this game but it will be a likely playable fix....as far as i can say for the moment...need some areas to check and there will be some issues left you have to deal with ^^
I will try to finish this as good as i can before 17.05 ... i will be out of home for some day for the WGT and until this date i need some time in my garden....but until this friday here are some bad wather days ... hence i will use this time for 3D fixing ^^
Like my work? Donations can be made via PayPal to: rauti@inetmx.de
http://photos.3dvisionlive.com/chtiblue/album/530b52d4cb85770d6e000049/3Dvision with 55" LG OLED EG920 interlieved 3D (3840x2160) overide mode, GTX 2080 Ti XC Ultra EVGA, core i5 @4.3GHz, 16Gb@2130, windows 7&10 64bit, Dolby Atmos 5.1.4 Marantz 6010 AVR
If you have some one eye issues with CS, use this in the ini, profile section
MY WEB
Helix Mod - Making 3D Better
My 3D Screenshot Gallery
Like my fixes? you can donate to Paypal: dhr.donation@gmail.com
of cause i am using it ^^
ITs not a general problem its a problem with theshader .... everything is OK but some effects (looking like AO) are one eye...
i could handle this but only a WO ...
its exactely the position you have used for getting back the r40 backup register from the CS shader in KCD... BUT: i do not need to apply a shader correction as your regex says or as it is in KCD...
If i skip the lines i will have flimmering...
==> this is the pos you apply the old r8 (here it is r0) value in KCD ... BUT: as i sayed EVERYTHING is ok with the lightening the shader cames with, excelt the one eye darken areas (but with the WO its ok, some bad colors but OK better than one eye ^^)
any ideam ay be ??
Like my work? Donations can be made via PayPal to: rauti@inetmx.de
getting back that register was because in KDC for some reason the shader also need that correction.
https://forums.geforce.com/default/topic/1039860/3d-vision/kingdom-come-deliverance-3d-vision-ready-fix-v2-54/post/5305181/#5305181
Or you can try to use "r_SSDO = 0" in the .cfg config file to disable that SSDO crap....is totally broken in Cryengine games....and also blur the image, even when is working.
MY WEB
Helix Mod - Making 3D Better
My 3D Screenshot Gallery
Like my fixes? you can donate to Paypal: dhr.donation@gmail.com
Disable ssdo is also not Working. Have i tryed the first attemp.
Like my work? Donations can be made via PayPal to: rauti@inetmx.de