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

Merror Frame Command Button

This bundle is marked as awaiting update. A staff member has requested changes to it before it can be approved.
Now its here a command icon pack!!!There are two ways I know how to put this in your map.But the Txt code only i teach who want to use thi icon.

A.)Using scrip
1.First create a notepad.
2.Copy the txt below:

[CustomSkin]

Skin=Orc,Human,NightElf,Undead

CommandAttack=ReplaceableTextures\CommandButtons\BTNAttack.blp
CommandHoldPosition=ReplaceableTextures\CommandButtons\BTNHold.blp
CommandMove=ReplaceableTextures\CommandButtons\BTNMove.blp
CommandPatrol=ReplaceableTextures\CommandButtons\BTNPatrol.blp
CommandStop=ReplaceableTextures\CommandButtons\BTNStop.blp



3.Now paste that into a craeted notepad.
4.If youhave done pasting the txt,save the notepad at this name -------> war3mapSkin
5.Open your map with "World Editor".
6.Open the "Import Module"
7.Import the notepad you created,and change the path name "war3mapImported\war3mapSkin.txt ------> war3mapSkin.txt
7.Import the command icon.
8.Change the path name of the icon.

Ex: a.)war3mapImported\BTNAttack.blp ------> ReplaceableTextures\CommandButtons\BTNAttack.blp
b.)war3mapImported\DISBTNAttack.blp ------> ReplaceableTextures\CommandButtonsDisabled\DISBTNAttack.blp
c.)Do this changing path name to the other icon you imported.
d,)Remember the "BTN and DISBTN" is deferent.


NOTE: The code entries are used with indirect references through
CUnitUIManager.h. This will allow us to use race specific art
for these buttons.
================================================================================
Reviews
IcemanBo
Assets must be uploaded and aproved on hive.
Top