This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
How would I go about changing the default race color for ui?
Like for zerg for example, all tooltips, names, buttons, etc become orange in color. How would I change that color?
I've been able to change almost everything elses color except that big one :T
Appreciate any help, thanks.
try the search function. you should find some interesting posts.
- Styles with the race suffix like "_Terr" - constants in UI with the race suffix - entries in \GameData\Asset.txt with the race suffix
- some error sounds are sound entries ending with the race suffix like "_Terr", too
Here is my old race test file where I'm altering basically everything to attempt to find the limitations of new races:
https://dl.dropboxusercontent.com/u/4479839/newRaceTest.SC2Map
The map attempts to add a new race called "Zurg" and the UI is modified to look like Zerg's one as good as I was able to do it.
I didn't test this test map with the 2.1.9 patch, yet. So, if you run into problems, please tell me.
How would I go about changing the default race color for ui?
Like for zerg for example, all tooltips, names, buttons, etc become orange in color. How would I change that color?
I've been able to change almost everything elses color except that big one :T
Appreciate any help, thanks.
try the search function. you should find some interesting posts.
- Styles with the race suffix like "_Terr"
- constants in UI with the race suffix
- entries in \GameData\Asset.txt with the race suffix
- some error sounds are sound entries ending with the race suffix like "_Terr", too
Here is my old race test file where I'm altering basically everything to attempt to find the limitations of new races:
https://dl.dropboxusercontent.com/u/4479839/newRaceTest.SC2Map
The map attempts to add a new race called "Zurg" and the UI is modified to look like Zerg's one as good as I was able to do it.
I didn't test this test map with the 2.1.9 patch, yet. So, if you run into problems, please tell me.