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

[Solved] import problemes

Status
Not open for further replies.
Level 12
Joined
Nov 13, 2010
Messages
254
hey i have import a icon to a unit iam making and ofc i custom from war3mapImported\name to name and edit the unit icon game interface to name of the fil.blp but it keep gos green and yes i have import btn and disbtn of the icon so how can i fix that :vw_wtf:
 
Level 28
Joined
Sep 26, 2009
Messages
2,520
The problem is in your path.

For BTN<icon_name>.blp the path has to be:
ReplaceableTextures\CommandButtons\BTN<icon_name>.blp

For the disabled version - the DISBNT<icon_name>.blp the path has to be:
ReplaceableTextures\CommandButtonsDisabled\BTN<icon_name>.blp


Example:
I have BTNDarkCommand.blp and DISBTNDarkCommand.blp icons, so the paths are
ReplaceableTextures\CommandButtons\BTNDarkCommand.blp
ReplaceableTextures\CommandButtonsDisabled\DISBTNDarkCommand.blp
 
Level 12
Joined
Nov 13, 2010
Messages
254
The problem is in your path.

For BTN<icon_name>.blp the path has to be:


For the disabled version - the DISBNT<icon_name>.blp the path has to be:



Example:
I have BTNDarkCommand.blp and DISBTNDarkCommand.blp icons, so the paths are
ReplaceableTextures\CommandButtons\BTNDarkCommand.blp
ReplaceableTextures\CommandButtonsDisabled\DISBTNDarkCommand.blp

thanks man it help..
 
Status
Not open for further replies.
Top