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

[Solved] How to hide floating text "+10" when worker return resources to HQ or Lumber Mill?

How to hide floating text "+10" when worker return resources to HQ or Lumber Mill?
You can do this by changing the MiscData.

Set the LumberTextLifetime = 0

MiscData can be obtained from the War3 Model Editor.


Import the modified MiscData file into your map and change the custom path to UI\MiscData.txt

*Note that with this method, no text will be displayed while harvesting or receiving lumber.
 
In "UI/MiscData.txt", set both "GoldTextLifetime" and "LumberTextLifetime" to 0.

Depending on the game version you are using, you'll need Ladik's MPQ Editor (for the legacy versions) or CascView (for Reforged) to get that file.

Also, if you want to enable this mod without relying on the imports like Vazio said, place the "UI/MiscData.txt" inside "retail" folder with Local Files enabled.

You can hide the floating text for resource count using that trick, but you can't actually change something like the colors as it's hardcoded.
 
I play in Warcraft 3 Frozen Throne version 1.27.0.52240. I changed GoldTextLifetime from 2 to 0 in file UI/MiscData.txt inside war3.mpq with help of Ladik's MPQ Editor. Floating text "+10" did not disappear.
 
Back
Top