FalloutNV:NVSE: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
No edit summary
Line 10: Line 10:
|short=Detailed Instructions available
|short=Detailed Instructions available
|enabledetailed=Yes
|enabledetailed=Yes
|detailed=Download and install the latest archive:
|detailed='''ROOT FILES INSTALLATION'''
# Place all *.exe and *.dll files into <code><Fallout New Vegas>/</code> (not the data directory!), usually found at <code><...\Steam\steamapps\common\Fallout New Vegas></code>. Should be four files:
# Download the latest archive.
# Place all *.exe and *.dll files into <code>Fallout New Vegas</code> folder (not the data directory!), usually found at <code><.../Steam/steamapps/common/Fallout New Vegas></code>. Should be four files:
#* ''nvse_1_4.dll''
#* ''nvse_1_4.dll''
#* ''nvse_loader.exe''
#* ''nvse_loader.exe''
#* ''nvse_editor_1_4.dll''
#* ''nvse_editor_1_4.dll''
#* ''nvse_steam_loader.dll''
#* ''nvse_steam_loader.dll''
# Install nvse.ini into Mod Organizer.
 
#* Click the ''Archive'' button.
'''.INI FILE INSTALLATION'''
#* Browse to and select the downloaded nvse archive.
# Create a empty mod in the mod list of MO and name it ''NVSE'', or anything similar.
#* In the manual installation prompt, right-click data and select "Set data directory".
# Within the ''SKSE'' folder, create a new file named ''nvse_config.ini'' i.e. <code>..NVSE/nvse_config.ini</code>
#* Click OK
# Open the new file and copy and paste the code in the box below
# Edit ''NVSE_Config.ini''
# Save and close the file when finished.
#* Double-click the NVSE mod in Mod Organizer and select "Ini-Files", and paste the following:
 
#*: <code>[General]</code>
<div style="line-height:1em;">
#*: <code>scrapheapsizeMB=128</code>
:: <code>[General]</code>
#* If NVSE.ini contains the lines below, delete them. Heap allocation will be handled through a separate mod, [[FalloutNV:NVHR|NVHR]]:
:: <code>scrapheapsizeMB=128</code>
#*: <code>[Memory]</code>
 
#*: <code>DefaultHeapInitialAllocMB=400</code>
 
# Restart MO
 
#* if NVSE is installed correctly, MO will detect it and show in the executables drop down.
'''Restart MO'''
* If NVSE is installed correctly, MO will detect it and show in the executables drop down.
}}
}}

Revision as of 15:32, June 2, 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:

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

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 INSTALLATION

  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.