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

Some-what weird rendering with model not-disabling properly in AW #33

Open
Jerome226 opened this issue Jun 25, 2022 · 3 comments
Open

Comments

@Jerome226
Copy link

Basically the problem is that for Armourer's Workshop armors that disable the normal renderer, they don't disable it when skin port is installed (probably due to SkinPort using a different renderer i suppose) resulting in the armor conflicting with the player model.
image
I know this mod is old and i'm not expecting you to take your time to make a update or even take your time to fix it but having guidance to fix it myself could be cool, do you have any clues where is the bug coming from and a possible workaround?

@zlainsama
Copy link
Owner

If I remembered correctly, armors don't disable player model rendering, they just overlay a slightly larger box on top of the player model.
And by the look of your screenshot, because of the newer clothing layers, it is causing z-fighting with armor layers.
Either making the armor model slightly larger or making the player model slightly smaller should work.
You can also just disable the extra clothing layers through skin customization in the options menu, when wearing those armors.

@Jerome226
Copy link
Author

It seems like even without extra layers it still cause skin glitches

@zlainsama
Copy link
Owner

Well, you can modify SkinPortRenderPlayer in SkinPort to make it skip rendering when armors from AW is equipped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants