Custom Monster Names [SOLVED]

I have a problem with my custom monsters, their names not appear properly. In game this is what it shows for names → Tag not found: tagnameArgus

When I open Asset Manager, under the Sources tab there is the .txt file for the tags I’m using, I did the “Auto-Create Asset”, typed in the tags I use for monsters. I see the txt file under the Assets tab too.
Exapmle: tagNameArgus=Argus, Guardian of the Eldritch Sun
I opened the monster file, argus.dbr → Actor Variables → Description, I typed in the tag, like in the example: tagNameArgus than saved the file, also saved the .txt file too. I press Build button, and that’s it as far as I know, still it doesn’t work. Am I missing something?

From some times ago modded tags must be placed in fles start with tags_. For example tags_argus.txt.

1 Like

I see. If I have multiple monsters, than I need to create txt files for each monster?

No. You can use 1 file.

It’s working now, thank you so much. :slight_smile: