milestale Posted January 26, 2025 Share Posted January 26, 2025 Hello, I'm making a custom character mod and I wanted to give him a custom voice. I tried several guides but it didn't help. Game doesn't crash, my character is just silent. I'll attach mod if it will help. Thank you! highwilson.rar Link to comment https://forums.kleientertainment.com/forums/topic/163435-problem-with-custom-voice/ Share on other sites More sharing options...
Almightytallest Posted April 10, 2025 Share Posted April 10, 2025 Bumping this topic because I'd also like to know how to do that Link to comment https://forums.kleientertainment.com/forums/topic/163435-problem-with-custom-voice/#findComment-1811638 Share on other sites More sharing options...
milestale Posted March 24 Author Share Posted March 24 Bumping this one last time. Link to comment https://forums.kleientertainment.com/forums/topic/163435-problem-with-custom-voice/#findComment-1855918 Share on other sites More sharing options...
mathem99 Posted March 24 Share Posted March 24 5 minutes ago, milestale said: Bumping this one last time. Rename the RemapSoundEvent from this: RemapSoundEvent( "dontstarve/characters/highwilson/death_voice", "highwilson/sound/death_voice" ) RemapSoundEvent( "dontstarve/characters/highwilson/hurt", "highwilson/sound/hurt" ) RemapSoundEvent( "dontstarve/characters/highwilson/talk_LP", "highwilson/sound/talk_LP" ) To: RemapSoundEvent( "dontstarve/characters/highwilson/death_voice", "customvoice/highwilson/death_voice" ) RemapSoundEvent( "dontstarve/characters/highwilson/hurt", "customvoice/highwilson/hurt" ) RemapSoundEvent( "dontstarve/characters/highwilson/talk_LP", "customvoice/highwilson/talk_LP" ) Link to comment https://forums.kleientertainment.com/forums/topic/163435-problem-with-custom-voice/#findComment-1855920 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