Elin
Compare Equipment 装备比较
44 Comments
Allergic2Bulletz 30 Sep @ 9:34pm 
@DK Ok, I spoke too soon.
```cs
NullReferenceException
Sequence of events (most recent on top):
Component.GetComponentInChildren
UnityEngine.Component.GetComponentInChildren[T]
EquipmentComparison::ComparableGrids.GetAllComparableGrids
EquipmentComparison::AuxTooltip.TryDrawAuxTooltip
UIButton.ShowTooltip
+TRANSPILER EquipmentComparison::ShowTooltipPatch.OnShowTooltipIl
UIButton.DoStateTransition
Selectable.EvaluateAndTransitionToSelectionState
Selectable.OnPointerEnter
ExecuteEvents.Execute
UnityEngine.EventSystems.ExecuteEvents.Execute[T]
UnityEngine.EventSystems.EventSystem:Update
```

What's a good way to send you the Player.log. Are you on the official discord?
Allergic2Bulletz 30 Sep @ 9:30pm 
@DK Here is the actual error message:
```cs
NullReferenceException
Sequence of events (most recent on top):
Component.GetComponentInChildren
UnityEngine.Component.GetComponentInChildren[T]
EquipmentComparison::ComparableGrids.GetAllComparableGrids
EquipmentComparison::AuxTooltip.TryDrawAuxTooltip
UIButton.ShowTooltip
+TRANSPILER EquipmentComparison::ShowTooltipPatch.OnShowTooltipIl
UIButton.DoStateTransition
Selectable.EvaluateAndTransitionToSelectionState
Selectable.OnPointerEnter
+PREFIX ModOptions::OnPointerEnter.Prefix
ExecuteEvents.Execute
UnityEngine.EventSystems.ExecuteEvents.Execute[T]
UnityEngine.EventSystems.EventSystem:Update
```
This time I saw it for a tomato, and I noticed ModOptions in the stack trace. Disabled it and the error message is no longer appearing, so hopefully it's an issue on ModOptions end. Sorry to send you on a goose chase!
DK  [author] 30 Sep @ 8:42pm 
@Allergic2Bulletz Hello, I'm having trouble replicating this issue. I tried various sea urchins and other thrown weapons in combination, and hovering over fish recipes ingredients displayed fine - although it should probably not display a comparison for crafting UI, but I have yet to observe an exception. Can you provide Player.log and some more details?
Allergic2Bulletz 30 Sep @ 8:19pm 
I noticed a NullPointer exception straight away when cooking with Sea Urchins (and only Sea Urchins at time of writing.)

1. Get a Sea Urchin
2. Open a fish recipe
3. Click on the fish ingredient slot to open the ingredient list
4. Mouse over the Sea Urchin

