Jump to content

Recommended Posts

Hi all,

I search the file in dedicated server for editing the description of a character on the game, I want do it for maxwell:

160118061918887655.png

i have check file waxwelljournal.lua and waxwell.lua in data/scripts/prefabs/ but i don't find nothing about description of this character

i use this mod: http://steamcommunity.com/sharedfiles/filedetails/?id=343762271

someone have a idea?

thx for your help

ToNiO

It's found in "data/scripts/strings.lua", you can change the text in said file using the following in "modmain.lua":

GLOBAL.STRINGS.[copy the respective part of strings.lua here and make your modifications, remove the comma at the end of the line]

e.g.: GLOBAL.STRINGS.NAMES.PIGKING = "Lord of the Flies"

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