Starbound

Starbound

502 个评价
Show Item Names!
5
2
2
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
436.711 KB
2020 年 11 月 10 日 下午 6:38
8 月 11 日 上午 12:54
38 项改动说明 ( 查看 )

订阅以下载
Show Item Names!

在 Silver Sokolova 的 4 个合集中
Silver's Pack 2022
66 件物品
Silver's Pack 2023
92 件物品
Silver's Pack 2025
107 件物品
Silver's Clientside Mods
36 件物品
描述
Displays the internal item ID of an item in its tooltip. This mod is clientside!

Features out-of-the-box support for many mods. If OpenStarbound[github.com] is installed, support is automatically generated for any mods which are not already supported.


Q: "Hey! This item doesn't show its ID...!"
A: Please open Quickbar and select 'Show Item Names' to open an analyzer which displays the item ID and tooltip. Please report the tooltip in the comments so I can add it to the list of known tooltips! (SIN needs to know a tooltip exists before it can replace the rarity label. The tooltip is the description window that appears when hovering the mouse over an item)

Q: Why would I use this over similar mods?
A: Instead of finding and patching every item ever, SIN patches the description windows to show the item ID of whatever items use it. This means that most items added in the future are already supported by SIN without requiring an update! Few mods have custom description windows, meaning 99% of items use a window which SIN shows ID's for. When I learn of a new modded description window, I update SIN to patch it.

[ko-fi.com]
热门讨论 查看全部(1)
1
2024 年 5 月 9 日 上午 12:24
Inspect item IDs?
killerkitten
98 条留言
Dylldophlo 11 月 17 日 上午 1:41 
Really cool mod for developers.
In the first test, all item names were displayed when using standard tooltips.
If not, you still have the option of using the quickbar.

But I also have the problem that the item name overlaps with the pixel value.
Some of my item names are really long.
I will hopefully pay more attention to this in future.

You could make the font smaller (i. E.: "fontSize" : 7 for Rarity and "fontSize" : 6 for item name) and display the rarity and item name on two lines.
Using ‘wrapWidth’ and ‘lineSpacing’, you could then move item names that are too long down to next line.
If the long item name then slips down in the tooltip, that would be better than overlapping.
However, that would mean a lot of work, as all tooltips would have to be reworked again.
The simplest thing would be to just insert a ‘wrapWidth’ to fix this.
Silver Sokolova  [作者] 5 月 2 日 上午 10:15 
@Ancravix can't, sorry
Ancravix 5 月 2 日 上午 2:24 
Hi, can you make it so that the ID only shows on hover? Maybe in a popup. Sometimes long IDs overlap the cost
Silver Sokolova  [作者] 4 月 2 日 下午 11:07 
@Wespy hi! not sure what you mean by item tag. this shows the ID's used by the game to refer to specific items, ie for spawnitem commands, recipes, etc
Wespy 4 月 2 日 下午 7:20 
Hi, is this ID the same as the "item tag"?
Kel4k 1 月 21 日 上午 5:54 
+rep
ComradeCorvus 2024 年 1 月 19 日 上午 9:27 
So basically the only way we could do it right now is manually do that. Like go into the tooltip for every single item and add the label that way. Which is as far as you can get from being practical. Damn.
Silver Sokolova  [作者] 2024 年 1 月 19 日 上午 12:30 
@ComradeCorvus not really. even with StarExtension's, we're just one layer off, so we'd have to guess the file name
ComradeCorvus 2024 年 1 月 18 日 下午 7:50 
Is it possible to make a mod that just, says the name of the mod an item is from?
Silver Sokolova  [作者] 2023 年 9 月 16 日 下午 8:09 
@soundtoxin Thank you! I updated the mod to include its tooltips. If you see 'Version: 29' for Show Item Names in the in-game mods menu (the brown cog in the bottom-right of the title screen), you're running the updated version