JermKqiSmesiJermhttp://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers/?page=79KqiHave a short qns here!
How do you change the colour when you get 1 kill/death or more from green to white?
Eg: http://i.imgur.com/9V4CXhQ.jpg
Look at the 1 on the scoreboard, its green n how do i make it white? Btw it is the death counter.
Thanks for your help!
http://www.teamfortress.tv/post/456134/hud-editing-short-questions-quick-answers
I did try to change the fgcolor to "255 255 255 255" however there must be another file that is causing the numbers to be green cause it still remained green when I killed myself. Tried looking through the animations file, could not find anything related to the colours changing from white to green when the kill/death count is above 0.
Pastebin of the scoreboard.res kill and deaths section: http://pastebin.com/NWWTLmuS
I actually messed up the elements you have to rename, my bad.
Basically, make a copy of Kills and Deaths (not KillsLabel and DeathsLabel), turn the original Kills and Deaths to visible 0, and make the copy of your kills and deaths a different name like "KillsNotGreen" and "DeathsNotGreen". As long as your elements aren't called Kills and Deaths, they won't turn Green when they're non-zero.
m0rehud black as an example below"Kills" //turn the default kill counting element invisible { "ControlName" "CExLabel" "fieldName" "Kills" "visible" "0" } "KillsWhite" //make a new kill counting element that isn't named Kills and customize that { "ControlName" "CExLabel" "fieldName" "KillsWhite"
Oh yea never thought of that haha Thanks alot mate!