• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

DISBNT icon is green

Uru

Uru

Level 2
Joined
Dec 13, 2023
Messages
4
Hello, I have a problem whith the famous green box, the BNT is good but it seems the game doesn't find the DISBNT, and it appears green

I imported BNT and DISBNT as follows:

war3mapImported\CommandButtons\btncorpseexplosion.BLP for BNT
war3mapImported\CommandButtonsDisabled\disbtncorpseexplosion.BLP for DISBNT

I read similar threads but it is often a matter of typos
Also, the icon is ok because I took it from a map where it works

I attached a map with the icon used on a witch's ability, but if I click on menu in game, it appears green

If anyone has an idea I'm interested

Thanks
 

Attachments

  • cc.w3m
    30.6 KB · Views: 3

Uncle

Warcraft Moderator
Level 64
Joined
Aug 10, 2018
Messages
6,583
You use this path for icons:

ReplaceableTextures\CommandButtons\BTNCorpseExplosion.blp
ReplaceableTextures\CommandButtonsDisabled\DISBTNCorpseExplosion.blp

Hiveworkshop has a button to show you the Import paths when you're browsing the Icons section. Same for Models/Skins.

icons.png
 

Uru

Uru

Level 2
Joined
Dec 13, 2023
Messages
4
Hi, thx you Uncle for ur response,

I tried several things based on your answer and it turns out that using upper or lower case doesn't change the result but using "ReplaceableTextures" instead of "war3mapImported" fixes the problem !

Muchas gracias
 
Top