-
Content Count
31 -
Joined
-
Last visited
Community Reputation
5 NeutralAbout Zer000
-
Rank
Junior Member
Recent Profile Visitors
1495 profile views
-
Multiplayer Local CooP: 3 players shared screen
Zer000 commented on Desblat's file in Game Modifications
-
My dst mods and ports
http://steamcommunity.com/sharedfiles/filedetails/?id=867126591
http://steamcommunity.com/sharedfiles/filedetails/?id=881681992
http://steamcommunity.com/sharedfiles/filedetails/?id=741378506
http://steamcommunity.com/sharedfiles/filedetails/?id=810295045
http://steamcommunity.com/sharedfiles/filedetails/?id=903331107
-
-
1
-
- Report
-
Greetings everyone.So i have one question.Is it possible to create a code that won't allow some(or even any)broken tool or dressing to be used in craft as ingredient?(For example: a broken pickaxe can be used to make a thermal stone.)I created a weapon that requires tentacle spike in craft and i want to be sure that nobody will use broken spike to make this. I really tried a lot but didn't succeed.
-
I'm still porting character in DST, and it's almost complete.Still, i have troubles with animations of custom items.Recently, they just didn't have their custom animations, but now arm and weapon dissapears on attack and appears again, when attack is finished. just like here, but that method didn't help me at all.. So, i'll be very glad to read your suggestions.I could send you zip with character, if you were interested a bit.
-
Custom character retexture problems
Zer000 replied to Zer000's topic in [Don't Starve Together] Mods and Tools
Soo, it was my bad after all.Matt released new version and it works fine. -
Handsome Matt's Tools!
Zer000 commented on Handsome Matt's file in Modding Tools, Tutorials & Examples
- 66 comments
-
- texture tool
- tex tool
-
(and 5 more)
Tagged with:
-
Greetings, I have a set of tools for custom character in DS:RoG, but after transition in DS:Together they just stopped working at all, and character chops/mines with default animation(and if i had picked any tool before mine, like torch, etc. image remains in my hand).But it looks like i didn't miss something.Maybe i shoud add some extra lines in prefab or smthg?Or i'll just attach mod here to check what i did wrong. Also i have some problems with recipes, they work a bit incorrect.I've read about adding recipes alredy, but still no luck. Thanks Char.zip
-
You also can ask me, if something will be wrong
-
This character can do this.Try to find code in his files.That's all i know
-
need help porting a mod from DS to DST.
Zer000 replied to Thebrettstoner's topic in [Don't Starve Together] Mods and Tools
You should read it(mostly Transitioning from Don't Starve to Don't Starve Together part). If you still need smthg, i'll try to help -
in yourcharacter.lua add this line, after local common_postinit = function(inst) inst.AnimState:OverrideMultColour(1, 1, 1, 0.7) I didn't try different values, but changing last number will definetely do smthg