theceruleanflash Posted July 9, 2015 Share Posted July 9, 2015 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 More sharing options...
theceruleanflash Posted July 11, 2015 Author Share Posted July 11, 2015 Never mind, got it fixed Link to comment https://forums.kleientertainment.com/forums/topic/56014-silent-character/#findComment-653443 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