• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

Changing Gold color

Status
Not open for further replies.
It's inside : UI/MiscUI.txt
Code:
BountyTextHeight=0.024

To make changes to that file you will have to :
  • Create a new folder called "UI" inside your Warcraft 3 directory.
  • Copy the new MiscUI.txt file to that folder.
Notice : I've noticed that changing the value below 0.020 makes the "+" tag disappear for some reason...

While this directly doesn't refer to what you are asking I think you can find the file in the CASC files with CascView, export it, find the line that changes color and then import it under the path UI/MiscUI.txt.

Don't quote me on it though, I have no idea if this works :p


EDIT: Or you could make a bounty system with floating texts from scratch and remove all unit bounties. This is definitely the most desired way as it gives room for a lot more customization.
 
Last edited:
Thanks you, but if I modify these number, I will change the height of the text or its color ?
If you modify the number in the quote from Warseeker you will edit the text height I believe. You have to check the actual file in the CASC system and see what's in there.
 
Thanks you, but if I modify these number, I will change the height of the text or its color ?
No. This is what you need to modifly to change the color :
Code:
GoldTextColor=255,255,220,0
Note, however, that this will ONLY affect your Warcraft 3, which means you cannot import it to your map and change the path to apply the changes.
 
Status
Not open for further replies.
Back
Top