FalloutNV:One HUD - oHUD: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 9: Line 9:
}}
}}
{{Recommendations
{{Recommendations
|short=Detailed instructions available
|enabledetailed=Yes
|detailed='''INSTALLATION'''
:# Download and install the ''main file'' first.
:# Download the ''"One HUD (oHUD) TTW Darnified Patch"'' optional file.
:# Install the optional file. When the ''Mod exists'' warning appears, click ''Merge'', not ''Replace''.
'''BUGFIXING'''
:# Right-click on ''oHUD'' on the left pane of ''MO'' and choose ''Open in Explorer''.
:# 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>.
:# Go to <code>menus\main</coe> and open ''hud_main_menu.xml''.
:# 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>.
:# Search for the following line <code><add src="io()" trait="_HUDRad_X" /></code>
:# Change the text right beneath it from <code><add src="screen()" trait="width" /></code> to <code><!--<add src="screen()" trait="width" />--></code> (that is line # 649 for those using Notepad++).
:# Save your changes and exit.
}}
}}

Revision as of 06:33, June 29, 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.
  3. Install the optional file. When the Mod exists warning appears, click Merge, not Replace.


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. Go to menus\main</coe> and open hud_main_menu.xml.
  5. Search for the following line hudtemplates.xml (that is line # 80 for those using Notepad++).
  6. Change the text from hudtemplates.xml to aHUD\hudtemplates_darn.xml:.
  7. Search for the following line <add src="io()" trait="_HUDRad_X" />
  8. Change the text right beneath it from <add src="screen()" trait="width" /> to (that is line # 649 for those using Notepad++).
  9. Save your changes and exit.