Jump to content

I'm trying to mod and...


Recommended Posts

I'm attempting to make a mod for a plague doctor character for DST. I have used this set of instructions to name my character

Thus far i have not replaced the placeholder sprites with my own as i am not that far in the modding process. I'm just trying to get my character and dialogue lines up and running. I run into this whenever i try to host and start my own server in DST.  unknown.png

Any Advice is much appreciated!

Link to comment
Share on other sites

22 minutes ago, Tufted_Titmouse said:

Here is my mod compressed. you might have better luck than i did

Will.zip

 

Ok i think the issue was that the name Will was with a capital letter. I think the name should always be in lower case, except some specific situations when you need it in upper case. So i normally replace all the "Will" by "will" and got the mod working, but i could have miss some (also, didn't change all the .png, because not needed now, but change them if you plan to use them).

Also, i changed some things in the modmain because some WILL needed to be in upper case. Here again, i should have changed it well, but don't hesitate to verify.

 

Good luck.

Link to comment
Share on other sites

If i follow the template, should be :


STRINGS.CHARACTER_TITLES.esctemplate = "The Sample Character"
STRINGS.CHARACTER_NAMES.esctemplate = "Esc"
STRINGS.CHARACTER_DESCRIPTIONS.esctemplate = "*Perk 1\n*Perk 2\n*Perk 3"
STRINGS.CHARACTER_QUOTES.esctemplate = "\"Quote\""

-- Custom speech strings
STRINGS.CHARACTERS.ESCTEMPLATE = require "speech_esctemplate"

-- The character's name as appears in-game 
STRINGS.NAMES.ESCTEMPLATE = "Esc"

The two last. But you could check your template to be sure (should be the same but still better to verify)

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