Never Alone
  2 / 2    
ok so I've played it for a bit and it works great, no issues other than perhaps when the girl recieves the throwing thing (sorry, played it in spanish), there's a lighting issue there, other than that it's perfect and i think i'm half-way into the game, great job!
ok so I've played it for a bit and it works great, no issues other than perhaps when the girl recieves the throwing thing (sorry, played it in spanish), there's a lighting issue there, other than that it's perfect and i think i'm half-way into the game, great job!

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

#16
Posted 01/24/2015 01:36 PM   
[quote="birthright"]when the girl recieves the throwing thing[/quote]Oh yeah, I forgot about that. It's an effect that's only used once in a cutscene, which made it a little hard to track down. Should be the only broken effect though.
birthright said:when the girl recieves the throwing thing
Oh yeah, I forgot about that. It's an effect that's only used once in a cutscene, which made it a little hard to track down. Should be the only broken effect though.

#17
Posted 01/24/2015 06:11 PM   
There's a shader that gets inverted while I'm using this. Any ideas? [url]http://cloud-4.steamusercontent.com/ugc/713029186778671742/E1A3050F31C6E61AD0905DF1DFDF305A4083D96E/1024x576.resizedimage[/url]
There's a shader that gets inverted while I'm using this. Any ideas? http://cloud-4.steamusercontent.com/ugc/713029186778671742/E1A3050F31C6E61AD0905DF1DFDF305A4083D96E/1024x576.resizedimage

Gigabyte Aorus GeForce RTX 2080
LG 55UB9500 4K 3D EDID Override
Intel i5-8600K @4.7ghz
G.SKILL TridentZ RGB DDR4 3200
Corsair MP500 M.2 x4 SSD | Samsung EVO 950

#18
Posted 02/15/2015 05:11 PM   
Hm, that's weird. I've got a suspicion on what that might be, but have you tried adjusting convergence (both directions)?
Hm, that's weird. I've got a suspicion on what that might be, but have you tried adjusting convergence (both directions)?

#19
Posted 02/15/2015 05:37 PM   
I tried increasing/decreasing convergence (horizontally) it has no effect (on the problem issue) similarly using the 1-2 hotkeys has no effect. Everything appears to look fine except that one shader. Using latest Nvidia drivers, on Win 8.1 if that has any bearing. Thank you for your attention, I appreciate your efforts. :)
I tried increasing/decreasing convergence (horizontally) it has no effect (on the problem issue) similarly using the 1-2 hotkeys has no effect. Everything appears to look fine except that one shader. Using latest Nvidia drivers, on Win 8.1 if that has any bearing. Thank you for your attention, I appreciate your efforts. :)

Gigabyte Aorus GeForce RTX 2080
LG 55UB9500 4K 3D EDID Override
Intel i5-8600K @4.7ghz
G.SKILL TridentZ RGB DDR4 3200
Corsair MP500 M.2 x4 SSD | Samsung EVO 950

#20
Posted 02/16/2015 01:51 AM   
Hm, I'm seeing that too. But I'm currently running Windows 10 with the latest driver. I'm doing that temporarily while I wait for my motherboard to be replaced. I haven't seen the game update, so I'm wondering if this is a driver issue. What drivers/windows are you running?
Hm, I'm seeing that too. But I'm currently running Windows 10 with the latest driver. I'm doing that temporarily while I wait for my motherboard to be replaced. I haven't seen the game update, so I'm wondering if this is a driver issue. What drivers/windows are you running?

#21
Posted 02/16/2015 05:18 AM   
Running Windows 8.1 64bit with Nvidia 660ti/347.52 WHQL driver.
Running Windows 8.1 64bit with Nvidia 660ti/347.52 WHQL driver.

Gigabyte Aorus GeForce RTX 2080
LG 55UB9500 4K 3D EDID Override
Intel i5-8600K @4.7ghz
G.SKILL TridentZ RGB DDR4 3200
Corsair MP500 M.2 x4 SSD | Samsung EVO 950

#22
Posted 02/16/2015 02:10 PM   
I don't really want to try DDU on Windows 10, to test for driver problems. It was working for me when I was using 344.65, you could try that. I'll probably wait until my replacement motherboard arrives before trying to fix it, so I can be a bit more confident in testing. Could be a couple weeks though. If 344.65 doesn't work, it's probably a game update which I can look at sooner.
I don't really want to try DDU on Windows 10, to test for driver problems. It was working for me when I was using 344.65, you could try that. I'll probably wait until my replacement motherboard arrives before trying to fix it, so I can be a bit more confident in testing.

Could be a couple weeks though. If 344.65 doesn't work, it's probably a game update which I can look at sooner.

#23
Posted 02/16/2015 06:48 PM   
Rolling back the drivers didn't fix it. I isolated the problem VertexShader "C78A4793.txt" [code]//Fuzzy border around screen vs_3_0 // vs_2_0 // def c5, 1, -1, 2, -2 // def c6, 3, -3, 0, 0 // dcl_position v0 // dcl_texcoord v1 // mov r0.xy, c4 // mad oT1, c5.xxyy, r0.xyxy, v1.xyxy // mov r0.xy, c4 // mov r0.zw, c4.xyxy // mad oT2, c5.zzww, r0.xyxy, v1.xyxy // mad oT3, c6.xxyy, r0.zwzw, v1.xyxy // mov oT0.xy, v1 // dp4 oPos.w, v0, c3 // dp4 oPos.z, v0, c2 // dp4 oPos.y, v0, c1 // dp4 oPos.x, v0, c0 // approximately 11 instruction slots used [/code] I just moved it out of the override for now, everything else seems perfect. Thanks! :)
Rolling back the drivers didn't fix it. I isolated the problem VertexShader "C78A4793.txt"

//Fuzzy border around screen    
vs_3_0
// vs_2_0
// def c5, 1, -1, 2, -2
// def c6, 3, -3, 0, 0
// dcl_position v0
// dcl_texcoord v1
// mov r0.xy, c4
// mad oT1, c5.xxyy, r0.xyxy, v1.xyxy
// mov r0.xy, c4
// mov r0.zw, c4.xyxy
// mad oT2, c5.zzww, r0.xyxy, v1.xyxy
// mad oT3, c6.xxyy, r0.zwzw, v1.xyxy
// mov oT0.xy, v1
// dp4 oPos.w, v0, c3
// dp4 oPos.z, v0, c2
// dp4 oPos.y, v0, c1
// dp4 oPos.x, v0, c0

// approximately 11 instruction slots used


I just moved it out of the override for now, everything else seems perfect. Thanks! :)

Gigabyte Aorus GeForce RTX 2080
LG 55UB9500 4K 3D EDID Override
Intel i5-8600K @4.7ghz
G.SKILL TridentZ RGB DDR4 3200
Corsair MP500 M.2 x4 SSD | Samsung EVO 950

#24
Posted 02/17/2015 01:09 AM   
Thanks Tsunami. I've confirmed that this was caused by a game update (rather than a driver/windows issue), with the help of 4everAwake, and I have updated the fix on the blog. If anyone needs to update, they can delete the file mentioned above, or just delete the whole fix and redownload it.
Thanks Tsunami. I've confirmed that this was caused by a game update (rather than a driver/windows issue), with the help of 4everAwake, and I have updated the fix on the blog. If anyone needs to update, they can delete the file mentioned above, or just delete the whole fix and redownload it.

#25
Posted 02/17/2015 04:30 PM   
  2 / 2    
Scroll To Top