Page 1 of 1
Custom Sound help
Posted: Mon Sep 12, 2016 11:49 pm
by MasterRoboto2
ughh... I'm trying to do and original death sound from the SMB3 SNES. I wanted to converter it into a mp3 audio. I replaced the sound effect in the "sound" folder in the SMBX folder. However, once I hit enemy, the death sound dosen't play, whats happening???
Re: Custom Sound help
Posted: Tue Sep 13, 2016 5:03 am
by HeroLinik
Actually, if you're using SMBX 2.0, there's an easier way to do it. Copy over the sounds.ini file from the sounds file, and locate the death sound in there (it's the one called [sound-8]). Now get rid of the other sounds and ensure that your death sound is called "player-died.mp3" or name it something else if you've already renamed it.
Re: Custom Sound help
Posted: Tue Sep 13, 2016 2:50 pm
by Stickman01
Linik wrote:Actually, if you're using SMBX 2.0, there's an easier way to do it. Copy over the sounds.ini file from the sounds file, and locate the death sound in there (it's the one called [sound-8]). Now get rid of the other sounds and ensure that your death sound is called "player-died.mp3" or name it something else if you've already renamed it.
Get rid of them? Wouldn't it be safer to put the other sounds in a separate new folder in case you need them back?
Re: Custom Sound help
Posted: Tue Sep 13, 2016 2:55 pm
by HeroLinik
Stickman01 wrote:Linik wrote:Actually, if you're using SMBX 2.0, there's an easier way to do it. Copy over the sounds.ini file from the sounds file, and locate the death sound in there (it's the one called [sound-8]). Now get rid of the other sounds and ensure that your death sound is called "player-died.mp3" or name it something else if you've already renamed it.
Get rid of them? Wouldn't it be safer to put the other sounds in a separate new folder in case you need them back?
I'm referring to the other stuff in the .ini file.
Re: Custom Sound help
Posted: Tue Sep 13, 2016 4:11 pm
by Stickman01
Linik wrote:Stickman01 wrote:Linik wrote:Actually, if you're using SMBX 2.0, there's an easier way to do it. Copy over the sounds.ini file from the sounds file, and locate the death sound in there (it's the one called [sound-8]). Now get rid of the other sounds and ensure that your death sound is called "player-died.mp3" or name it something else if you've already renamed it.
Get rid of them? Wouldn't it be safer to put the other sounds in a separate new folder in case you need them back?
I'm referring to the other stuff in the .ini file.
Oh, sorry. Thought you meant the other sounds in general. My bad.
Re: Custom Sound help
Posted: Wed Nov 30, 2016 5:20 pm
by NotebookTheCat
Where does the sound and new sound.ini file have to be? As in, which folder in 2.0?
Re: Custom Sound help
Posted: Wed Nov 30, 2016 5:36 pm
by PixelPest
NotebookTheCat wrote:Where does the sound and new sound.ini file have to be? As in, which folder in 2.0?
The custom graphics folder of your level or the same folder as the .wld file in your episode
Re: Custom Sound help
Posted: Wed Nov 30, 2016 5:47 pm
by NotebookTheCat
Thank you

Edit:
[sound-14]
name="Collect Crystal"
file="sound_mp3/crystalpickup.mp3"
This is what I put in the sound.ini over the coin sound, and it's not working

Re: Custom Sound help
Posted: Wed Nov 30, 2016 7:27 pm
by Imaynotbehere4long
NotebookTheCat wrote:Thank you

Edit:
[sound-14]
name="Collect Crystal"
file="sound_mp3/crystalpickup.mp3"
This is what I put in the sound.ini over the coin sound, and it's not working

The sound file has to be in the same folder as the sounds.ini file (then you just need to type the sound's filename), and I also don't think MP3 is a supported format for sound replacements (yet WAV is? Makes no sense).
Re: Custom Sound help
Posted: Thu Dec 01, 2016 4:15 am
by NotebookTheCat
Imaynotbehere4long wrote:NotebookTheCat wrote:-snip-
The sound file has to be in the same folder as the sounds.ini file (then you just need to type the sound's filename), and I also don't think MP3 is a supported format for sound replacements (yet WAV is? Makes no sense).
It was, but I guess .mp3 isn't supported... damn
Re: Custom Sound help
Posted: Thu Dec 01, 2016 4:28 am
by NotebookTheCat
.wav isn't working either and I changed the sounds.ini entry to:
[sound-14]
name="Collect Crystal"
file="sound_wav/crystalpickup.wav"
Re: Custom Sound help
Posted: Thu Dec 01, 2016 9:08 am
by Snessy the duck
NotebookTheCat wrote:.wav isn't working either and I changed the sounds.ini entry to:
[sound-14]
name="Collect Crystal"
file="sound_wav/crystalpickup.wav"
Try using .OGG instead!
Re: Custom Sound help
Posted: Thu Dec 01, 2016 10:29 pm
by Imaynotbehere4long
NotebookTheCat wrote:Imaynotbehere4long wrote:The sound file has to be in the same folder as the sounds.ini file
It was
If the sound file
is in the exact same directory as the .ini file, then type this:
[sound-14]
name="Coin"
file="crystalpickup.wav"
not this:
[sound-14]
name="Collect Crystal"
file="sound_wav/crystalpickup.wav"
The reason you shouldn't type the second one is because the "sound_wav/" tells SMBX that the sound file is in a subfolder called "sound_wav"; however, if both the .ini file and the sound file are in the exact same folder, you should only type the filename.
EDIT: Also, make sure that both the sounds.ini file and your sound effect replacements are in your episode's folder (the same location as your .wld and .lvl files). They won't work if they're in any of SMBX's default directories.
Re: Custom Sound help
Posted: Fri Dec 02, 2016 1:46 am
by NotebookTheCat
Imaynotbehere4long wrote:The reason you shouldn't type the second one is because the "sound_wav" tells SMBX that the sound file is in a subfolder called "sound_wav"; however, if both the .ini file and the sound file are in the exact same folder, you should only type the filename.
Thanks, but it's still not working ;-;
Re: Custom Sound help
Posted: Fri Dec 02, 2016 1:49 am
by NotebookTheCat
Images (I changed some things around):
Edit: Was testing the name, changed it to "Coin", still not working
Edit2: changing the .mp3's name to "crystal_pickup" made it work! The space was the problem. Putting a space in the .ini where it is in the file name also works! Plus, the name in quotes doesn't matter in regards to playing correctly
Re: Custom Sound help
Posted: Fri Aug 18, 2017 8:41 pm
by squp
i need help with something similar- i want to change birdo sounds. and i can't get themto worrrrkkk