I've moved this thread to Plugin Support. Please be sure to post your threads in the correct forum next time. Thank you.
I haven't really messed with plugins yet, but have your tried moving BattleVoiceMZ to the bottom of the list and see if it works then?
I will be very sad if it doesDoes it work with the VisuStella plugins turned off? Remember to save your project to apply plugin changes before testing.![]()
It did not workI will be very sad if it does
What did I do if I always want them on?Did you turn the switch on? The plugin only starts working when Switch 1 (you can change it to another if you want) is turned on.
Yeah just tried thisYou could use an autorun event that turns switch 1 on? Or turn it on in another event before the first battle?
Yea I doAre the filenames above correct? Do you have a SE called "MCS7_033_Weak attack1"?
These?Could you post screenshots of them and the parameters of the plugin?
All off for meOkay, that does look fine. Just to be sure, it isn't currently working for you in a project with only this plugin ON right? Or do you have the VS plugins turned on again?
Because it's working for me, but not when I add in the VS Battle Core plugin.
idk it's still not working for meAll off for me
Ill try a new project
but vs not working makes me sad
I will try this nowTry taking the spaces out of your file names.
Actually, that's probably not it.
Can you open your BattleVoiceMZ.js in notepad or something and find this:
const split
which is on line 678 for me.
Go down a few lines to where it says
const names = name.split(',');
and add the following on a new line after it:
console.log(names);
Now play again, open the console (F8 and click the console tab) and see if it prints out your voice names as you battle. Confirm that your switch is ON (use the debug tool F9 to check that it's on, and if it's not, you can turn it on in the debug window).
This will just establish whether it's actually picking up your note tags, so we know whether the issue is the way you've got them defined, or something else.
Are the SEs all .ogg format?