-
Notifications
You must be signed in to change notification settings - Fork 3
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
Issue with config.json and voice mods. #6
Comments
I can confirm that this is an issue. I've been doing testing with my extra slots. I made a config with CSKs site and a config with the reslotter and only the reslotter one makes it so any of my slots past c08+ are mute. The reslotter everything works fine except for the voice. CSKs site when used in chrome and you load directory first before making a config works perfect for everything. I really hope the solution for the reslotter isn't too complicated. |
How did you end up fixing this issue? I've tried:
|
Never mind, I found it. You have to delete only the nus3audio entries from share-to-vanilla; not nus3bank or tonelabel. (EDIT: There's a bit more to it than this. See a couple posts down) |
It doesn't seem the author will further work in this for the time being. For those looking for an alternative there's another tool called Smash Ultimate Mod Helper that is getting updated often. |
I threw together a quick Python script that fixes the config, and packaged that script into an executable. Just drag and drop your mod folders onto the EXE after they've been processed with reslotterGUI and the program will remove any unneeded lines from each config. It also has batch support so you can fix multiple mods at once. |
When reslotting a mod that includes a voice mod (e.g. sound/bank/fighter_voice/vc_trail_c00.nus3audio). The app does rename the file accordingly but an entry is also created in the share-to-vanilla array in the config.json, causing the file to be ignored and read the original. Not really a big issue since I can manually erase the entry to make the voice mod work but it would be nice if it gets fixed.
I've only seen it happen with .nus3audio files but I would guess it affect everything under the sounds folder.
The text was updated successfully, but these errors were encountered: