Postby deice » Fri Jul 08, 2022 3:58 pm
if you just want to replace the player jump sound, there's no lunalua needed. simply name the audio file "player-jump" and put it in the episode/level folder and it should replace the default jump sound.
if you want to change the jump sound of only toad however, that's a bit more complicated. iirc, there's no way to mute sound effects that aren't themselves being played through lua. so your best bet would be to make a silent audio file which replaces the default jump sound, and then manually play whatever sound you need through lua whenever the player jumps, depending on their character.