Jump to content

Recommended Posts

Hello! I am making a character mod for Don't Starve Together. I wish to allow my character to use wanda clocks, maxwell top hat and wickerbottom books. Is there a list of tags i can add anywhere? And how do i add said tags to my character? Thanks!

2 hours ago, ShyRasan123 said:

Hello! I am making a character mod for Don't Starve Together. I wish to allow my character to use wanda clocks, maxwell top hat and wickerbottom books. Is there a list of tags i can add anywhere? And how do i add said tags to my character? Thanks!

You can check tag at
\Don't Starve Together\data\databundles\scripts.zip\scripts\prefabs\character
in common_postinit

Spoiler

inst:AddTag("clockmaker")
inst:AddTag("pocketwatchcaster")
inst:AddTag("bookbuilder")
inst:AddTag("shadowmagic")

in master_postinit

Spoiler

inst:AddComponent("reader")


  

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