• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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 64
Joined
Aug 10, 2018
Messages
6,537
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,198
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,198
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 10
Joined
Sep 25, 2013
Messages
521
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