Nosidda Posted June 26, 2022 Share Posted June 26, 2022 Every time i do anything it crashes and says it cannot find ModMusic.fev in any search paths. WHAT DO I DO HERE IS MY CODE. Assets = { Asset("SOUNDPACKAGE", "ModMusic.fev"), Asset("SOUND", "ModMusic_bank00.fsb"), } RemapSoundEvent("dontstarve/together_FE/DST_theme_portaled", "ModMusic/untitled/MusicMod") in my mod folder i have a another folder named sound with ModMusic.fev and ModMusic_bank00.fsb in it. For 2 days i have tried to fix it. TO NO AVAIL. here is the crash log also pretend that the pain.fev file you see is ModMusic.fev because i have made this thing multiple times and none have work. Link to comment https://forums.kleientertainment.com/forums/topic/141224-need-help-making-mod-that-replaces-survivor-select-song-into-smash-bros-64-character-select-song/ Share on other sites More sharing options...
hhh2 Posted June 28, 2022 Share Posted June 28, 2022 On 6/26/2022 at 3:35 AM, AngryBeeQueen said: Assets = { Asset("SOUNDPACKAGE", "ModMusic.fev"), Asset("SOUND", "ModMusic_bank00.fsb"), } Try: Assets = { Asset("SOUNDPACKAGE", "sound/ModMusic.fev"), Asset("SOUND", "sound/ModMusic_bank00.fsb"), } Link to comment https://forums.kleientertainment.com/forums/topic/141224-need-help-making-mod-that-replaces-survivor-select-song-into-smash-bros-64-character-select-song/#findComment-1580213 Share on other sites More sharing options...
Nosidda Posted July 8, 2022 Author Share Posted July 8, 2022 On 6/28/2022 at 11:44 AM, hhh2 said: Try: Assets = { Asset("SOUNDPACKAGE", "sound/ModMusic.fev"), Asset("SOUND", "sound/ModMusic_bank00.fsb"), } thanks but i already got it figured out and im now just replacing character death sounds. Just now, AngryBeeQueen said: thanks but i already got it figured out and im now just replacing character death sounds. Sorry for replying a month late Link to comment https://forums.kleientertainment.com/forums/topic/141224-need-help-making-mod-that-replaces-survivor-select-song-into-smash-bros-64-character-select-song/#findComment-1582807 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now