Jump to content

New Title Theme File Name?


Recommended Posts

I have a mod set up for music replacement, including the title screen. The name within the sound bank seems to no longer be labeled music_FE(I don't know what this stands for, if anything, so I can't make any educated guesses). All of my other sound replacements are working fine. How can I find the new label?

 

The command currently reads: RemapSoundEvent("dontstarve/music/music_FE", "music_mod/music/musicFE")

Link to comment
https://forums.kleientertainment.com/forums/topic/60702-new-title-theme-file-name/
Share on other sites

 

@TyrZero, Looking at data/DLC0002/scripts/screen/mainscreen.lua, it's using:

        TheFrontEnd:GetSound():PlaySound("dontstarve_DLC002/music/music_FE","FEMusic")

 

That was exactly what I was looking for, thanks!

 

Didn't know where to look since RoG didn't change it. Makes sense now that I think about, I'm actually a bit surprised I didn't try that.

Archived

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

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...