[Modding] Vanilla Items on Custom Player Models - #6864
Open
Jepvid wants to merge 1 commit into
Open
Conversation
Jepvid
marked this pull request as draft
July 4, 2026 17:35
Member
|
incase the value isnt seen by reviewers, this pr is huge for mods compatability with eachother |
Jepvid
force-pushed
the
custom-player-hands
branch
from
July 9, 2026 09:57
244d565 to
2ec9cd1
Compare
Jepvid
marked this pull request as ready for review
July 9, 2026 10:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pr adds a system to make it possible to have custom player models use vanilla items. This is a major QOL thing for mod makers in the sense of not having to do duplicate exports of vanilla items to just match with the items.
It detects if there is custom hands in the alt path and if alt assets enabled then it will patch vanilla to have the custom hands and reverts back to normal if alt assets are disabled.
Claude have been used for finding when and where to noop the necessary parts of vanilla dls.
NOTE Models made with legacy fast64 have issues due to old materials exports. Its best to use models made with the latest fast64 where @Jameriquiah have fixed all those issues already
Needs testing done in order to make sure it wont cause crashes.Some testing done in anchor 2p anchor where i alt toggled and tested different items and seems good enough. someone else are free to test aswellCurtesy of Jam here is a itemless Amara64 to test with this system.
(Itemless)Amara64.zip
Build Artifacts