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

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:

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,876
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:
Level 3
Joined
Apr 21, 2018
Messages
18
Unfortunately ReplaceableTextures\CommandButtonsDisabled\ does not work. I am shocked I havent seen any other threads about this.
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,287
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.
 
Level 3
Joined
Apr 21, 2018
Messages
18
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.
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,287
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.
 
Level 13
Joined
Sep 25, 2013
Messages
717
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.
Top