Custom Hand DL's for each tunic #6096
Open
+194
−0
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.
lets modders make custom hands that are unique to each tunic, so custom skeletons for each tunic dont have to share the same hands. this could honestly be extended to allowing all equipment be customizable for each tunic, but that could honestly just be bloat so i didnt bother (i did add boots tho since im working on a mod that could benefit from it)
the way it works works is the same as replacing hands normally, u just export the hands in the custom skeleton object folders, so
object_link_child_goronobject_link_child_zoraobject_link_boy_goronandobject_link_boy_zorawith the same names as the vanilla dls so nothing changes there except the folder they go in. if no dls are detected in those folders it just loads the normal ones inobject_link_childandobject_link_boylike normal. this also works with #6062 custom equips to allow custom fps hands per tunic as well, inobject_custom_equipmodders would exportgCustomChildGoronFPSHandDLgCustomChildZoraFPSHandDLgCustomAdultGoronFPSHandDLandgCustomAdultZoraFPSHandDLBuild Artifacts