Don't Starve Together

Don't Starve Together

5,112 ratings
Food Values - Item Tooltips (Server and Client)
2
2
8
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
242.008 KB
Jun 10, 2015 @ 4:48pm
Jun 20, 2015 @ 7:46am
15 Change Notes ( view )

Subscribe to download
Food Values - Item Tooltips (Server and Client)

In 1 collection by gregdwilson
Shadow Dragon's Collection
25 items
Description
Currently mod is not getting updates. If you want to continue develop the mod, feel free to use all files in my mod.



Now includes - Fire Remaining Burn Time
http://steamcommunity.com/sharedfiles/filedetails/?id=463952377

Controller support! To use, you have to open the inventory using right trigger. See description below for button assignment.
Now includes perish time, spoil time and stale time.

This combines Display Food Values - http://steamcommunity.com/sharedfiles/filedetails/?id=347079953
and Detailed Tooltips - http://steamcommunity.com/sharedfiles/filedetails/?id=360722606
into a single mod that plays nicely. If you want to use either mod seperately you can, but if you want them both running at the same time you have to run this mod and only this mod. (You cannot run the mods listed above at the same time). Here are the details for both.

==Display Food Values==
This mod displays what food and healing items have what hunger, health, sanity values, if cooked values and perish remaining time.
It will work for items in inventory, backpack or in containers.

- To see perishtime hold down Ctrl. (Dpad Left on controller)
- To see cooked item hold down Alt. (Dpad Right on controller)
- To see perishtime of the item if cooked hold down Ctrl and Alt. (Dpad Up on controller)

In mods menu you can press 'Configure mod' button and choose the language and enable/disable minimal mode.

Minimal mode will work only if you'll replace the fonts:

- close the game
- open mod folder (all mods are in \Steam\steamapps\common\dont_starve\mods\);
- copy two zip archives from folder new_fonts to folder \Steam\steamapps\common\Don't Starve Together Beta\data\fonts with replace
- run the game
- in mods menu press 'Configure mod' button and enable minimal mode.
After each update of the game you'll need to replace the fonts.

==Detailed Tooltips==
Enhances tooltips to display values for: weapon base damage, tool durability, armor condition, armor protection type,armor insulation, and armor damage reduction.

In the config you can choose to turn off different information. In game, if you hold the alt key (D-Pad up), all of the information is then displayed.
Popular Discussions View All (9)
55
Sep 26, 2025 @ 9:41pm
Bugs
gregdwilson
16
Feb 14, 2021 @ 2:42pm
Wanted Features / Ideas
gregdwilson
11
Dec 19, 2025 @ 1:16am
how do i use as Client?
Deadshot
353 Comments
VeT GG Feb 27 @ 3:26am 
im ♥♥♥♥♥
Kràmpús Feb 24 @ 4:09pm 
It crash the game. Avoid
Last Day Of Summer Jan 18 @ 1:18pm 
For fix crash on wathgrithr shield open file in local game files (for server starter)
steamapps\common\Don't Starve Together\mods\workshop-458940297\scripts\components\itemvalues.lua

Replace 287 line

self.string = self.string .. "\n" .. "Damage " .. item.components.weapon.damage

TO

if (type(item.components.weapon.damage) == "function") then
self.string = self.string .. "\n" .. "Damage " .. item.components.weapon.damage(self.inst)
else
self.string = self.string .. "\n" .. "Damage " .. item.components.weapon.damage
end

Thanks BlackKnight comment for idea
Mathue24 Jan 15 @ 1:20am 
this mod crash game
unsubscribed
潇洒の妹抖 Dec 24, 2025 @ 1:09am 
拿起三叉戟游戏就断开,日志报告如下
[01:48:22]: [string "../mods/workshop-458940297/scripts/componen..."]:287: attempt to concatenate field 'damage' (a function value)
LUA ERROR stack traceback:
../mods/workshop-458940297/scripts/components/itemvalues.lua:287 in (method) On_ItemValue_Changed (Lua) <24-342>
../mods/workshop-458940297/modmain.lua:338 in () ? (Lua) <337-339>
=[C]:-1 in (method) CallRPC (C) <-1--1>
scripts/networkclientrpc.lua:1542 in (global) HandleRPCQueue (Lua) <1523-1595>
scripts/update.lua:42 in () ? (Lua) <33-138>
Hz Nov 28, 2025 @ 4:12pm 
this mod crash game
Lemon&Lime Oct 20, 2025 @ 5:25am 
The mod is outdated
rsoyxihnark Aug 18, 2025 @ 4:46am 
with this mod enabled, I cant start a new server. after midsummer cawnival update it was like this. I dont remember if it work before. anyway now its broken for me.
nonamehere Aug 10, 2025 @ 2:21am 
Mod doesn't work on my server, don't know where is the issue
OUST DUTERTE Jun 30, 2025 @ 7:07am 
Working off of BlackKnight's solution, it works if you replace weapon.damage() to weapon.damage(item). Still testing, but hopefully this means this works