-
Content Count
13 -
Joined
Community Reputation
1 NeutralAbout SHI_YE
-
Rank
Junior Member
Recent Profile Visitors
239 profile views
-
March Quality of Life Beta is Live!
SHI_YE replied to ScottHansen's topic in [Don't Starve Together] Beta Branch
I just wonder the size of new recipe filter icons and how to add my own filters. Damn it all my existing recipe tab icons are in vain. -
How do I listen for "clocksegschanged" event?
SHI_YE replied to TobyKenobi's topic in [Don't Starve Together] Mods and Tools
inst:ListenForEvent("clocksegschanged", OnClockSegsChanged, TheWorld) -
I need to make some changes for my character on the SGWilson and SGWilson_client stategraphs.I saw some tutorials and other mods.They just use the function AddStategraphPostInit to change the stategraph.And obviously it changes stategraphs of all characters.If other characters change same places it will lead to conflicts.That's what I don't want to happen.So,is there any way to avoid affecting others when making changes on stategraphs only work for my character?Really appreciate it if somebody could help me.