deathandgravity Posted March 7, 2018 Posted March 7, 2018 Sorry if this has come up recently; if so I missed on my admittedly quick scan of the recent threads. The F&L instructions tell you to comment out line 713 in OneHUD's \menus\main\hud_main_menu.xml file. Accordingly, I installed OneHUD and proceeded to open the relevant file up in NP++, eager to preform a little .xml-ectomy. Whereupon I discovered that the last line of my /hud_main_menu.xml is no. 689 and that it reads </menu>. I'm pretty sure that I'm not supposed to break the entire file with a massive unclosed tag error. So what am I attempting to accomplish? Is there a specific line I'm looking for?
Greg Posted March 7, 2018 Posted March 7, 2018 Take this with a grain of salt, but I assumed this should line 667 since this line is invalid XML. This is in the CNDArrowsWrap rect element at the bottom of the file: <systemcolor</systemcolor> All of the other systemcolor elements have &hudmain; as the value, although I don't if this one should be as well so I just commented it out:<systemcolor>&hudmain;</systemcolor>
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now