• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

Meteor smash sound for melee? (request)

Alle

Smash Rookie
Joined
May 8, 2019
Messages
1
is possible to have meteor smash sound effect from smash 4 in melee?
 

Stormghetti

Smash Journeyman
Joined
Aug 23, 2015
Messages
400
Location
Europe
Slippi.gg
STRM#798
NNID
Stormghetti
Code:
$Play SFX on Spike [UnclePunch]
C208DEC8 00000009 #Play SFX on Meteor Spike.asm
2C1C0003 40820038
807D1848 2C030122
4082002C 48000021
7C6802A6 80630000
3D80801C 618C53EC
7D8903A6 4E800421
4800000C 4E800021
CCCCCCCC 1C7C000C
60000000 00000000
With this code you'd replace "CCCCCCCC" with the SFX ID you want to use instead. This plays when hitting an airborne opponent with a spike, but it doesn't play at low percents. In addition to this, you can replace a global sound effect with Smash 4's meteor smash sound effect and you're done, although I think the sound is different depending on which sound effect you replace, not entirely sure why, I just know Melee adds tone shifts and all depending on the sound effect, it's odd.

Either way, I already did everything for you, but you're going to need to open up GameCube Rebuilder or Data Texture Wizard to replace an ssm file located in the US folder inside of the audio folder with this one: https://cdn.discordapp.com/attachme...55391399017578525/smash4spikesfx-nr_title.ssm (As you can see, you replace a file called nr_title.ssm, hopefully it's nothing complicated.)

After you replace that file, edit the "CCCCCCCC" in the code with "00004E22" and now you just start using the code and you should hear it ingame when you spike someone. I replaced one of the announcer's unused voice lines, so you won't hear this sound effect anywhere else except during a spike.
 

CobraBubblez_ssb

Smash Rookie
Joined
Sep 16, 2020
Messages
2
Code:
$Play SFX on Spike [UnclePunch]
C208DEC8 00000009 #Play SFX on Meteor Spike.asm
2C1C0003 40820038
807D1848 2C030122
4082002C 48000021
7C6802A6 80630000
3D80801C 618C53EC
7D8903A6 4E800421
4800000C 4E800021
CCCCCCCC 1C7C000C
60000000 00000000
With this code you'd replace "CCCCCCCC" with the SFX ID you want to use instead. This plays when hitting an airborne opponent with a spike, but it doesn't play at low percents. In addition to this, you can replace a global sound effect with Smash 4's meteor smash sound effect and you're done, although I think the sound is different depending on which sound effect you replace, not entirely sure why, I just know Melee adds tone shifts and all depending on the sound effect, it's odd.

Either way, I already did everything for you, but you're going to need to open up GameCube Rebuilder or Data Texture Wizard to replace an ssm file located in the US folder inside of the audio folder with this one: https://cdn.discordapp.com/attachme...55391399017578525/smash4spikesfx-nr_title.ssm (As you can see, you replace a file called nr_title.ssm, hopefully it's nothing complicated.)

After you replace that file, edit the "CCCCCCCC" in the code with "00004E22" and now you just start using the code and you should hear it ingame when you spike someone. I replaced one of the announcer's unused voice lines, so you won't hear this sound effect anywhere else except during a spike.
can you do this with the rest sound effect? and would it work on slippi?
 
Top Bottom