choi Posted February 7, 2021 Share Posted February 7, 2021 How should I modify the screen to change the music on the main menu screen? Is the modification method very complicated? Link to comment Share on other sites More sharing options...
khzmusik Posted February 7, 2021 Share Posted February 7, 2021 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 More sharing options...
choi Posted February 11, 2021 Author Share Posted February 11, 2021 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. Link to comment Share on other sites More sharing options...
bdubyah Posted February 11, 2021 Share Posted February 11, 2021 No need to post the same question multiple times.... You had an answer here: Link to comment Share on other sites More sharing options...
choi Posted February 11, 2021 Author Share Posted February 11, 2021 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. Link to comment Share on other sites More sharing options...
meganoth Posted February 11, 2021 Share Posted February 11, 2021 I merged the two threads. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.