• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

How to remove the "primary atribute" text

Status
Not open for further replies.
Level 1
Joined
Jun 13, 2008
Messages
132
Hi there, I am making a map and I need to remove the Primary atribute text from heros, I know it is on interface "PRIMARY_ATTRIBUTE", but if I remove it, there is a "-" from the previous " - Primary atribute" and it is there, even if you remove the text, and also a small space that I don't want too.
To sum up, I want to remove the " " small space that is before the "-" and I already know how to remove the "Primary atribute", but the " -" still annoys me.
 
Level 8
Joined
Oct 12, 2011
Messages
483
If you can't find anything else under the gameplay interface, it might not be possible. You might be able to edit something in the MPQ like SkinMetaData.slk, but that's outside of my expertise.
 
Level 5
Joined
Feb 17, 2011
Messages
95
I think it's at advanced>game interface> Text - General - ...

Edit:
I just saw that you want to remove the "-". :/ Will take a look...

Edit:
Find your primary atribute and add "|cff0F1B28" at the end, for example "Strength:|cff0F1B28", then go to "Text - General - |cfffff00Primary Atribute|r", delete all and add "|r".
The "-" will be invisible, but the empty line will stay.
 
Last edited:
Status
Not open for further replies.
Top