KiCHo666 Posted April 30, 2014 Share Posted April 30, 2014 (edited) Hello again!So my friend and I need to do some HUD tweaking.For example, make HP bar red and AP bar blue, but to leave other hud element colors intact.I've been looking in menu files and saw that HP and AP both use this "system color":<systemcolor> <copy src="io()" trait="_duiHUDSysColor" /> </systemcolor>I'm using DarnUI, of course.And by the look it seems it uses whatever color you've picked in the option menu.So what line I need to change/add to make HP bar red and AP blue?Thanks in advance! Edited April 30, 2014 by KiCHo666 Link to comment Share on other sites More sharing options...
jazzisparis Posted April 30, 2014 Share Posted April 30, 2014 <systemcolor> &nosystemcolor; </systemcolor> <red> 255 </red> <green> 32 </green> <blue> 32 </blue> Change the RGB values according to your preference. Link to comment Share on other sites More sharing options...
KiCHo666 Posted April 30, 2014 Author Share Posted April 30, 2014 Thank you SO much! Kudos! :) Link to comment Share on other sites More sharing options...
Deleted21304489User Posted April 17, 2015 Share Posted April 17, 2015 How do I change the HUD brackets to black. I'm using DUI, but I see nothing in the config file to achieve this. Help! Link to comment Share on other sites More sharing options...
Recommended Posts