Jump to content

How to add a character's speech in another language?


Recommended Posts

I am making a very simple critter mod with a existing example that is also a very simple critter mod.

The mod I am referencing have these variable so that a when a character examine the critter, they will have different dialog depend on who examined the critter:

STRINGS.CHARACTERS.WORTOX.DESCRIBE.CUSTOM_PREFAB_NAME = {"Some speech here.","Another possible speech."}
STRINGS.CHARACTERS.WORMWOOD.DESCRIBE.CUSTOM_PREFAB_NAME = "Something something."

Now, if I want to add additional dialog string so that a user that is using Chinese as their language can see Chinese string instead of English, what should the variable look like? Or should something locale need to be set up? Other mod I downloaded for reference that contain Chinese support is too complicated and I wasn't sure how to achieve this in a simple way lol

Edited by xxXolot
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...