• 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.

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:
Level 30
Joined
Feb 18, 2014
Messages
3,623
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.
Top