饥荒联机版

饥荒联机版

27 个评价
Advanced Tooltips [Tau]
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
109.315 KB
2020 年 8 月 2 日 下午 2:00
2021 年 10 月 9 日 下午 4:24
4 项改动说明 ( 查看 )

订阅以下载
Advanced Tooltips [Tau]

描述
[Client mod]
Display a lot more information on item tooltips

Info:
- Food values (hunger/health/sanity)
- Food spoiling time
- Weapon damage
- Item durability
- Armor durability & protection
- Clothing insulation
- Heatstone temperature (host only due to technical limitations)

Configurations:
- Time format: Days or Min:Sec
- Temperature format: Celsius or Fahrenheit
- Food value format: Multi-line or compact
- Max amount: Also show maximum possible amounts (for example, food spoiling: 32.5d/40d for honey in the summer, 64d/80d for honey in icebox)
- Replace icon percentages with durability values

-------------------------------------------------------------------------

Tau is a codename for my mod updates.

Main changes here are that several modifiers were removed, and several checks were added to make the code more robust. Only text items are updated, so this mod should theoretically be compatible with everything else.

-------------------------------------------------------------------------

Source: https://github.com/AllanWang/DST-Mods/tree/dev/Advanced-Tooltips

Adapted from https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=394172225

Which is inspired from: Display Food Values, Detailed Tooltips.

Permission is granted to update/modify contents as you wish (MIT License).
11 条留言
404_coffee.exe 2024 年 7 月 6 日 下午 1:26 
You are a saint in my eyes and just to make sure are you still going to update this mod for instance if I find a bug and what not.
Crocdor 2022 年 4 月 7 日 上午 10:20 
does not want to show up in mod menu or in the game files...
anuradeux  [作者] 2021 年 9 月 30 日 下午 8:57 
I confirmed spoil time and usages work for meatballs, axe, lantern, honey.

If there is a specific item that is bugged, please add details and also ensure that it's caused by this mod (load only this mod, or unload it to see if the text is from a different mod).

Not sure what burn time is referring to.

Also note that the text does not update on every tick. For instance, if you use an axe, it seems to update after you finish swinging or if you move the cursor away and back over the item. Same goes for durability
anuradeux  [作者] 2021 年 9 月 30 日 下午 8:47 
This works with combined status (I use that mod). In theory, this should work with all mods, as the update only modifies text, and anything else should be guarded.

As for burn time, I'm getting back into the game and will take a look.

Screenshots are from the original mod; if I get to it I'll update them.
vòng xoáy của lao lý 2021 年 9 月 23 日 上午 7:39 
good work
Hikanjoten 2021 年 8 月 2 日 上午 10:51 
Does this work with "Combined status"?
Kain Morgen 2020 年 11 月 9 日 下午 6:09 
Same for me. Spoil time / amount of usages / burn time is shown as always completely full / max.
Tried the mod by hosting a game from within the game.
At least the mod doesn't crash with 0% lanterns this way like the old version does.
I wonder why your screenshots show food spoiling 32.5d/40d for honey though.
anuradeux  [作者] 2020 年 9 月 28 日 上午 12:29 
Which items specifically? Does it work with the mod disabled, or is it a new field that you see?
Axiiu 2020 年 9 月 25 日 下午 10:20 
Hey my uses/time left/spoiling time wont update. It stays maxed out at 10/10 etc. just letting ya know. Nice mod :)
anuradeux  [作者] 2020 年 8 月 11 日 下午 1:08 
I don't have a good answer to that, but this mod is read only and should theoretically be quite robust. The problem I addressed previously was that we were calling methods that affect things beyond the mod. This is naturally impossible to control, so I've limited it to only affect things within the mod. This alone should help prevent bugs down the road.

Overtime though, the game may change certain variables, and will inevitably require fixes to support new features. That is expected, and crashes there will help find a solution.