Quote from Sapphire_united:
I want to do the following..
change the mineral icon
completely remove vespane gas and supply
move the mineral readout
Thanks
----
Change the Mineral icon: Data Editor -> Actor -> Mineral Field ->
Field Mineral Field (Basic) UI: Unit Icon Assets\Textures\Wireframe-General-MineralField.dds
Completely Remove Vespene Gas: Data Editor -> Races -> (select race)
Field Protoss
(Basic) Show Resource + Minerals, Vespene, Terrazine, Custom Resource - Remove the one you want to not show up in-game.
Not sure on Supply :/
--Move The Mineral Readout; IDK what your talking about here..
Quote from Sapphire_united:
Would it be possible to reposition the mineral readout from its top right position?
----
I could not find anything that shows it in a certain position.
at best i would recommend hiding all the resources and creating a trigger re-create it in another spot.
You can move the position of the mineral readout using either layout files or triggers.
For an example of layout files, see Layout Snippets. Sorry, I don't have time to just tell you how to do this specific layout.
The other way, doing it by triggers, you use the "Hookup Dialog Item Standard" trigger action to get the resource panel as a dialog item, and then you can move it using the other dialog item triggers. To do this you have to figure out what the name of the panel is, which you will have to look in the UI Module for. It will be something like "UIContainer/FullscreenUpperContainer/..."
I want to do the following..
Thanks
Quote from Sapphire_united:
I want to do the following..
change the mineral icon
completely remove vespane gas and supply
move the mineral readout
Thanks
----
Change the Mineral icon: Data Editor -> Actor -> Mineral Field ->
Field Mineral Field (Basic) UI: Unit Icon Assets\Textures\Wireframe-General-MineralField.dds
Completely Remove Vespene Gas: Data Editor -> Races -> (select race)
Field Protoss
(Basic) Show Resource + Minerals, Vespene, Terrazine, Custom Resource - Remove the one you want to not show up in-game.
Not sure on Supply :/
--Move The Mineral Readout; IDK what your talking about here..
Would it be possible to reposition the mineral readout from its top right position?
Quote from Sapphire_united:
Would it be possible to reposition the mineral readout from its top right position?
----
I could not find anything that shows it in a certain position.
at best i would recommend hiding all the resources and creating a trigger re-create it in another spot.
@Sapphire_united: Go
You can move the position of the mineral readout using either layout files or triggers.
For an example of layout files, see Layout Snippets. Sorry, I don't have time to just tell you how to do this specific layout.
The other way, doing it by triggers, you use the "Hookup Dialog Item Standard" trigger action to get the resource panel as a dialog item, and then you can move it using the other dialog item triggers. To do this you have to figure out what the name of the panel is, which you will have to look in the UI Module for. It will be something like "UIContainer/FullscreenUpperContainer/..."
How would I go about changing the supply icon for protoss?
I can't seem find that in the Game UI Data..
Thanks