You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the share-to-added feature works greatly, for some odd reason it does not work with Voices or Effects (if using the single slot effects mod). The share-to-added feature doesn't seem to share files that have a different name from one another. Meaning, sharing voices or effects do not work.
The Plug-in I've still been using seem to share textures with others, even if the name is different.
However, it does not work with added files such as textures or voices. https://github.com/Coolsonickirby/shared-files
Example: I can share a replaced Daisy texture to someone like Peach by just calling one of Peach's textures no matter its now.
I can also share a single voice file to all the slots necessary that require the voices.
Code Example used on this plug in:
[files]
"fighter/daisy/model/body/c06/alp_daisy_001_nor.nutexb" = [
"fighter/peach/model/body/c00/alp_peach_001_nor.nutexb",
"fighter/peach/model/body/c06/alp_peach_001_nor.nutexb"
]
"sound/bank/fighter_voice/vc_pikachu_c00.nus3audio" = [
"sound/bank/fighter_voice/vc_pikachu_c01.nus3audio",
"sound/bank/fighter_voice/vc_pikachu_c02.nus3audio",
"sound/bank/fighter_voice/vc_pikachu_c03.nus3audio",
"sound/bank/fighter_voice/vc_pikachu_c04.nus3audio",
"sound/bank/fighter_voice/vc_pikachu_c05.nus3audio",
"sound/bank/fighter_voice/vc_pikachu_c06.nus3audio",
"sound/bank/fighter_voice/vc_pikachu_c07.nus3audio"
]
This would help a lot not only with loading times, but also having to remove duplicate files of the same effects considering those files are hefty already for some of the cast.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While the share-to-added feature works greatly, for some odd reason it does not work with Voices or Effects (if using the single slot effects mod). The share-to-added feature doesn't seem to share files that have a different name from one another. Meaning, sharing voices or effects do not work.
The Plug-in I've still been using seem to share textures with others, even if the name is different.
However, it does not work with added files such as textures or voices. https://github.com/Coolsonickirby/shared-files
Example: I can share a replaced Daisy texture to someone like Peach by just calling one of Peach's textures no matter its now.
I can also share a single voice file to all the slots necessary that require the voices.
This would help a lot not only with loading times, but also having to remove duplicate files of the same effects considering those files are hefty already for some of the cast.
Example:
Beta Was this translation helpful? Give feedback.
All reactions