I am trying to find out WHERE THIS IS?~?~?~? lol. When you play as a terran there is a little supply depot in the upper right corner. Only, I can not find this ANYWHERE!? hahaha, I have searched the Data> Game UI Data 100 times now. all I find is this:
Assets/Textures/icon-supply-RACE.dds where RACE is "terran", "zerg" or "protoss" with optional "_nobg" after RACE and before .dds.
If you're trying to change the icon, import a file in the above path. For example, to replace the terran icon, you'd make a .dds file called "icon-supply-terran_nobg.dds" and save it under the field path Assets/Textures.
<<quote 2354351>>Assets/Textures/icon-supply-RACE.dds where RACE is "terran", "zerg" or "protoss" with optional "_nobg" after RACE and before .dds.
If you're trying to change the icon, import a file in the above path. For example, to replace the terran icon, you'd make a .dds file called "icon-supply-terran_nobg.dds" and save it under the field path Assets/Textures.<</quote>>
I found that file but i cant find where it is used in-game. Such as i opened the TEXT manager and found where it says the
tool_tip : All living units cost supply. Build Pylons to increase supply.
That can be found in-game when you play terran and Move over the icon. Like it suppose to, lol.
The ID reads UI/ResourceSupplyToolTip_Terr
I go to the 'Game UI Data' in the data editor and there is nothing there. Sorry if did not make this clear before but i want to ADD '+' another.
such as:
UI/ResourceSupplyToolTip_Cheeseballs
lol. Cant do that in the TEXT editor and cant find it in the data editor for the given 3 races so i could just duplicate it.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I am trying to find out WHERE THIS IS?~?~?~? lol. When you play as a terran there is a little supply depot in the upper right corner. Only, I can not find this ANYWHERE!? hahaha, I have searched the Data> Game UI Data 100 times now. all I find is this:
(Basic) UI: Minerals - UI/ResourceIconNoBackground0:UI/ResourceIcon0:Minerals
(Basic) UI: Tooltip Minerals
(Basic) UI: Icon UI/ResourceIconNoBackground0
(Basic) UI: Icon Background UI/ResourceIcon0
Same goes with
(Basic) UI: Vespene
(Basic) UI: Terrazine
But no Unit supply to be found. It must be some place else but i can not find it. :/
Assets/Textures/icon-supply-RACE.dds where RACE is "terran", "zerg" or "protoss" with optional "_nobg" after RACE and before .dds.
If you're trying to change the icon, import a file in the above path. For example, to replace the terran icon, you'd make a .dds file called "icon-supply-terran_nobg.dds" and save it under the field path Assets/Textures.
@SC2UniversalDomination: Go
or use a dialog hook to replace the picture dynamically with triggers
<<quote 2354351>>Assets/Textures/icon-supply-RACE.dds where RACE is "terran", "zerg" or "protoss" with optional "_nobg" after RACE and before .dds.
If you're trying to change the icon, import a file in the above path. For example, to replace the terran icon, you'd make a .dds file called "icon-supply-terran_nobg.dds" and save it under the field path Assets/Textures.<</quote>>
I found that file but i cant find where it is used in-game. Such as i opened the TEXT manager and found where it says the
tool_tip : All living units cost supply. Build Pylons to increase supply.
That can be found in-game when you play terran and Move over the icon. Like it suppose to, lol.
The ID reads UI/ResourceSupplyToolTip_Terr
I go to the 'Game UI Data' in the data editor and there is nothing there. Sorry if did not make this clear before but i want to ADD '+' another.
such as:
UI/ResourceSupplyToolTip_Cheeseballs
lol. Cant do that in the TEXT editor and cant find it in the data editor for the given 3 races so i could just duplicate it.