Alternate Approach Created 18 years ago2006-05-02 15:35:43 UTC by HeAdCrAb KILLA HeAdCrAb KILLA

Created 18 years ago2006-05-02 15:35:43 UTC by HeAdCrAb KILLA HeAdCrAb KILLA

Posted 18 years ago2006-05-02 15:35:43 UTC Post #178009
I am trying to follow this tutorial on an alternative way to change the HUD color by merely modifying the code rather than adding code. It's working but I'm stuck when he says:

"Now do a search through all the files in the client.dll project for "RGB_YELLOWISH". Do this by using the 'Find in Files' function. Just replace "RGB_YELLOWISH" with your new color."

...what? The only thing that I have successfully changed is the color of the little bar in between the health and the armor. I just don't know how to finish the task with the rest of the HUD.

http://www.3rdlife.net/3port/articles/article.php?id=15&title=Changing%20the%20HUD%20color
Posted 18 years ago2006-05-02 15:38:26 UTC Post #178010
if you've added #define RGB_WHITE 0x00FFFFFF // 255, 255, 255 use edit->find in files to find all occurances of "RGB_YELLOWISH". change them all to RGB_WHITE
ChickenFist ChickenFist<Witty Title>
Posted 18 years ago2006-05-02 17:22:24 UTC Post #178049
You must be logged in to post a response.