Jump to content

Recommended Posts

Hey, so I made a mod and changed every single line of speech in the speech_[character].lua, but when I test the mod in game, it continues to show only Wilson's original dialogue. Is there a way to fix this to where it shows the updated text?

 

 

speech_terezi.lua

3 hours ago, fluffnflight said:

-- Custom speech strings
STRINGS.CHARACTERS.terezi = require "speech_terezi"

 

This is in the modmain.lua, if that is what you meant?

terezi should be capatilized, also make sure your speech file in in [root]/scripts folder of your mod. The root folder is where your modinfo.lua and modmain.lua are located.

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
×
  • Create New...