Forum Mod Bakery Docs

I can't seem to hex edit different songs to different missions

Posted in Support
Please login to contribute to the conversation.
[deleted user]
8 yrs ago (Statistics)
Hello Donut Team Community,

I am in quite a pickle.

I can't seem to get the music from L1M6 to play in L1M2 and I have read the tutorial on a certain thread, although it doesn't have it's own thread though...

DOWNLOAD

I have the revisions, rsd file, and the customfiles.ini to cover all lose ends. If you need any more files for reference, hit me up!

cheers,

hipporeno
[deleted user]
8 yrs ago (Statistics)
@Hipporeno

THis doesn't answer your question, but there is an easier way to do this. If the song you want to play is in the same level as the mission you want it to play on, you just have to type this command in the stage you want the music to start:

StageStartMusicEvent("music_event");

...where "music_event" is the name of the track you want it to play, written like this:

"MX_start" or "MX_drama"

Not all of the tracks have a 'drama' portion, but the track from L1M6 is one of those tracks. So if you want the drama portion to start playing during the stage, use "M6_drama". If you want the normal part of the track to play, use "M6_start". Hope this helps!
[deleted user]
8 yrs ago (Statistics)
@max_power998 Thanks, will do!