Skip to content
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

[Xenoblade X] Anti-Aliasing pack broken, causes strange artifacting +potential fix #472

Open
threethan opened this issue Sep 30, 2020 · 4 comments
Labels
shader Use this if the issue/PR relates to shaders in any sort of way.

Comments

@threethan
Copy link

Here is a snippet of a screenshot of xenoblade x at 1440p with the anti-aliasing graphics pack set to 'Disable Native AA'
image

The issue here is two-fold. Firstly, there is still some sort of anti aliasing. (Look at the branches of the tree in the background)
Second, and far worse, is enabling the pack, regardless of your settings, causes strange vertical artifacts throughout the screen. (Note the odd scattering of blue pixels around the item diamond and the line next to it. There are also some strange 'cutouts' on my character's arm piece.)

I've tested with OpenGL and Vulkan, both have the same issues.
I only have an AMD gpu, so I don't know if this happens on other platforms. (If you have an Nvidia gpu please test it yourself!)

I do not know what causes this, other than the fact that it is caused by the pack.
I've attached a zip of an alternate version of the pack, which just blanks out the anti-aliasing shader by returning (0,0,0,0).
This doesn't have the options of the original pack, only disabling anti-aliasing, but does actually work.
AntiAliasingRemover.zip

@ActualMandM ActualMandM added the shader Use this if the issue/PR relates to shaders in any sort of way. label Nov 21, 2020
@skalfate
Copy link
Collaborator

skalfate commented Dec 7, 2020

Edit : re-read the original post a few times. I also got to reinstall the game on my pc sometime soon

One of these days I'll catch up and see whats up. Is there a save or spot in the beginning of the game where we can use a reference point.

@Peduls
Copy link

Peduls commented Dec 23, 2020

I have a NVIDIA GeForce GTX 1070 and can confirm this issue.

@threethan
Copy link
Author

Here is an alternate fix - that works with both openGL and vulkan. Put monolib.cpk from this zip over the monolib.cpk in Xenoblade X > content
This disables anti-aliasing in the game's internal, not user-accessible graphics config file.
monolib - no aa.zip

@intra2
Copy link
Contributor

intra2 commented Dec 14, 2022

Would it be worth it to remove the remove-AA option from the current AA mod and add threethan's graphics pack above labeled as 'Anti-Aliasing Removal' next to the current 'Anti-Aliasing' mod?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
shader Use this if the issue/PR relates to shaders in any sort of way.
Projects
None yet
Development

No branches or pull requests

5 participants