GarrettGunnell / AcerolaFX

A suite of GShade shaders for Final Fantasy XIV
MIT License
940 stars 36 forks source link

Presets turning sparkles in Coerthas Western Highlands into squares (10.1.0) #46

Closed BanaKori closed 4 months ago

BanaKori commented 4 months ago

Shaders Off image Shaders On image

Most of the Acerola shaders seem to turn these little shiny bits into squares. I don't recall it happening on older versions of Acerola though. This is after tweaking the depth thing for Dawntrail. Is there any fix to this? Or is there some kind of setting I missed?

GarrettGunnell commented 4 months ago

It's definitely not an issue with my shaders but an issue with ff14 itself as usual lol, either these are written to the depth buffer and xegtao occludes them to make them darker or these are written to the alpha buffer and the shaders aren't being drawn on them. There's nothing that can be done outside of invasive reshade addons to change when the shaders are dispatched in the rendering pipeline.