Jump to content

Custom speech file help


Recommended Posts

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?)

Link to comment
Share on other sites

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 :o

also thanks for the help <3

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...