NeddoFreddo Posted July 11, 2016 Share Posted July 11, 2016 Heyo, I am making a character mod for DS, and I attempted to give my character a custom voice, using @Malacath's fabulous tutorial. But I can't seem to get it right. I've uploaded my mod file, and it'd be great if someone could help. I managed to get it not to crash, but when I examine something all I get it silence. I'm also having trouble with the speech file itself. I used the SW Extended Character Template, but apparently it was out of date and the speech file didn't include the SW speech, only RoG. So I delved into the game files and grabbed Wilson's SW speech, and copy-pasted it into my characters speech file. But in SW when my character talks for whatever reason, he doesn't use the changes I've made in the SW speech file. Can anyone help? modmain.lua fbastard.lua speech_fbastard.lua sound.zip Link to comment https://forums.kleientertainment.com/forums/topic/68785-custom-voice-trouble/ Share on other sites More sharing options...
Mobbstar Posted July 11, 2016 Share Posted July 11, 2016 (edited) STRINGS.CHARACTERS.fbastard = require "speech_fbastard" should be STRINGS.CHARACTERS.FBASTARD = require "speech_fbastard" Edited July 11, 2016 by Mobbstar Link to comment https://forums.kleientertainment.com/forums/topic/68785-custom-voice-trouble/#findComment-791639 Share on other sites More sharing options...
NeddoFreddo Posted July 11, 2016 Author Share Posted July 11, 2016 3 hours ago, Mobbstar said: STRINGS.CHARACTERS.fbastard = require "speech_fbastard" should be STRINGS.CHARACTERS.FBASTARD = require "speech_fbastard" K thx that worked Guh now to get the sounds to work... Link to comment https://forums.kleientertainment.com/forums/topic/68785-custom-voice-trouble/#findComment-791676 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