Don't Starve Together
291 оценки
More Crafting Details
   
Награда
Добавяне към любими
В любими
Премахване от любими
Размер на файла
Публикуван на
Обновен на
97.868 KB
15 юни 2023 в 10:36
14 септ. 2024 в 2:36
11 бележки за промени ( преглед )

Абониране, за да се свали
More Crafting Details

Описание
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 коментара
Sinny Deas  [автор] 14 септ. 2024 в 2:47 
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 септ. 2024 в 17:19 
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  [автор] 6 септ. 2024 в 7:57 
@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 септ. 2024 в 5:03 
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  [автор] 8 юли 2024 в 10:28 
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 юли 2024 в 7:05 
i have tried updating it a lot of times even subscribing again but i cant update it. any idea why this might be happening?
feetlover16 14 юни 2024 в 4:53 
Unobtrusive and informative. Awesome mod
Sinny Deas  [автор] 9 юни 2024 в 6:45 
@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  [автор] 4 юни 2024 в 3:51 
@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 юни 2024 в 14:57 
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