Jump to content

What line in One HUD (oHUD) do you delete?


Recommended Posts

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 by Rescorla
Link to comment
Share on other sites

	<!--========== 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.

Link to comment
Share on other sites

  • 1 year later...
	<!--========== 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!!!

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.