RimWorld

RimWorld

2,329 ratings
What's That Mod
9
8
6
38
19
7
4
2
3
3
2
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6
File Size
Posted
Updated
505.879 KB
Oct 15, 2020 @ 9:37am
Jun 22 @ 6:13am
30 Change Notes ( view )

Subscribe to download
What's That Mod

Description
Do you have too many mods installed? Keep wondering which mod a particular item, animal or weapon comes from?

This mod solves this by adding the name of the mod to every item, building, animal, recipe etc. that the mod adds.

Highly customizable, change the size, color, position etc. of the mod label.
You can also filter out certain mods.

Load as late (low down) as possible.

Non steam download:
https://github.com/Epicguru/WhatsThatMod

Suggestions or bug reports:
Type a comment or open an issue/PR on github. Thanks!

FAQ
  • Is it compatible with... ?
  • Yes.
  • This item doesn't have a tag, why?
  • In some advanced mods, defs are generated at runtime. Sometimes, there is no way to tell which mod generated these defs.
  • Can it be added/removed from existing save?
  • Yes.
  • How do I use this?
  • It's automatic. You can change how the mod behaves from the settings menu.

Support or commission me (っ◕‿◕)っ:
[ko-fi.com]
Popular Discussions View All (5)
3
Oct 17, 2020 @ 9:04am
Bug in Mod Config
Ali50
2
Jul 21, 2021 @ 12:26am
idiology no options open
Dizzy Ioeuy
0
Jun 25 @ 11:11pm
1.6 Failed to initialize TraitIcons support
moo
317 Comments
PeachySnail183444 Jun 26 @ 3:55am 
216 mods? those are rookie numbers, i have 821 in my modpack (and it is now bricked because people update mods to 1.6)
Quilava Jun 23 @ 12:31am 
Thank you for bring this to 1.6, how the heck dev havent make this vanilla yet? :steamfacepalm:
Alpharius May 13 @ 3:50pm 
I was using another mod and noticed various hidden factions that I had no knowledge of, including
The Lost
Snow Army
Unknown Twilight
this mod allowed me to figure out what added them - and why I should eradicate them
RelaxItsJustAGame Apr 24 @ 9:03am 
Small bug: text cut off during "Choose your ideoligion" screen: https://i.imgur.com/2xm9fB7.png
noretus Mar 27 @ 5:07am 
I have a few hundred mods. This one is absolutely necessary! Thank you!
LumberingTroll Mar 23 @ 2:50pm 
I am getting quite a few errors when loading the client while having this and Combat Extended, specifically What's that For edits on CE ammo.
StockSounds Feb 22 @ 5:30am 
This work for genes? I most often need this for genes.
strkrjns Jan 26 @ 7:41pm 
Is this supposed to not work in the create xenotype menu?
hekmo Jan 21 @ 9:21am 
I went ahead and changed my mod to just write each Def description in a new paragraph, something I was thinking of doing anyways. The tag appears multiple times but it looks nice so it's alright
Epicguru  [author] Jan 21 @ 4:50am 
Hi yes this mod edits the descriptions directly for performance reasons. This mod queues up a long event (LongEventHandler.QueueLongEvent()) in its mod constructor, which then edits the descriptions.
Unfortunately the order of execution of mod constructors is random each run (thanks, Tynan) so there is no reliable way to run before or after it.
The code is available on the Github page linked above, I don't really have time to think of a good workaround but if you do let me know and I can put it in this mod if necessary.