View Single Post
11/30/23, 12:14 AM   #5
michael_evg
 
michael_evg's Avatar
Join Date: Aug 2023
Posts: 12
Originally Posted by Sharlikran View Post
Just a note though. If you redirect texture bar_whatever_left_blue, texture bar_whatever_left_green, texture bar_whatever_left_red to use a specific texture you cannot tell the game to only do that for the status bars. Meaning if bar_whatever_left_blue is used in 100 places then the game can not be told to use the new texture in only 3 places because the syntax is old_texture = new_texture.

To change only the bars you would have to alter the game's XML so it uses MY_bar_whatever_left_blue, MY_texture bar_whatever_left_green, MY_texture bar_whatever_left_red. Then only those bars would be affected.
I have no idea how to do that, but I will try to slowly learn how to make an add-on like that cause I realized recently that I love designing UI. I just don't know where to start.
  Reply With Quote