Jump to content

Recommended Posts

Hey, recently I've been adding on to my mod and I have been trying to add custom sounds to him. I've made the fsb and fev files in FMOD, and added the assets, remapsoundeffect, and inst.soundsname to him. However, I have been experiencing a problem where whenever I try it ingame, he is mute. This is the part in my mod main:

Assets = {    Asset("SOUNDPACKAGE", "sound/darthvader.fev"),    Asset("SOUND", "sound/darthvader_bank00.fsb"),}RemapSoundEvent( "dontstarvetogether/characters/darthvader/death_voice", "darthvader/sound/death_voice" )RemapSoundEvent( "dontstarvetogether/characters/darthvader/hurt", "darthvader/sound/hurt" )RemapSoundEvent( "dontstarvetogether/characters/darthvader/talk_LP", "darthvader/sound/talk_LP" )

Thanks for any help

Link to comment
https://forums.kleientertainment.com/forums/topic/56014-silent-character/
Share on other sites

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