Not_Wilson Posted June 1, 2016 Share Posted June 1, 2016 My mod lore is needing Wilson to have different quotes than a modded character. He's like a Gentleman Scientist but he specializes in medicine. This was to give him a support role in DST since his only perk was to grow a beard. I tried STRINGS.CHARACTERS.WILSON = require "speech_doc" --Doc is a handle to distinguish this speech from normal, unmodded Wilson. However, he still uses the in-game, normal speech file. I'm wondering if Wilson is chalked up as a "special character" in the stringutil.lua file. Even though I've scanned over that file a few times. Is there something else I need to override or write to make him get custom lines? (Because I doubt every other modded character is a doctor as well.) Link to comment https://forums.kleientertainment.com/forums/topic/67819-overriding-wilsons-speech/ Share on other sites More sharing options...
Aquaterion Posted June 1, 2016 Share Posted June 1, 2016 (edited) 5 minutes ago, DextersComicLaboratory said: My mod lore is needing Wilson to have different quotes than a modded character. He's like a Gentleman Scientist but he specializes in medicine. This was to give him a support role in DST since his only perk was to grow a beard. I tried STRINGS.CHARACTERS.WILSON = require "speech_doc" --Doc is a handle to distinguish this speech from normal, unmodded Wilson. However, he still uses the in-game, normal speech file. I'm wondering if Wilson is chalked up as a "special character" in the stringutil.lua file. Even though I've scanned over that file a few times. Is there something else I need to override or write to make him get custom lines? (Because I doubt every other modded character is a doctor as well.) i think wilson uses the "generic" character strings STRINGS.CHARACTERS.GENERIC Edited June 1, 2016 by Aquaterion Link to comment https://forums.kleientertainment.com/forums/topic/67819-overriding-wilsons-speech/#findComment-778816 Share on other sites More sharing options...
Not_Wilson Posted June 1, 2016 Author Share Posted June 1, 2016 Right, I know that, but is it possible to override that? Link to comment https://forums.kleientertainment.com/forums/topic/67819-overriding-wilsons-speech/#findComment-778818 Share on other sites More sharing options...
Aquaterion Posted June 1, 2016 Share Posted June 1, 2016 46 minutes ago, DextersComicLaboratory said: Right, I know that, but is it possible to override that? yea, in the normal strings.lua its just GENERIC = require "speech_wilson" Link to comment https://forums.kleientertainment.com/forums/topic/67819-overriding-wilsons-speech/#findComment-778833 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