FalloutNV:Quick Grenade Hotkey: Difference between revisions

From Step Mods | Change The Game
No edit summary
m (Text replacement - "Gameplay-AI & Combat" to "Gameplay-AI and Combat")
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Mod
{{Mod
|author=Tgspy
|author=Tgspy
|modgroup=
|modgroup=11-Gameplay-AI and Combat
|sourcename=Nexus
|sourcename=Nexus
|sourceid=64874
|sourceid=64874
|forumtid=15882
|core=No
|core=No
|landw=No
|landw=No
|pp=No
|enb=No
|enb=No
}}
}}
{{Recommendations
{{Recommendations
|enabledetailed=Yes
|detailed=Instructions for oHUD compatibility available
<div class="mpheading">INSTALLATION</div>
Download and install the mod normally.
<div class="mpheading">oHUD COMPATIBILITY</div>
In order to get oHUD support for this mod do the following:
# Right-click on the mod and select ''Open in Explorer''
# Go to <code>\menus\prefabs\grenadehotkey\</code> and right-click on ''GrenadeKeyHUD.xml'', then select ''Open with...'' from the dropdown menu.
# Open the file with ''Notepad'' or ''Notepad++''.
# Find the set of lines in the first block and change to match the second block following (save and exit when done):
<p class="mpcode"><visible> 
    <copy src="ActionPoints" trait="visible" />
</visible></p>
<p class="mpcode"><visible>
    <copy src="ActionPoints" trait="visible" />
    <and>
    <copy src="io()" trait="_iHUD_CND" />
    <gt>0</gt>
    </and>
</visible></p>
5. Save and close the file.
}}
}}

Latest revision as of 15:07, March 30, 2023

Quick Grenade Hotkey

by Tgspy

Game:

FalloutNV

Download:

Mod Group:

Baseline:

n/a

Links:

CR Patch:

No

LW Patch:

No

PP Patch:

No

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

Instructions for oHUD compatibility available

INSTALLATION

Download and install the mod normally.

oHUD COMPATIBILITY

In order to get oHUD support for this mod do the following:

  1. Right-click on the mod and select Open in Explorer
  2. Go to \menus\prefabs\grenadehotkey\ and right-click on GrenadeKeyHUD.xml, then select Open with... from the dropdown menu.
  3. Open the file with Notepad or Notepad++.
  4. Find the set of lines in the first block and change to match the second block following (save and exit when done):

<visible> <copy src="ActionPoints" trait="visible" /> </visible>

<visible> <copy src="ActionPoints" trait="visible" /> <and> <copy src="io()" trait="_iHUD_CND" /> <gt>0</gt> </and> </visible>

5. Save and close the file.