RimWorld
101 평점
Tooltips in Dev-mode
3
2
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Mod, 1.5, 1.6
파일 크기
게시일
업데이트일
128.903 KB
2025년 4월 25일 오전 8시 27분
2025년 8월 7일 오전 10시 10분
업데이트 노트 4개 (보기)

다운로드 위해 구독하기
Tooltips in Dev-mode

Mlie님의 1 모음집
Developed by me
아이템 110개
설명


Finding things in Dev-mode can sometimes be tricky as the buttons has a fixed text-width.
Mods often has a prefix to their definitions causing many buttons show the same text, forcing trial and error to find the right one.

This mod adds a tooltip with the label-text for all buttons in the dev-mode windows whenever the text does not fit the button.

[discord.gg]
[github.com]


Since modding is just a hobby for me I expect no donations to keep modding. If you still want to show your support you can gift me anything from my Wishlist or buy me a cup of tea.

[ko-fi.com]


  • See if the the error persists if you just have this mod and its requirements active.
  • If not, try adding your other mods until it happens again.
  • Post your error-log using the Log Uploader or the standalone Uploader and command Ctrl+F12
  • For best support, please use the Discord-channel for error-reporting.
  • Do not report errors by making a discussion-thread, I get no notification of that.
  • If you have the solution for a problem, please post it to the GitHub repository.
  • Use RimSort[github.com] to sort your mods

| tags: dev-mode, layout
댓글 18
Mlie  [작성자] 2025년 8월 7일 오전 5시 51분 
@Rondson BInary search is the fastest, remove half, check if its fixed, if not, remove half of whats left, if it is, test the other half until you find the mod
Rondson 2025년 8월 7일 오전 5시 47분 
How do I identify such a mod?
Mlie  [작성자] 2025년 8월 7일 오전 5시 46분 
@Rondson You would need to find out what mod uses the devgui instead of the normal gui to show labels as the patch only patches the dev-mode label. There should be no reason for a mod to use the dev-gui for normal operations.
Rondson 2025년 8월 7일 오전 5시 43분 
Hi! I ran into an anomaly with high ticks with thid mod involved via performance analysis tool in ongoing save:

https://gyazo.com/cff1b7fec34678a34bb2eff48e2bd241

Do I need hugslib log to accompany the picrelated sceenshot?
Just 2025년 7월 29일 오후 5시 21분 
I think it works now. Please check PR on GitHub
Just 2025년 7월 29일 오후 5시 08분 
btw, each Log entry is drawing with the same Label Method.
Just 2025년 7월 29일 오후 4시 54분 
I also experienced an increase in lag with a lot of mods, when in "Spawn Thing" menu. There are 6400 items. I checked different approaches.

The most simple and effective one is to simple remove calculation of label length. Just allow them to be displayed always, regardless of length. It brings performance back to original right away.

I tried also another approach with caching the data only first time menu is opened and clear it when menu is closed. But I encountered side effects (there are different debug windows and need to check all of them correctly to prevent leakage through cache).
Soaryn ツ 2025년 7월 26일 오전 7시 06분 
Hmm, I'll try to figure it out, thanks!
Mlie  [작성자] 2025년 7월 26일 오전 6시 06분 
Not sure what mods you are using that calls the DevGUI when idle?
When I test it it will only show up in performance analyzer when you have a dev-mode window open as those are the only methods it patches.
Soaryn ツ 2025년 7월 26일 오전 4시 24분 
Getting the same problem as @moo