Page 1 of 1

New sound error

Posted: Thu Apr 24, 2014 4:41 pm
by JimmyAngler
soundflmunge.exe : Error : At least 1 value(s) must be specified for switch -banklistinput - while munging

Could anyone explain why this new error shows up after munging my sound?

Re: New sound error

Posted: Thu Apr 24, 2014 9:38 pm
by LRKfm946
I'm not 100% sure, but in one of your .req's, you may have an bank section that's empty (isn't loading a .sfx or .asfx file).
It might look like this:

Code: Select all

ucft
{
	REQN
	{
		"bnk"
		"align=2048"
		             // <<--You need to load at least 1 .sfx or .asfx file here
	}
	REQN
	{
		"config"
		//all your .snd and .ffx files
}
I could be wrong though.