Rescorla Posted January 2, 2017 Posted January 2, 2017 (edited) According to the STEP guide for the One HUD mod once you install you have to edit a xml file: For some reason the little arrow on the rad meter is hidden. After installation, open up "\menus\main\hud_main_menu.xml" and navigate to line 713.Either comment out the line or delete it I have found the xml file but my notepad doesn't show the line number. What text string am I looking for that I need to delete? Thanks Edited January 2, 2017 by Rescorla
GrantSP Posted January 2, 2017 Posted January 2, 2017 <!--========== Radiation Meter =======================--> <rect name="RadWrap"> <locus> &true; </locus> <x> <copy> 50 </copy> <add src="io()" trait="_HUDRad_X" /> <add src="screen()" trait="width" /> </x> <y> <copy> -37 </copy> <!-- DarN CHECK --> <add src="io()" trait="_HUDRad_Y" /> </y> <visible> <copy src="io()" trait="_HUDShowRadiation" /> <and> <not src="io()" trait="_xRad" /> </and> </visible> Notepad++ is a very good tool to have installed on any system. It's free and is much better to use on any text file, especially on large files.
Rescorla Posted January 2, 2017 Author Posted January 2, 2017 Thanks for the help. I will check out your suggestion
comatosedragon Posted December 9, 2018 Posted December 9, 2018 <!--========== Radiation Meter =======================--> <rect name="RadWrap"> <locus> &true; </locus> <x> <copy> 50 </copy> <add src="io()" trait="_HUDRad_X" /> <add src="screen()" trait="width" /> </x> <y> <copy> -37 </copy> <!-- DarN CHECK --> <add src="io()" trait="_HUDRad_Y" /> </y> <visible> <copy src="io()" trait="_HUDShowRadiation" /> <and> <not src="io()" trait="_xRad" /> </and> </visible> Notepad++ is a very good tool to have installed on any system. It's free and is much better to use on any text file, especially on large files. I am a little confused, because upon opening "...\menus\main\hud_main_menu.xml" with notepad+, the file only has 689 lines. I can find a section exactly like the one you have in your post, but it starts at line #289, making the "<add src="screen()" trait="width" />" part line #293. Commenting out this line (with <!-- -->) only results in having a second ghost radiation meter in game, and the arrow does not move. This is from a new download straight from the nexus, and the archive was last modified 2.5 years before this thread was started, so I know it's not a newer version with an updated xml file. If anyone has any insight, I would greatly appreciate it. Thanks!!!
comatosedragon Posted December 10, 2018 Posted December 10, 2018 Sorry folks! Apparently that information about line 713 pertains only to the DarnUI version of the mod. (of which the XML file has 1566 lines)I was using the vanilla+ version, and just now switched back to Darn and found out my problem. Thanks/Sorry.
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