Ok, so it turns out that it wasn't an issue with the shader CRC's, just that one of the shaders had an extra character that must have been added as I was closing it, and it wasn't compiling properly causing it to remain broken. Corrected fix has been uploaded, and everything's good to go.
[quote="mrorange55"]I have some problems with some light shaders. I turned everything off you were recommending. Attached some pics. Might it be the same issue as with DDA?[/quote]
Yeah, I mentioned in the post prior to yours something got broken when I tested it again online, but it's fixed now. I also didn't realize flashlights were broken too, so that's been fixed as well.
Ok, so it turns out that it wasn't an issue with the shader CRC's, just that one of the shaders had an extra character that must have been added as I was closing it, and it wasn't compiling properly causing it to remain broken. Corrected fix has been uploaded, and everything's good to go.
mrorange55 said:I have some problems with some light shaders. I turned everything off you were recommending. Attached some pics. Might it be the same issue as with DDA?
Yeah, I mentioned in the post prior to yours something got broken when I tested it again online, but it's fixed now. I also didn't realize flashlights were broken too, so that's been fixed as well.
3D Gaming Rig: CPU: i7 7700K @ 4.9Ghz | Mobo: Asus Maximus Hero VIII | RAM: Corsair Dominator 16GB | GPU: 2 x GTX 1080 Ti SLI | 3xSSDs for OS and Apps, 2 x HDD's for 11GB storage | PSU: Seasonic X-1250 M2| Case: Corsair C70 | Cooling: Corsair H115i Hydro cooler | Displays: Asus PG278QR, BenQ XL2420TX & BenQ HT1075 | OS: Windows 10 Pro + Windows 7 dual boot
[quote="ramps"]So you can use 3D vision with Steam VAC games without getting VAC banned?[/quote]
Yes,
Played Dark Souls 1 & 2 the online part quite a lot. VAC looks for other things...
ramps said:So you can use 3D vision with Steam VAC games without getting VAC banned?
Yes,
Played Dark Souls 1 & 2 the online part quite a lot. VAC looks for other things...
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
I have a weird thing happening so I was wondering if its only me or anybody else is experiencing this as well.
http://thc333.com/KFGame03_50.jps
some of the shadows seems broken... funny enough I can 'fix' them by adjusting the convergence so they allign where they should be and everything is fine except that the convergence value is so high my weapon is literally on the separate corners of the screen :)
I've tried using different settings, obviously the recommended with lens flare and real time reflections off but also others different shadow quality values, FXAA on/off, sun shafts etc etc. but havent found anything that would fix it.
some of the shadows seems broken... funny enough I can 'fix' them by adjusting the convergence so they allign where they should be and everything is fine except that the convergence value is so high my weapon is literally on the separate corners of the screen :)
I've tried using different settings, obviously the recommended with lens flare and real time reflections off but also others different shadow quality values, FXAA on/off, sun shafts etc etc. but havent found anything that would fix it.
The second issue I noticed was that I got a black transparent 'something' in the left eye when ADSing, I found it to be 000000006df1c5e8-ps_replace.txt
// ---- Created with 3Dmigoto v1.2.43 on Sat Dec 03 23:30:03 2016
I dont really know anything about fixing shaders but I remember that you can easily disable unwanted shaders in 3dmigoto and the game renders properly for me with
I dont know if I made somethign wrong or are those shaders new, or whatever, any help woudl be appreciated but those 2 are defineteley broken for me for some reason.
Hey man. Good job on doing the hunting part.
For the first issue, that is indeed a lighting shader that should include a fix. For some strange reason, I did not have a shader dumped with the same hash as that when I did a full dump of shaders. I think that might have something to do with the fact that I tried using bytecode hashes this time in order to try to prevent further updates from breaking the fix, but I have a theory that it's had an unwanted side effect that certain configurations may cause certain shaders to dump with different hashes, maybe. I dunno. But anyway, since you managed to locate that shader, I can provide you with the solution for it. Add the following 2 lines of code after line 58:
float4 stereo = StereoParams.Load(0);
r0.x -= stereo.x * (r0.z - stereo.y);
As for the black transparent thing that appears during ADS, I've started noticing this too during the few games I've played. I haven't started looking for it yet, but I'll take a look in the next couple days. I suspect it has to do with the HUD items that wants to twitch. Did the addition you made to the d3dx.ini file help for that one?
For the first issue, that is indeed a lighting shader that should include a fix. For some strange reason, I did not have a shader dumped with the same hash as that when I did a full dump of shaders. I think that might have something to do with the fact that I tried using bytecode hashes this time in order to try to prevent further updates from breaking the fix, but I have a theory that it's had an unwanted side effect that certain configurations may cause certain shaders to dump with different hashes, maybe. I dunno. But anyway, since you managed to locate that shader, I can provide you with the solution for it. Add the following 2 lines of code after line 58:
As for the black transparent thing that appears during ADS, I've started noticing this too during the few games I've played. I haven't started looking for it yet, but I'll take a look in the next couple days. I suspect it has to do with the HUD items that wants to twitch. Did the addition you made to the d3dx.ini file help for that one?
3D Gaming Rig: CPU: i7 7700K @ 4.9Ghz | Mobo: Asus Maximus Hero VIII | RAM: Corsair Dominator 16GB | GPU: 2 x GTX 1080 Ti SLI | 3xSSDs for OS and Apps, 2 x HDD's for 11GB storage | PSU: Seasonic X-1250 M2| Case: Corsair C70 | Cooling: Corsair H115i Hydro cooler | Displays: Asus PG278QR, BenQ XL2420TX & BenQ HT1075 | OS: Windows 10 Pro + Windows 7 dual boot
np, I could hunt for shaders for days I just have no idea how to fix them :)
Yeah adding those 2 lines fixed it, thanks. As for the transparent thingy its gone when disabled in d3dx.ini Im not sure if it has some side effects of removing something vital somewhere else but so far I havent ran into any issues.
np, I could hunt for shaders for days I just have no idea how to fix them :)
Yeah adding those 2 lines fixed it, thanks. As for the transparent thingy its gone when disabled in d3dx.ini Im not sure if it has some side effects of removing something vital somewhere else but so far I havent ran into any issues.
Hi all,
I know the fix is not working anymore (I understand, this game gets updated a lot), but I wanted to know if someone find an acceptable compatibility profile for this one?
Thanks!
I know the fix is not working anymore (I understand, this game gets updated a lot), but I wanted to know if someone find an acceptable compatibility profile for this one?
Actually, I did (mostly) refix this game using regex (so it should now be unbreakable by updates) a while ago, however I never got around to updating the blog page with it since I never got around to fixing the HUD completely, although the game is perfectly playable in this state. Here's a link to my latest WIP in the meantime.
Download: [url]http://www.mediafire.com/file/7zba9mpu2kgyc8z/Killing_Floor_2_regex_refix.zip/file[/url]
Actually, I did (mostly) refix this game using regex (so it should now be unbreakable by updates) a while ago, however I never got around to updating the blog page with it since I never got around to fixing the HUD completely, although the game is perfectly playable in this state. Here's a link to my latest WIP in the meantime.
3D Gaming Rig: CPU: i7 7700K @ 4.9Ghz | Mobo: Asus Maximus Hero VIII | RAM: Corsair Dominator 16GB | GPU: 2 x GTX 1080 Ti SLI | 3xSSDs for OS and Apps, 2 x HDD's for 11GB storage | PSU: Seasonic X-1250 M2| Case: Corsair C70 | Cooling: Corsair H115i Hydro cooler | Displays: Asus PG278QR, BenQ XL2420TX & BenQ HT1075 | OS: Windows 10 Pro + Windows 7 dual boot
Ho wow, thanks a lot sir!
I did play a lot with your old fix back then when it was still working, I will try this at home tonight.
Time to finally increase this survivalist perk!
Ho wow, thanks a lot sir!
I did play a lot with your old fix back then when it was still working, I will try this at home tonight.
Time to finally increase this survivalist perk!
[quote="DJ-RK"]Actually, I did (mostly) refix this game using regex (so it should now be unbreakable by updates) a while ago, however I never got around to updating the blog page with it since I never got around to fixing the HUD completely, although the game is perfectly playable in this state. Here's a link to my latest WIP in the meantime.
Download: [url]http://www.mediafire.com/file/7zba9mpu2kgyc8z/Killing_Floor_2_regex_refix.zip/file[/url][/quote]
Hi DJ-RK
Thx for your excellent fix. I added it to 3D Fix Manager. So no need to post it on Helix Blog any more. Most people will get that fix automatically now via 3DFM. Those who don't still insist on doing fix installation manually. They will likely never experience your nice fix. It's their own fault :P
DJ-RK said:Actually, I did (mostly) refix this game using regex (so it should now be unbreakable by updates) a while ago, however I never got around to updating the blog page with it since I never got around to fixing the HUD completely, although the game is perfectly playable in this state. Here's a link to my latest WIP in the meantime.
Thx for your excellent fix. I added it to 3D Fix Manager. So no need to post it on Helix Blog any more. Most people will get that fix automatically now via 3DFM. Those who don't still insist on doing fix installation manually. They will likely never experience your nice fix. It's their own fault :P
ASUS ROG Strix GeForce GTX 1080 | Core I7-7700K | 16GB RAM | Win10 Pro x64
Asus ROG Swift PG278Q 3D Vision Monitor
Optoma UHD 40 3D Vision Projector
Paypal donations for 3D Fix Manager: duselpaul86@gmx.de
Cheers. Thanks for that. Sadly this is not the only game fix that I haven't posted to the blog, fell behind a while back when I couldn't get logged into the AWS server and never got around to getting it all sorted, but glad that this one is up for those that are technically inclined enough to use your tool.
Cheers. Thanks for that. Sadly this is not the only game fix that I haven't posted to the blog, fell behind a while back when I couldn't get logged into the AWS server and never got around to getting it all sorted, but glad that this one is up for those that are technically inclined enough to use your tool.
3D Gaming Rig: CPU: i7 7700K @ 4.9Ghz | Mobo: Asus Maximus Hero VIII | RAM: Corsair Dominator 16GB | GPU: 2 x GTX 1080 Ti SLI | 3xSSDs for OS and Apps, 2 x HDD's for 11GB storage | PSU: Seasonic X-1250 M2| Case: Corsair C70 | Cooling: Corsair H115i Hydro cooler | Displays: Asus PG278QR, BenQ XL2420TX & BenQ HT1075 | OS: Windows 10 Pro + Windows 7 dual boot
Yeah, I mentioned in the post prior to yours something got broken when I tested it again online, but it's fixed now. I also didn't realize flashlights were broken too, so that's been fixed as well.
3D Gaming Rig: CPU: i7 7700K @ 4.9Ghz | Mobo: Asus Maximus Hero VIII | RAM: Corsair Dominator 16GB | GPU: 2 x GTX 1080 Ti SLI | 3xSSDs for OS and Apps, 2 x HDD's for 11GB storage | PSU: Seasonic X-1250 M2| Case: Corsair C70 | Cooling: Corsair H115i Hydro cooler | Displays: Asus PG278QR, BenQ XL2420TX & BenQ HT1075 | OS: Windows 10 Pro + Windows 7 dual boot
Like my fixes? Dontations can be made to: www.paypal.me/DShanz or rshannonca@gmail.com
Like electronic music? Check out: www.soundcloud.com/dj-ryan-king
Dual boot Win 7 x64 & Win 10 (1809) | Geforce Drivers 417.35
Yes,
Played Dark Souls 1 & 2 the online part quite a lot. VAC looks for other things...
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)
http://thc333.com/KFGame03_50.jps
some of the shadows seems broken... funny enough I can 'fix' them by adjusting the convergence so they allign where they should be and everything is fine except that the convergence value is so high my weapon is literally on the separate corners of the screen :)
I've tried using different settings, obviously the recommended with lens flare and real time reflections off but also others different shadow quality values, FXAA on/off, sun shafts etc etc. but havent found anything that would fix it.
Acer H5360 / BenQ XL2420T + 3D Vision 2 Kit - EVGA GTX 980TI 6GB - i7-3930K@4.0GHz - DX79SI- 16GB RAM@2133 - Win10x64 Home - HTC VIVE
The second issue I noticed was that I got a black transparent 'something' in the left eye when ADSing, I found it to be 000000006df1c5e8-ps_replace.txt
I dont really know anything about fixing shaders but I remember that you can easily disable unwanted shaders in 3dmigoto and the game renders properly for me with
[ShaderOverride1]
Hash=000000006df1c5e8
Handling=skip
[ShaderOverride2]
Hash=00000000608f8972
Handling=skip
added within d3dx.ini
I dont know if I made somethign wrong or are those shaders new, or whatever, any help woudl be appreciated but those 2 are defineteley broken for me for some reason.
Acer H5360 / BenQ XL2420T + 3D Vision 2 Kit - EVGA GTX 980TI 6GB - i7-3930K@4.0GHz - DX79SI- 16GB RAM@2133 - Win10x64 Home - HTC VIVE
For the first issue, that is indeed a lighting shader that should include a fix. For some strange reason, I did not have a shader dumped with the same hash as that when I did a full dump of shaders. I think that might have something to do with the fact that I tried using bytecode hashes this time in order to try to prevent further updates from breaking the fix, but I have a theory that it's had an unwanted side effect that certain configurations may cause certain shaders to dump with different hashes, maybe. I dunno. But anyway, since you managed to locate that shader, I can provide you with the solution for it. Add the following 2 lines of code after line 58:
float4 stereo = StereoParams.Load(0);
r0.x -= stereo.x * (r0.z - stereo.y);
As for the black transparent thing that appears during ADS, I've started noticing this too during the few games I've played. I haven't started looking for it yet, but I'll take a look in the next couple days. I suspect it has to do with the HUD items that wants to twitch. Did the addition you made to the d3dx.ini file help for that one?
3D Gaming Rig: CPU: i7 7700K @ 4.9Ghz | Mobo: Asus Maximus Hero VIII | RAM: Corsair Dominator 16GB | GPU: 2 x GTX 1080 Ti SLI | 3xSSDs for OS and Apps, 2 x HDD's for 11GB storage | PSU: Seasonic X-1250 M2| Case: Corsair C70 | Cooling: Corsair H115i Hydro cooler | Displays: Asus PG278QR, BenQ XL2420TX & BenQ HT1075 | OS: Windows 10 Pro + Windows 7 dual boot
Like my fixes? Dontations can be made to: www.paypal.me/DShanz or rshannonca@gmail.com
Like electronic music? Check out: www.soundcloud.com/dj-ryan-king
Yeah adding those 2 lines fixed it, thanks. As for the transparent thingy its gone when disabled in d3dx.ini Im not sure if it has some side effects of removing something vital somewhere else but so far I havent ran into any issues.
Acer H5360 / BenQ XL2420T + 3D Vision 2 Kit - EVGA GTX 980TI 6GB - i7-3930K@4.0GHz - DX79SI- 16GB RAM@2133 - Win10x64 Home - HTC VIVE
I know the fix is not working anymore (I understand, this game gets updated a lot), but I wanted to know if someone find an acceptable compatibility profile for this one?
Thanks!
Download: http://www.mediafire.com/file/7zba9mpu2kgyc8z/Killing_Floor_2_regex_refix.zip/file
3D Gaming Rig: CPU: i7 7700K @ 4.9Ghz | Mobo: Asus Maximus Hero VIII | RAM: Corsair Dominator 16GB | GPU: 2 x GTX 1080 Ti SLI | 3xSSDs for OS and Apps, 2 x HDD's for 11GB storage | PSU: Seasonic X-1250 M2| Case: Corsair C70 | Cooling: Corsair H115i Hydro cooler | Displays: Asus PG278QR, BenQ XL2420TX & BenQ HT1075 | OS: Windows 10 Pro + Windows 7 dual boot
Like my fixes? Dontations can be made to: www.paypal.me/DShanz or rshannonca@gmail.com
Like electronic music? Check out: www.soundcloud.com/dj-ryan-king
I did play a lot with your old fix back then when it was still working, I will try this at home tonight.
Time to finally increase this survivalist perk!
Hi DJ-RK
Thx for your excellent fix. I added it to 3D Fix Manager. So no need to post it on Helix Blog any more. Most people will get that fix automatically now via 3DFM. Those who don't still insist on doing fix installation manually. They will likely never experience your nice fix. It's their own fault :P
ASUS ROG Strix GeForce GTX 1080 | Core I7-7700K | 16GB RAM | Win10 Pro x64
Asus ROG Swift PG278Q 3D Vision Monitor
Optoma UHD 40 3D Vision Projector
Paypal donations for 3D Fix Manager: duselpaul86@gmx.de
3D Gaming Rig: CPU: i7 7700K @ 4.9Ghz | Mobo: Asus Maximus Hero VIII | RAM: Corsair Dominator 16GB | GPU: 2 x GTX 1080 Ti SLI | 3xSSDs for OS and Apps, 2 x HDD's for 11GB storage | PSU: Seasonic X-1250 M2| Case: Corsair C70 | Cooling: Corsair H115i Hydro cooler | Displays: Asus PG278QR, BenQ XL2420TX & BenQ HT1075 | OS: Windows 10 Pro + Windows 7 dual boot
Like my fixes? Dontations can be made to: www.paypal.me/DShanz or rshannonca@gmail.com
Like electronic music? Check out: www.soundcloud.com/dj-ryan-king