FalloutNV:One HUD - oHUD: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 13: Line 13:
|detailed=<div class="mpheading">INSTALLATION</div>
|detailed=<div class="mpheading">INSTALLATION</div>
# Download and install the ''main file'' first.
# Download and install the ''main file'' first.
# Download the ''"One HUD (oHUD) TTW Darnified Patch"'' optional file.  
# Download the ''"One HUD (oHUD) TTW Darnified Patch"'' optional file ('''NOT''' the ''One HUD (oHUD) - Gophers TTW Darnified Config'' optional file).  
# Install the optional file. When the ''Mod exists'' warning appears, click ''[Merge]''.
# Install the optional file. When the ''Mod exists'' warning appears, click ''[Merge]''.


Line 20: Line 20:
# Open <code>menus\prefabs\</code> and rename ''hudtemplates.xml'' to ''hudtemplates_darn.xml''  
# Open <code>menus\prefabs\</code> and rename ''hudtemplates.xml'' to ''hudtemplates_darn.xml''  
# Drag and drop the newly renamed file into <code>menus\prefabs\ahud</code>.
# Drag and drop the newly renamed file into <code>menus\prefabs\ahud</code>.
# When the ''"File already exists"'' warning appears, confirm the overwrite.
# Go to <code>menus\main</code> and open ''hud_main_menu.xml''.
# Go to <code>menus\main</code> and open ''hud_main_menu.xml''.
# Search for the following line <code>hudtemplates.xml</code> (that is line # 80 for those using Notepad++).
# Search for the following line <code>hudtemplates.xml</code> (that is line # 80 for those using Notepad++).
# Change the text from <code>hudtemplates.xml</code> to <code>aHUD\hudtemplates_darn.xml:</code>.
# Change the text from <code>hudtemplates.xml</code> to <code>aHUD\hudtemplates_darn.xml</code>.
# Search for the following line <code><add src="io()" trait="_HUDRad_X" /></code>  
# Search for the following line <code><add src="io()" trait="_HUDRad_X" /></code>  
# Delete the text right beneath it (<code><add src="screen()" trait="width" /></code>) or comment it out. (that is line # 649 for those using Notepad++).
# Delete the text right beneath it (<code><add src="screen()" trait="width" /></code>) or comment it out. (that is line # 649 for those using Notepad++).
# Save your changes and exit.
# Save your changes and exit.
}}
}}

Revision as of 12:05, August 21, 2021

One HUD - oHUD

by Gopher

Game:

FalloutNV

Download:

Mod Group:

Baseline:

n/a

Links:

CR Patch:

No

LW Patch:

No

PP Patch:

{{{pp}}}"{{{pp}}}" is not recognized as a Boolean (true/false) value.

ENB Option:

No

Guide/Version-Specific Mod Recommendations

Existing Guides
1.0.0
1.1.0
1.2.0
Type a version string using the format indicated by the placeholder text below. Copy/paste the intended guide version from the "Existing Guides" table above (if it exists) into the field below. For unofficial user-created guides, use the format indicated by the placeholder text. Editors: Please DO NOT use wiki headings inside of custom Recommendations and also avoid using templates if at all possible! Template calls add to the max threshold, and headings mess up the guide ToC.

Recommendations

INSTALLATION
  1. Download and install the main file first.
  2. Download the "One HUD (oHUD) TTW Darnified Patch" optional file (NOT the One HUD (oHUD) - Gophers TTW Darnified Config optional file).
  3. Install the optional file. When the Mod exists warning appears, click [Merge].
BUGFIXING
  1. Right-click on oHUD on the left pane of MO and choose Open in Explorer.
  2. Open menus\prefabs\ and rename hudtemplates.xml to hudtemplates_darn.xml
  3. Drag and drop the newly renamed file into menus\prefabs\ahud.
  4. When the "File already exists" warning appears, confirm the overwrite.
  5. Go to menus\main and open hud_main_menu.xml.
  6. Search for the following line hudtemplates.xml (that is line # 80 for those using Notepad++).
  7. Change the text from hudtemplates.xml to aHUD\hudtemplates_darn.xml.
  8. Search for the following line <add src="io()" trait="_HUDRad_X" />
  9. Delete the text right beneath it (<add src="screen()" trait="width" />) or comment it out. (that is line # 649 for those using Notepad++).
  10. Save your changes and exit.