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

Reforged DIS Icons not working!

Status
Not open for further replies.
Level 3
Joined
Apr 21, 2018
Messages
18
I have tried everything... Keeping "war3imported", deleting "war3imported", renaming the file paths, converting to a .tga... No disabled icon images I import ever appear in-game, just the green squares! They show up fine in the editor though. Did Blizzard change how Disabled icons work?
 
Last edited:
Reforged brought a lot of bugs, but are you sure you're using this path:

ReplaceableTextures\CommandButtonsDisabled\DISBTNBloodMage2.blp

Unless Reforged changed it:
Your Icons have to be .blps
When editing icons you save/export as .tga then use a tool to convert them to .blp

Note that Reforged may have changed this whole process.
 
Last edited:
Unfortunately ReplaceableTextures\CommandButtonsDisabled\ does not work. I am shocked I havent seen any other threads about this.
 
Your Icons have to be .blps
DDS should be supported. For non transparent icons use DXT1. For Transparent icons (these exist?!) use DXT5.

Warcraft III will automatically parse DDS files at the same file path as a referenced BLP file.

As an example...
Code:
replaceabletextures\commandbuttonsdisabled\disbtnabsorbmagic.dds
replaceabletextures\commandbuttons\btnabsorbmagic.dds

File path is all lower case. File name is also different for the disabled icon.
 
DDS should be supported. For non transparent icons use DXT1. For Transparent icons (these exist?!) use DXT5.

Warcraft III will automatically parse DDS files at the same file path as a referenced BLP file.

As an example...
Code:
replaceabletextures\commandbuttonsdisabled\disbtnabsorbmagic.dds
replaceabletextures\commandbuttons\btnabsorbmagic.dds

Wow, well that works. Why would dds files work but not blp or tga? That's quite a few hoops to jump through every icon.
 
Why would dds files work but not blp or tga? That's quite a few hoops to jump through every icon.
Possibly a bug. Or maybe the BLP files are corrupt. In any case DDS is recommended as the resulting texture compresses better than TGA both in the map and in video memory.

TGA was never officially used for icons from what I can recall so it not functioning might be a bug as well.
 
Since updating to reforged I can no longer edit the file path of icons in the import manager. I want to change replace the "war3mapImported" section on the highlighted file but I can't edit it. I click modify file properties and nothing happens. Nothing happens when i just click it as well. How do you edit this?

upload_2020-2-17_7-48-43.png
 
Status
Not open for further replies.
Back
Top