Language…
10 users online: Danik2343, DinoMom, Firstnamebutt, masl, Odinstafel, pnaha, qantuum,  Ringo, Saibot1997, Zavok - Guests: 228 - Bots: 334
Users: 64,795 (2,380 active)
Latest user: mathew

How can I add sound effects to my hack?

I don't understand the readme. in the AddMusicK.exe, I added my rom and it just does the music part immediately. How can I add sound effects? Please help!

I don't understand the read-me.
100% Orange Juice Playthrough:
https://www.youtube.com/playlist?list=PLf1kPWkjcurtA3xPP3TybfqSiEn1AcX2A

VLDC9 Playthrough:
https://www.youtube.com/playlist?list=PLf1kPWkjcurtiP5de_-e6q0hSVrY37RB-.


Fanatical like a Demon
It will automatically add the SFX that you put in the Addmusic_sound effects.txt. Now if you're trying to get AMK to output an SPC of the SFX, make a batch file with this:

Code
AddmusicK.exe -dumpsfx [name of hack].smc


Save it in the same directory as AddmusicK.exe, then click it.
Major thanks to Suika Ibuki for layout!
I'm open for music requests, just DM me on discord and we can further discuss there.
SMAS Soundtrack Status: 100% finished
YI Soundtrack Status: 100%
YI Unsampled Soundtrack Status: 100%
NSMB Soundtrack Status: 7.89%
Killer Instinct Soundtrack Status: 14.63%
SPC Thread
From our family to you, keep your pants dry, your dreams wet, and remember, hugs not drugs.
I don't get it. :/
100% Orange Juice Playthrough:
https://www.youtube.com/playlist?list=PLf1kPWkjcurtA3xPP3TybfqSiEn1AcX2A

VLDC9 Playthrough:
https://www.youtube.com/playlist?list=PLf1kPWkjcurtiP5de_-e6q0hSVrY37RB-.


Fanatical like a Demon
What don't you get? I automatically adds sound effects when it adds the music too. just replace the sounds with what you want in the Addmusic_sound effects.txt. You put the text of the SFX in either the 1DF9 or 1DFC folder. What part do you specifically get. Can you name step by step what you're doing so we can tell you what you may or may not be doing wrong?
Major thanks to Suika Ibuki for layout!
I'm open for music requests, just DM me on discord and we can further discuss there.
SMAS Soundtrack Status: 100% finished
YI Soundtrack Status: 100%
YI Unsampled Soundtrack Status: 100%
NSMB Soundtrack Status: 7.89%
Killer Instinct Soundtrack Status: 14.63%
SPC Thread
From our family to you, keep your pants dry, your dreams wet, and remember, hugs not drugs.
I mean I just don't get how it works. I don't see it when I typed the ROM name, but works for some reason.
100% Orange Juice Playthrough:
https://www.youtube.com/playlist?list=PLf1kPWkjcurtA3xPP3TybfqSiEn1AcX2A

VLDC9 Playthrough:
https://www.youtube.com/playlist?list=PLf1kPWkjcurtiP5de_-e6q0hSVrY37RB-.


Fanatical like a Demon
The first line says something about total size of sound effects. Anyways, if it works, great, you needn't worry how it works, unless your gonna try alter the program.
Major thanks to Suika Ibuki for layout!
I'm open for music requests, just DM me on discord and we can further discuss there.
SMAS Soundtrack Status: 100% finished
YI Soundtrack Status: 100%
YI Unsampled Soundtrack Status: 100%
NSMB Soundtrack Status: 7.89%
Killer Instinct Soundtrack Status: 14.63%
SPC Thread
From our family to you, keep your pants dry, your dreams wet, and remember, hugs not drugs.
When I inserted the SMB3 score sound effect, it's not sounding like in Super Mario All Stars SMB3. It just does a beeping that sounds similar to a police car.
100% Orange Juice Playthrough:
https://www.youtube.com/playlist?list=PLf1kPWkjcurtA3xPP3TybfqSiEn1AcX2A

VLDC9 Playthrough:
https://www.youtube.com/playlist?list=PLf1kPWkjcurtiP5de_-e6q0hSVrY37RB-.


For whatever reason the effects from the SMAS sound pack don't work well with AMK. However, adding more notes to the the SMB3 score sound does work. This should be good enough:

Code
@15 l36 v40

o5 bbbb $FF v0r 

Adding even more notes (i.e. more b's) may make it sound better, but I haven't tested this out yet. This is kind of an ugly solution though, but since loops can't be used in sound effects, it's the only one I know of.
It says "Error: File "1DF9\2C P-Meter full (SMB3)" not found." when I try to insert my sound effects, and I know for a fact that I named it correctly.
Aren't you supposed to not enter the sound effect's folder (at least with AMK) and just its name?
Originally posted by MarioFanGamer
Aren't you supposed to not enter the sound effect's folder (at least with AMK) and just its name?

I pasted the error from AMKGUI. The reason the folder name is there is because it's part of the error message.