FalloutNV:NVSE: Difference between revisions

From Step Mods | Change The Game
m (Text replacement - "|core=No |landw=No }} " to "|core=No |landw=No |enb=No }} ")
No edit summary
Line 20: Line 20:
#* ''nvse_steam_loader.dll''
#* ''nvse_steam_loader.dll''


'''.INI FILE INSTALLATION'''
'''.INI FILE CONFIGURATION'''
# Create a empty mod in the mod list of MO and name it ''NVSE'', or anything similar.
# Create a empty mod in the mod list of MO and name it ''NVSE'', or anything similar.
# Within the ''SKSE'' folder, create a new file named ''nvse_config.ini'' i.e. <code>..NVSE/nvse_config.ini</code>
# Within the ''SKSE'' folder, create a new file named ''nvse_config.ini'' i.e. <code>..NVSE/nvse_config.ini</code>
Line 32: Line 32:




'''Restart MO'''
'''RESTART MO'''
* If NVSE is installed correctly, MO will detect it and show in the executables drop down.
* If NVSE is installed correctly, MO will detect it and show in the executables drop down.
}}
}}

Revision as of 20:10, June 13, 2021

NVSE

by DemoRome, IstewieAI, c6-dev, carxt, iranrmrf, jazzisparis, korri123

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

ROOT FILES INSTALLATION

  1. Download the latest archive.
  2. Place all *.exe and *.dll files into Fallout New Vegas folder (not the data directory!), usually found at <.../Steam/steamapps/common/Fallout New Vegas>. Should be four files:
    • nvse_1_4.dll
    • nvse_loader.exe
    • nvse_editor_1_4.dll
    • nvse_steam_loader.dll

.INI FILE CONFIGURATION

  1. Create a empty mod in the mod list of MO and name it NVSE, or anything similar.
  2. Within the SKSE folder, create a new file named nvse_config.ini i.e. ..NVSE/nvse_config.ini
  3. Open the new file and copy and paste the code in the box below
  4. Save and close the file when finished.
[General]
scrapheapsizeMB=128


RESTART MO

  • If NVSE is installed correctly, MO will detect it and show in the executables drop down.