tModLoader

tModLoader

507 ratings
Better Tooltips
2
2
2
   
Award
Favorite
Favorited
Unfavorite
Mod Features: Visual Tweaks
Mod Side: Client
tModLoader Version: 1.4.4
Language: English
File Size
Posted
Updated
32.354 MB
25 Mar, 2024 @ 9:14pm
28 Feb @ 3:32pm
11 Change Notes ( view )

Subscribe to download
Better Tooltips

Description
This mod adds a lot more shine to tooltips when you hover over them, featuring shaders, particles, and glow. Lower rarities get minimal changes, while higher rarities get more and more visuals.

Features:
- Customized effects for each rarity, including customized particles
- Config options for controlling particle rate and toggling glow
- Effect appears on the text from picked up and fished items, and mouseover text
- Custom Calamity and Thorium rarities

If you have any more ideas, please suggest them in the Workshop comments section.
Originally posted by tModLoader PrettyRarities:
Developed By Yata
76 Comments
Shiki 5 Sep @ 3:22am 
You should try making custom rarities for Fargo's Souls and Mod of Redemption as well.
aarod05 31 Jul @ 11:32am 
attractive and impressive through being richly colorful or sumptuous
aarod05 31 Jul @ 11:31am 
wait what is resplendent?
Gold Squirrel 14 Jul @ 5:08am 
this disables the purple color when items go into your void bag
hiki 3 Jul @ 9:24pm 
compatible with true tooltips?
Vlidmir Putan 13 Jun @ 1:15am 
@yata.: Thorium just uses the tmodloader way of rarities. Items just assign Item.rare with this rarity:
public class TerrariumRarity : ModRarity
{
public override Color RarityColor => Main.DiscoColor;
}
Aizen522 22 May @ 11:24am 
У автора Ава слишком имбовая
Chrymotasium 12 Apr @ 4:59am 
please add a config option to have the text that goes above ur head when you pick up not have any sfx so it doesnt lag alot :steamhappy:
Fooze 4 Apr @ 3:26am 
Spirit Reforged has some items that have the same invisible name issue, specifically the "Remedy Potion" is what I've noticed.
yata.  [author] 28 Feb @ 3:33pm 
❀♥.°Rocio°.♥❀ I'm not seeing the numbers, it seems to work properly for me.

JamesTripleQ Since Thorium mod is the only big mod that isn't open source, I have no idea how to fix this. My mod checks if the item is marked with expert or master and gives them their rarity first, then it checks other rarity IDs. According to the Thorium wiki, the Terrarium items use other IDs but still displays the vanilla RGB rainbow. Considering these items completely dodge all my checks, I can only guess that they manually draw the name tooltip line themselves.