Parallellines0451 / GTAIV.EFLC.FusionShaders

Various shader fixes and improvements for GTA IV & EFLC.
GNU General Public License v3.0
149 stars 4 forks source link

Helicopter ripple effect on water is missing with nv8 shader #7

Closed sTc2201 closed 1 year ago

sTc2201 commented 1 year ago

This effect to be more precise.

ripple

The deferred_lighting.fxc shader in the nv8 folder is causing this, so this issue may occur with NVIDIA GPUs only since I'm using one.

I took the vanilla nv8 deferred_lighting.fxc and replaced the assembly files with the modified ones (vanilla files had no differences anyway) and this restored the effect + the fixes without any issues.

I guess nv8 needs to have a separate deferred_lighting.fxc to avoid this.

Parallellines0451 commented 1 year ago

Fixed, it was caused by atidx10 shaders.