Jump to content

[SOLVED] How to use Webber's voice for mod character?


Recommended Posts

1 hour ago, Neutral_Steve said:

    -- Uncomment if "wathgrithr"(Wigfrid) or "webber" voice is used
    --inst.talker_path_override = "dontstarve_DLC001/characters/"

Maybe I should explain in more detail so my character when sane uses willow's voice & when insane I want to use webber's voice so when he's sane this code activates

inst.soundsname = "willow"

 

so when he goes insane I put this in code 

inst.talker_path_override = "dontstarve_DLC001/characters/"

& then when he goes insane he becomes mute plus when he goes sane he doesn't use willow's voice anymore & stays mute... :(

Edited by SuperDavid
Link to comment
Share on other sites

13 minutes ago, Neutral_Steve said:

Because you should specify the soundsname, I think it's like this.

inst.soundsname = "webber"
inst.talker_path_override = "dontstarve_DLC001/characters/"

Thank you that works now he has webber's voice but when I turn sane again he doesn't make use Willow's voice anymore & becomes mute..

Is there a way to get rid of the "talker_path_override" when he goes sane? I think that's why he doesn't use willow's voice

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...