nepetaleijontheoneandonly Posted April 16, 2014 Share Posted April 16, 2014 Hello there!I've seen mods with seperate files for their custom dialogue.How would I make one work in my mod? I tried making one, and it just crashed.Is there a specific code to link it in? Link to comment https://forums.kleientertainment.com/forums/topic/34968-custom-speech-file-help/ Share on other sites More sharing options...
nepetaleijontheoneandonly Posted April 16, 2014 Author Share Posted April 16, 2014 Nevermind, I figured it out! Link to comment https://forums.kleientertainment.com/forums/topic/34968-custom-speech-file-help/#findComment-454940 Share on other sites More sharing options...
nepetaleijontheoneandonly Posted April 18, 2014 Author Share Posted April 18, 2014 PSSHHHBBT NOPE I BROKE ITstill need help Link to comment https://forums.kleientertainment.com/forums/topic/34968-custom-speech-file-help/#findComment-456852 Share on other sites More sharing options...
misterinkwell Posted April 18, 2014 Share Posted April 18, 2014 (edited) For my Signless mod, what I did was:*put the speech lua in the 'scripts' folder (so your scripts folder should have the 'prefabs' folder and then this lua file)*in the character.lua, added ' STRINGS.CHARACTERS.CHARACTER = require "speech_character" ', where "speech_character" is the name of the lua file with your custom speech and 'character' is whatever your mod is called (wod, for instance, which i think is what's in the tutorial pack). Hope this helps! (Also I saw your other thread with the Vanellope mod; are you planning to do just her or other WIR characters as well?) Edited April 18, 2014 by misterinkwell Link to comment https://forums.kleientertainment.com/forums/topic/34968-custom-speech-file-help/#findComment-457128 Share on other sites More sharing options...
nepetaleijontheoneandonly Posted April 22, 2015 Author Share Posted April 22, 2015 For my Signless mod, what I did was:*put the speech lua in the 'scripts' folder (so your scripts folder should have the 'prefabs' folder and then this lua file)*in the character.lua, added ' STRINGS.CHARACTERS.CHARACTER = require "speech_character" ', where "speech_character" is the name of the lua file with your custom speech and 'character' is whatever your mod is called (wod, for instance, which i think is what's in the tutorial pack). Hope this helps! (Also I saw your other thread with the Vanellope mod; are you planning to do just her or other WIR characters as well?)SORRY FOR THE LATE RESPONSE but yeah! i am planning on making more characters from WIR also thanks for the help <3 Link to comment https://forums.kleientertainment.com/forums/topic/34968-custom-speech-file-help/#findComment-631129 Share on other sites More sharing options...
Seiai Posted April 22, 2015 Share Posted April 22, 2015 (edited) @nepetaleijontheoneandonly @misterinkwell i would suggest http://forums.kleientertainment.com/files/file/950-extended-sample-character/ to make a new character, aside from a few other advantages as a startingtemplate, it also already has a custum speechfile setup. Edited April 22, 2015 by Seiai Link to comment https://forums.kleientertainment.com/forums/topic/34968-custom-speech-file-help/#findComment-631165 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