Jump to content

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


choi

Recommended Posts

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...