Hopefully this text description is clear; steam limits me to just 1000 characters so I have to be overly concise. My guess is that because Sea Urchins can be used as a thrown weapon it is being picked up by your mod's logic but doesn't know what to compare to.
DK  [author] 17 Aug @ 2:32pm 
Try adjusting the inventory position around.
DK  [author] 17 Aug @ 2:31pm 
@Yuen that's because your inventory is too close to the edge of screen yet not close enough to show tooltip on the other side.
Yuen 17 Aug @ 2:14pm 
The item UI overlaps each other so now I can't see the details.
Martha Pepper 4 Dec, 2024 @ 11:56am 
@DK Thank for the reply, my eyesight is a bit rubbish so the UI scale has to be a bit bigger than usual :( Anyway, I'll set the max note to 1, thanks for the suggestion <3
DK  [author] 3 Dec, 2024 @ 2:27pm 
@Martha That's by design to compare both hands(if you are dual wielding), and bound to happen, which I don't suggest to set UI scale larger than 140%. If you are bothered by that, you could go to the config file to set the max notes to `1` instead of `2`.
Martha Pepper 3 Dec, 2024 @ 12:20pm 
Unfortunately if you have 2 weapons in your hands the game will bring up 3 tooltips to compare altogether which overlap each other and this breaks on UI scales above 160% Fantastic mod otherwise!!
DK  [author] 23 Nov, 2024 @ 7:18pm 
@Mute If you find a way to reliably replicate the error, please let me know! I have some fixes in mind but not sure if we are seeing the same bug.
Mute 23 Nov, 2024 @ 6:49pm 
Still happens but the map doesn't disappear now. Seems to be only when hovering certain pieces of gear in my home area.

Let's see if comments allow pastebin links, log: https://pastebin.com/raw/JuZZRYJQ
DK  [author] 23 Nov, 2024 @ 5:09pm 
@Mute thanks for the bug report, let me know if ver. 1.8 fixed it for you
Mute 23 Nov, 2024 @ 12:47pm 
Seems to break in Ctrl-F, the whole map disappears and it spams errors in the log.
安卓玩家 22 Nov, 2024 @ 9:34pm 
好评
何西科 20 Nov, 2024 @ 6:41pm 
真神mod之一,每次看装备鼠标来回晃看的眼花
Kinasin 19 Nov, 2024 @ 10:55pm 
kinooooooooooo
DK  [author] 18 Nov, 2024 @ 1:03pm 
@meromex @sstareven @听amm
ver. 1.4 has fixed this bug, it's caused if tooltip's first drawn position was to the right of mouse pivot
1.4版本修复了这个bug,和屏幕模式无关,是第一次渲染信息条时如果在右侧就会触发
meromex 18 Nov, 2024 @ 12:11pm 
im seeing the overlaping thing, tried switching from fullscreen to window mode, switch back as mentions but its the same in both window and full, my UI scale is the default 110% one

https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3368237252
sstareven 18 Nov, 2024 @ 9:20am 
60fps VSYNC开启 单纯地一个宽屏尺寸(用鼠标拖拽的比例,不知道多少) 自适应UI缩放

然后两个物品的显示互相重叠,根本用不了@u@
Dai 18 Nov, 2024 @ 7:00am 
Thank you for this and have a good day
Kamoramu 18 Nov, 2024 @ 6:53am 
ありがとう!これは良いね:praisesun:
秋默笙歌 18 Nov, 2024 @ 5:56am 
我目前可以正常使用 全屏、窗口、全屏。退出游戏后重新进入就可以正常水平显示了
听amm 18 Nov, 2024 @ 5:51am 
又出现了一次,窗口模式选择VSYNC然后最大化,UI缩放是150,但是仅一次,又复现不了了
听amm 18 Nov, 2024 @ 5:17am 
刚刚全屏之后重新启动,正常显示,然后我再最大化窗口也复现不出来了
DK  [author] 18 Nov, 2024 @ 5:12am 
@听amm 我目前实在是复现不出这个bug,能否麻烦你试试不同的图像配置,譬如全屏/固定之类,如果能得到更多信息就更好了
听amm 18 Nov, 2024 @ 5:04am 
最大化窗口
DK  [author] 18 Nov, 2024 @ 5:02am 
@听amm 请问你是全屏UI吗
听amm 18 Nov, 2024 @ 5:00am 
确定了,就是背包里的词条被已装备的词条覆盖了。
听amm 18 Nov, 2024 @ 4:57am 
我现在的情况就是开启比较之后,一直都是已装备的词条完全重叠在背包里的词条上,完美重叠。武器的话就是只显示两个手上的武器的词条,然后背包里武器的应该也是被覆盖了,看不到。
DK  [author] 18 Nov, 2024 @ 4:57am 
@DW420 I can't seem to replicate the issue, would you mind elaborating?
DK  [author] 18 Nov, 2024 @ 4:53am 
@听amm 不应该吧, 现在应当是水平排列。能否提供水平也叠在一起的情况详细呢?
听amm 18 Nov, 2024 @ 4:49am 
现在两个还是会叠在一起
DK  [author] 18 Nov, 2024 @ 4:48am 
1.2 Updated keybinding for toggling comparison functionality.
1.2 更新了比较功能开关键.
DK  [author] 18 Nov, 2024 @ 3:57am 
@安TAT 可以
安TAT 18 Nov, 2024 @ 3:54am 
能不能增加一个开启关闭这个比较的功能的快捷键?下了一趟地牢背包很多垃圾的。但是得拿去卖或者分解。
DK  [author] 18 Nov, 2024 @ 2:33am 
1.1 Updated the alignment for multiple tooltips at the same time, instead of overlapping vertically, they'll stack horizontally.

1.1 更新修复了多个词条互相堆叠的问题, 现在它们会水平显示
iicycube 18 Nov, 2024 @ 1:50am 
@DK, yea the items will overlay one another and pop up in vertical way which cant be seen clearly also.
PvE 18 Nov, 2024 @ 1:35am 
nice :steamthumbsup:
DK  [author] 18 Nov, 2024 @ 1:26am 
@響くNoise 同时比较两个装备确实容易出现这个问题,我稍微做一下检测吧
響くNoise 18 Nov, 2024 @ 1:23am 
但是词条一多就弹窗重叠了哇 ui拉到最低都改不了:steamsalty:
Yaoe 18 Nov, 2024 @ 1:13am 
必用
響くNoise 18 Nov, 2024 @ 12:46am 
我滴神
巴拉拉 17 Nov, 2024 @ 11:25pm 
好好好