New sound error

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
JimmyAngler
High General
High General
Posts: 837
Joined: Mon Nov 04, 2013 10:37 am
Projects :: Battlefront Halation
Games I'm Playing :: SWBF 1-2-2015
xbox live or psn: none
Location: Area 51

New sound error

Post 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?
LRKfm946
Master Sergeant
Master Sergeant
Posts: 163
Joined: Sun Feb 02, 2014 6:13 pm
Projects :: Battlefront II Hunger Games
Games I'm Playing :: SWBF2 BF3
Contact:

Re: New sound error

Post 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.
Post Reply