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

Issue with config.json and voice mods. #6

Open
Garro opened this issue Jan 30, 2023 · 5 comments
Open

Issue with config.json and voice mods. #6

Garro opened this issue Jan 30, 2023 · 5 comments

Comments

@Garro
Copy link

Garro commented Jan 30, 2023

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.

@Dfox444
Copy link

Dfox444 commented Feb 8, 2023

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.

@Mode8fx
Copy link

Mode8fx commented Jul 6, 2023

How did you end up fixing this issue? I've tried:

  • Removing all sound-related lines from share-to-vanilla and new-dir-files
  • Moving sound lines from share-to-vanilla to the end of share-to-vanilla
  • Merging share-to-added into share-to-vanilla
  • Combining points 2 and 3

@Mode8fx
Copy link

Mode8fx commented Jul 6, 2023

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)

@Garro
Copy link
Author

Garro commented Jul 7, 2023

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.

@Mode8fx
Copy link

Mode8fx commented Jul 7, 2023

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.

Extra Slot Voice Fixer

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

3 participants