TyrZero Posted December 13, 2015 Share Posted December 13, 2015 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 More sharing options...
rezecib Posted December 13, 2015 Share Posted December 13, 2015 @TyrZero, Looking at data/DLC0002/scripts/screen/mainscreen.lua, it's using: TheFrontEnd:GetSound():PlaySound("dontstarve_DLC002/music/music_FE","FEMusic") Link to comment https://forums.kleientertainment.com/forums/topic/60702-new-title-theme-file-name/#findComment-697010 Share on other sites More sharing options...
GuyPerfect Posted December 13, 2015 Share Posted December 13, 2015 "FE" here stands for "front-end", referring to the menu system. In other scripts you'll see "BE", logically "back-end", which refers to the game world system. Link to comment https://forums.kleientertainment.com/forums/topic/60702-new-title-theme-file-name/#findComment-697170 Share on other sites More sharing options...
TyrZero Posted December 13, 2015 Author Share Posted December 13, 2015 @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. Link to comment https://forums.kleientertainment.com/forums/topic/60702-new-title-theme-file-name/#findComment-697276 Share on other sites More sharing options...
Recommended Posts
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.