Jump to content

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...