Don't Starve Together

Don't Starve Together

289 ratings
More Crafting Details
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
97.868 KB
15 Jun, 2023 @ 10:36am
14 Sep, 2024 @ 2:36am
11 Change Notes ( view )

Subscribe to download
More Crafting Details

Description
About
  • Displays some stats about some items in the crafting menu.
  • Damage is dynamically calculated to consider damage modifiers.

Thanks

Modders / Mod compatibility : New item
· HowTo
  1. Add anywhere in the modmain.lua file of your mod:
    if not GLOBAL.TUNING.dataset then GLOBAL.TUNING.dataset = {} end
  2. Add your new item stats to GLOBAL.TUNING.dataset. Example:
    GLOBAL.TUNING.dataset.newprefabnameitem = { health = 99, dapperness = 99, hungervalue = 99 }
    GLOBAL.TUNING.dataset.newprefabnameitem2 = { weapondamage = 99, armor = 99 }
  3. That's it, MoreCraftingDetails should now show the stats of the new item
  4. Maybe checking "screens/redux/scrapbookdata" file make it easy to understand
· Details allowed
health, sanityaura, damage, stacksize, finiteuses, waterproofer, dapperness, perishable, hungervalue, planardamage, weapondamage, armor, insulator, fueledrate, fueltype and speed
· Warning
More than 4 stats on the same item will make the HUD look weird.
51 Comments
Sinny Deas  [author] 14 Sep, 2024 @ 2:47am 
hahaha I see what you did there Lương.
Thanks for the report guys! Should be fixed with last version (2.7)
:DSTghost:
lm1Bp 13 Sep, 2024 @ 5:19pm 
Hello! After the new update, the game crashes when selecting the shadow maul while the mod is active. Is there a way to fix it?
Sinny Deas  [author] 6 Sep, 2024 @ 7:57am 
@Pe Dabliu Hii! I will need to check the mod then.
I will try to take a look this weekend if I can.

Thanks for the report! :DSTchester:
Pe Dabliu 6 Sep, 2024 @ 5:03am 
Hello! After the new beta, the game crashes when selecting the shadow maul while the mod is active. Is there a way to fix it?
Sinny Deas  [author] 8 Jul, 2024 @ 10:28am 
No idea. Have you tried deleting this mod folder, so the game would be force to make a fresh download?
It usually is on:
"Program Files (x86)\Steam\steamapps\workshop\content\322330\2989714781"
or
"Program Files (x86)\Steam\steamapps\common\Don't Starve Together\mods\workshop-2989714781"
Last version is 2.6
CalicoKat2013 8 Jul, 2024 @ 7:05am 
i have tried updating it a lot of times even subscribing again but i cant update it. any idea why this might be happening?
HawkTuahSigma31 14 Jun, 2024 @ 4:53am 
Unobtrusive and informative. Awesome mod
Sinny Deas  [author] 9 Jun, 2024 @ 6:45am 
@kfasic
It should do it now. You can check the last image to see how it's being shown
Thanks for the suggestion!

Added other things too, like, if a item can be sewed.
You can check the patch notes (2.6) for more info.
Sinny Deas  [author] 4 Jun, 2024 @ 3:51am 
@kfasic
Sounds like a good idea, going to check if its posible as soon as I have some free time and in the mood for coding >-<
kfasick 2 Jun, 2024 @ 2:57pm 
Does this mod show the amount you get when crafting an item? If not that would be a great feature to go along with the mod