-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ FF7 ] Shadow Flare has an incorrect rendering between PC and PSX #279
Comments
Thanks for the report, have you got a save that I can use to replicate the issue and can you please share some steps on how to reproduce? This would be really appreciated. I'll look into this but I can't promise any ETA. |
You can reproduce it just by using the enemy skill Shadow Flare. It will always come out with the wrong colours. We've verified it isn't the texture file. |
Were you able to find at least a lead around this? I did try to check via RenderDoc but I couldn't find anything strange being done in the pipeline. Should be a deep buried bug in the engine code, as always... |
No idea what causes it or anything else... it's likely entirely graphics related |
Do you have an idea at which address is this effect being called in the exe? I might have a solution but I need to double check how the blending is set for this texture. |
Issue: Shadow Flare (for example) is broken and always has been. An exception may be needed to fix. It's even worse with ffnx than default Aali.
This may be why:
"Alpha blending transparency is broken. The issue is that the PC renderer has two different alpha values (vertex alpha, texture alpha) and the game doesn't specify which one to use (AFAIK), so, sometimes, the correct thing to do is to just use texture alpha, sometimes vertex alpha, and, sometimes, the two should be combined to produce the correct result. The way it works now (with the Custom Driver) is correct most of the time, but not always." - Aali
PSX:
PC:
The text was updated successfully, but these errors were encountered: