Jump to content

Recommended Posts

The string tables are loaded before your mod, so you can just do from your mod

 

GLOBAL.STRINGS.CHARACTERS.WOLFGANG.ANNOUNCE_CANFIX = "Yolo swag"
in your modmain.lua.

 

The whole string tables can be found in strings.lua, from line 2247 they define the characters' describe strings that you find in other files.

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...