blerb
Smash Journeyman
Post your XML file, with the added "/brawlmods/sound/sfx/" line as well
edit: if you copy-pasted your line of code included above, then you did it wrong
<folder external="/brawlmods/sound/sfx " disc="/sound/sfx/" recursive="true" resize="true" create= "true" />
becomes
<folder external="/brawlmods/sound/sfx/" disc="/sound/sfx/" recursive="true" resize="true" create= "true" />
you forgot the slash after /sound/sfx.
edit: if you copy-pasted your line of code included above, then you did it wrong
<folder external="/brawlmods/sound/sfx " disc="/sound/sfx/" recursive="true" resize="true" create= "true" />
becomes
<folder external="/brawlmods/sound/sfx/" disc="/sound/sfx/" recursive="true" resize="true" create= "true" />
you forgot the slash after /sound/sfx.