Jump to content

[Need Help] Custom sounds won't work


LordMogar

Recommended Posts

It's my first time making a custom character, I've entered all of the lines and stuff, as shown below. These are in my modmain file.

 

Asset("SOUND", "sound/but.fsb"),
 
}
 
RemapSoundEvent( "dontstarve/characters/but/death_voice", "but/sound/death_voice" )
RemapSoundEvent( "dontstarve/characters/but/hurt", "but/sound/hurt" )
RemapSoundEvent( "dontstarve/characters/but/talk_LP", "but/sound/talk_LP" )

 

 

I also edited my prefabs file and changed inst.soundsname = "wilson" to my character's name.
 

I made sure I've named all the files appropriately. My game doesn't crash and I get no error messages, so everything seems to be in order. But when I make my character talk, there's no sound. I've made the .fsb, .fev and .fdp files with FMod Designer and followed multiple tutorials for it, but every time I get the same result. Can anyone help me out? Thanks. :)

Link to comment
Share on other sites

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...