• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Is there a way to change the music of the main menu screen?

choi

New member
How should I modify the screen to change the music on the main menu screen?

Is the modification method very complicated?

 
You mean the music on the loading screen? It's possible - but not easy.

@TormentedEmu made a mod that does this. It's called "TE Menu Music," find it on her mods topic here: 



She included a file. But to add your own music, you would need to modify her C# code, and rebuild. This is the code you'd need to modify: https://github.com/TormentedEmu/7DTD-A19-DMTMods/blob/master/TE_MenuMusic/Harmony/Harmony.cs

EDIT: The edits would be to the `MyModFolder` and `MyMusicFile` properties, and to the `MyMusicType` property if you're using something other than Ogg.

Either that or put an .ogg file with exactly the same name into her modlet folder (overwriting her file).

It would be cool if you didn't have to do that, and could configure it in XML somehow. I actually requested that - before realizing that the main menu (and its music) loads before any of the XML files are even parsed, so it's not possible to do it that way.

 
Last edited by a moderator:
Is there a way to change the music of the main menu screen? Is there a way to change it to recources.assets? I want to change it to resources.assets file. Please let me know how to change it. Thank you.

 
Is there a way to change it to recources.assets? I want to change it to resources.assets file. Please let me know how to change it. Thank you.

 
Back
Top