Brotato
44 avaliações
[UI] Show Tags
   
Premiar
+ favoritos
Nos favoritos
- favoritos
GUI
Tamanho
Publicado em
Atualizado em
438.337 KB
20/nov./2023 às 11:05
5 de fev. às 8:48
3 notas de atualização ( ver )

Inscreva-se para baixar
[UI] Show Tags

Descrição
Hello! :)

This mod shows tags for items and wanted tags for characters.
All vanilla tags have their own icon, along with tags used in Mashtato and Witchery. This will also work with custom tags from other mods, but they'll be shown as a text, rather than their own icon. The respective mod makers should be able to add their own icons if they so wish.

Massive thanks to Darkly77 for his help on this!

Feel free to leave any comments.

Cheers,
Lex
17 comentário(s)
Lex Looter  [autor(a)] 22 de ago. às 23:34 
Hey boardingboy4,
I understand! No worries, this mod and my others mods will be updated once the update is live on the main branch (not for beta, sorry). I believe the aim was Oktober. Please do keep in mind it'll also take some time for me to update them all
boardingboy4 20 de ago. às 9:31 
I really REALLY want this one updated since it is sooo helpful and it gives me knowledge about the new characters tags
eltoro0815 8 de fev. às 8:17 
WORKING SOLUTION

extends "res://ui/menus/shop/item_description.gd"

var self_custom_icon_tags = null

func _ready():

if ("_custom_icon_tags" in self): # check if ShowTags from LexLooter is loaded
self_custom_icon_tags = self._custom_icon_tags
merge_ghost_king_tags()

func merge_ghost_king_tags()->void:
var tmp_tags = self_custom_icon_tags
var new_tags = {
"tag_ghostking": "res://mods-unpacked/Eltoro0815-KingOfGhosts/extensions/ui/icons/" + "eltoro0815_ghost_icon.png"
}
tmp_tags.merge(new_tags)
self._custom_icon_tags = tmp_tags
Lex Looter  [autor(a)] 6 de fev. às 11:43 
Hey eltoro0815,

It's awesome you're extending your mod to work with this one!
I've accepted your friend invite, we can discuss this over chat. :)
eltoro0815 6 de fev. às 7:47 
My plan was not to force the subscriber to install the showTags mod. And only add the icon if the subscriber has already installed it independently of my mod. This is probably not intended?
eltoro0815 6 de fev. às 7:31 
Hi,

I struggle with adding a custom tag and icon to get displayed.

I tried to extend your Extension of the class "ItemDescription".

I loaded my Extension if I can find your Mod in the "mods-unpacked" folder.

The problem seems to be that my mod is loaded before yours.

Can you give me a hint how this is supposed to be done?
Lex Looter  [autor(a)] 5 de fev. às 8:53 
Hello everyone,

The mod has just been updated to include the remaining tags I forgot, so it should be complete now. :)
Lex Looter  [autor(a)] 2 de fev. às 8:21 
Hello eltoro0815,
Happy to hear it <3
eltoro0815 2 de fev. às 7:33 
One of my favorite mods <3
Lex Looter  [autor(a)] 17 de jan. às 14:53 
Hello dandap2009,
Good to hear it's working now!
About your suggestion, not sure if that's possible, but I'm not planning to make any big changes regarding this mod.

Hello test,
Please check out information regarding tags here: brotato wiki link [brotato.wiki.spellsandguns.com]