FNV General Mod Use Advice

From Nexus Mods Wiki
Revision as of 14:47, 18 September 2016 by Dubiousintent (talk | contribs) (First Timer Advice: updated)
Jump to: navigation, search

Overview

If you aren't aware as yet, it's pretty much universally recognized that the default install location used by Steam (to the "C:\Program Files" folder tree) is a problem area due to the anti-malware security measures taken with it since the release of Windows Vista. Many unexplained problems are directly related to this location. Save yourself a lot of potential frustration and grief in the future by taking the time to move your Steam game (and really all games that did not come already installed) to a different location. The wiki article Installing Games on Windows Vista+ covers the reasons and procedure for moving Steam games.

If you are new to using "mods" with games on the PC, or just want some tips on how to quickly get using mods with "Fallout New Vegas" (or FNV as it is known) with the least amount of hassle, this is the place to start. This article broadly covers things you should know, and points you to more in-depth articles on particular subjects.

Terminology

A "mod" is a package (archive) of related files that make some change to the vanilla game (including official "Down Loadable Content" (DLC) expansions as delivered by the publisher). Within a "mod" package are a number of "asset files" which add to or replace the existing vanilla assets (meshes, textures, sounds, animations, XML files, etc.), and one or more "plugin files" that tell the game about the existence and use of the new assets and where they are placed in the game. The "plugin" files are the only ones that appear in the "load order" (see below). "Plugin" files have one of two possible file extensions: ESM and ESP. There is generally only one ESM file, but there may be any number of ESP files (including none). The ESM files are loaded first, and are considered "masters" to the ESP files that depend upon them. You should find all of your ESM files (vanilla, DLC, and mod) at the top of your "load order".

"Modding" refers to both the process of playing the game with mods installed, and to creating such mods. More properly we should distinguish between "mod users" and "mod creators", but most people rely upon the context in which the term is used rather than explicitly stating which is meant.

There are two important "orders" to which you must learn and understand the distinction because they are going to come up over and over again: "install order" and "load order".

  • "Install Order" refers to the sequence in which mods are "installed" into the game "Data" folder. Later installed mods that have a file with the same folder path and filename will need to overwrite previously installed files in the same location. So the last installed "wins", as there can only be one file with a given name in a given folder. With mod managers, this can become less obvious than it would appear at first glance. Some mod managers allow you to "move" around the sequence of installed mods, and then resolve the new "winners". This is possible only if they have a copy of the "vanilla" files to restore from when needed. Read the documentation of your chosen mod manager carefully to see how (if at all) this is implemented. The "vanilla" files are typically all stored in ".BSA" extension archive files, but some "loose" files (not in a ".BSA" file but visible as individual files) may exist in folders under the "Data" folder. Therefor, best practice is to make a backup copy of the entire "Data" folder somewhere outside of the game folder. Then you will always have the original files and can compare the contents to see what has changed.
  • "Load Order" refers to the sequence in which the game loads ".ESM" and ".ESP" (collectively called "plugin" files) when the game is launched. These two files in turn take care of loading the "assets" (sound, meshes, textures, etc.) from the mod into the game. Most of your problems with running mods will come down to problems with your "load order" because two (or more) mods are trying to modify the same "data record" in the vanilla files (both the original game and the DLC expansions. Similarly to the situation with "install order", the last loaded plugin "wins" out over all previous plugins that conflict by default, in an all or nothing manner. IF the other plugins make changes to other records that the "winner" doesn't touch, they still lose out and those changes do not take effect. This is known as "the rule of one", and is why "proper sorting" of your "load order" is so important. Those files that are "lower" (relative to the "Fallout.ESM" files; higher numbered) in your "load order" will be the "winners" of conflicts.
    • Fortunately there is a way to get around this "all or nothing" winner in "load order" by using a "merged patch" file that resolves conflicts on a "last modified record field" winner basis. This enables multiple mods to change a record as long as they are the only one changing a particular field within that record. In the case of record field conflicts, the same "rule of one" applies. More on this topic later in a linked article.

"Post Processing" is used in the video and film industry to improve the quality of images once they have been processed. In real-time 3D games, they are applied to the rendered effects to supplement the game engine.

According to Wikipedia:

Instead of rendering 3D objects directly to the display, the scene is first rendered to a buffer in the memory of the video card. Pixel shaders and optionally Vertex shaders are then used to apply post-processing filters to the image buffer before displaying it to the screen. Some post-processing effects also require multiple-passes, gamma inputs, vertex manpulation and depth buffer access. Post-processing allows effects to be used that require awareness of the entire image (since normally each 3D object is rendered in isolation).

There is a whole host of effects that can be produced. See the sub-topic Post processing shaders if this interests you.

First Timer Advice

If you have more than 4GB of System RAM, then you need to be aware that FNV is a 32-bit game. As such, it can only address up to 2GB of RAM by default, even on a 64-bit system. A detailed explanation of the reasons behind this and some solutions around it can be found in the wiki article 2-4GB game memory limits and solutions. But for FNV Steam users there is a tool called 4GB Fallout New Vegas Updated that easily solves the problem.

Those anticipating or encountering problems with textures consuming too much video memory should read the S.T.E.P. ENBoost page. This a separate component of the ENB "post-processor" which increases available video memory by up to 4GB without the graphic effects of the main ENB tool.

First rule of playing with mods is: install and TEST one mod at a time. This is the only way you are going to know if you have made a mistake in installation or if the mod is going to conflict with others before getting many hours into the game before a fatal problem shows itself and you have to start over.

In turn that means you need to prioritize what is most important to you. You don't want something that is "nice to have" dictating that you can't use something you consider essential. This takes time, but if you don't force this discipline upon yourself, you are going to spend a lot of frustration and even more time ripping your game apart trying to figure out why it crashes or won't work right. There are no shortcuts. A guide by somebody else is not guaranteed to work on your system because they don't have the exact same setup as you; nor do they necessarily consider the same things as "important".

Second rule is: "pretty" does not beat out "playable". Improved graphics come at a cost, usually in terms of "frames per second" (FPS). Add your graphics overhauls after you have a stable game built that runs fast enough to keep you happy. Nobody has a system new enough or fast enough to play with every mod they might want. The game engine is too old to accommodate that. It was written for single processor 32-bit systems. All your multi-core processors are going to be ignored. So there WILL be limits.

Third rule is called "The Rule of One". What this means is that when two plugins attempt to modify the same record in the vanilla game, only the last plugin loaded (determined by the "load order") "wins"; totally and completely. (This is described in the Terminology section, under "Load Order".) The way around this is to use a "bashed" or "merged" patch file, which enables "record level" conflict resolution among all the plugins instead of the default "one plugin winner takes all" approach. The subject of how to create either a "bashed" or "merged" patch file is covered in the S.T.E.P. Project "Fear and Loathing" guide linked under the sub-topic Merge Patch File below. You don't really need either one until you have settled on your basic mod lineup, which should be before approaching the plugin limit described elsewhere in this document.

There is an excellent set of advice for those new to modding "Fallout: New Vegas" (FNV) Fallout New Vegas Beginners Guide to modding thread ("sticky" at the top) which covers the essential tools you will need, such as LOOT for sorting your "load order". Like most automated tools, LOOT is not 100% accurate; yet it is infinitely better at determining a correct load order for a large number of mods than anything other than manually examining each mod in an editor like FNVEdit (a generic tool called 'xEdit' which is renamed for working with specific games) and building such an order by hand (each time you add or remove a mod). LOOT works by examining the file header of each plugin and working out all the records each modifies, and determines the relationships between those mods. For the beginning mod user, it is essential to resolve most fatal mod conflict problems. LOOT does provide the "metadata" mechanism that allows you to customize it's sorting to preserve such adjustments as you determine necessary. Read it's documentation to exploit all of it's capabilities.

For those who wish to use a manual sorting process, see the wiki article Load order and you for one such approach to FNV.

Also recommended is the S.T.E.P. Project "Fear and Loathing" guide for FNV (linked below under the Mod Managers sub-topic). While oriented around using "Mod Organizer" (MO), it can be used with other mod managers as well, with appropriate changes for their peculiarities.

In general, make sure all your ESM files are loaded first, with the game ESM (FalloutNV.ESM) as the very first file and those of the DLC next in the order they were released for the PC.

  • FalloutNV.ESM - (Oct 2010)
  • DeadMoney - (Feb 2011)
  • HonestHearts - (May 2011)
  • OldWorldBlues - (Jul 2011)
  • LonesomeRoad - (Sep 2011)
  • GunRunnersArsenal - (Sep 2011)

and then the "pre-order packs" of exclusive equipment to make the earlier stages of the game easier; later combined and released as the "Courier's Stash" pack (Sep 2011). As these "inject" records into the vanilla game, their load order is not important other than being up top with the other ESM files:

  • ClassicPack
  • MercenaryPack
  • TribalPack
  • CaravanPack

These are all included in the "Ultimate Edition" of FNV.

Mod EMS files should follow.

Note in particular the advice in the thread at the beginning of this section to install one mod at a time and test it thoroughly before the next mod. This, and that you install your Steam games to some folder OTHER than the default of "C:\Program Files", are pretty much universal for a solid, stable game.

If you have already installed Steam to "C:\Program Files", read the Installing Games on Windows Vista+ article which has a link to the official Steam guide to moving already installed Steam games. (Yes, you will need to "re-install" them so the Windows registry entries are correct, but you can still use your "saved game files".) As painful as this may sound, this one step will solve most "strange" problems not related to a mod conflict, and you will no longer need to run your games as an administrator. It is never easier to do than now, and you don't need to move all your Steam games at once.

Mod Managers

While a "mod manager" is not required it does make organizing your modded game much more manageable if you have more than a dozen files. This is especially true when trying to keep the "install order" (which deals with overwriting files of the same name) separate from the "load order" (which relates to the order in which the game reads in mod plugins). You should only need to learn and use one manager, but some mod archives are formatted for use with a particular manager. You can learn how to "repackage" them to work with your preferred choice, but sometimes it is easier to simply use the manager the mod is formatted to work with. Just remember that mods installed through a different mod manager will not be "known" by your preferred manager. The impact of this varies by the manager. But the "exceptions" are generally easier to keep track of.

There are several choices of mod managers such as:

  • Nexus Mod Manager (NMM),
  • Fallout Mod Manager (FOMM),
  • Fallout Mod Manager - Forked a newer "variation" (different version) of FOMM,
  • Mod Organizer (MO),
  • Wrye Flash is the FNV version of "Wrye Bash" and creates the "Bashed Patch" mentioned. WF/WB is a "swiss army knife" sort of tool, but if you follow the Wrye Bash Pictorial Guide you can get functional with it quite quickly. The most essential parts are the "Mods" tab for your "load order" and "bashed patch", and if you intend to use it as your mod manager: the "Installers" tab (known as BAIN) for managing your installed mod packages.

Neither version of FOMM seems to be updated any more but both are usable, and the other managers are still actively supported. NMM is still technically in "beta" status but is fully functional. MO is part of the S.T.E.P. project and they have their own install guide for FNV Fear & Loathing in New Vegas (FalloutNV) here which walks through the complete process very well. (It's the one I used quite successfully when I started FNV, even though I used WF instead of MO.)

The subject of "ArchiveInvalidation" in mod managers always comes up when discussing "texture replacements". The topic is described in the TESTG Troubleshooting section. (When you have questions about "meshes" and "textures" and their replacements, this site is a good starting point to understanding the subject.) The basics of turning "ArchiveInvalidation" on and off are described in the the wiki article Fallout NV Mod Conflict Troubleshooting "Checklist" section.

Smaller Plugin Cap

Be aware that there is a limit to the number of mod plugins (ESM and ESP files) you can have active at the same time. ("Active" meaning the file is present in the game "Data" folder with an ESM/ESP file extension, and "activated" in the game for loading. Merely being present in the "Data" folder, even if not "activated", counts against the plugin limit.) This is common for Gamebryo engine games, but the cap is much smaller for FNV than players of other Bethesda games are used to. The patched game has a cap anywhere between 130-140 "active plugins" depending upon your system. "Strange things" happen when you exceed this cap, such as textures looking weird (missing, or solid or "wrong" surface colors) and the game crashes where previously things were fine. Again, installing and testing one mod at a time, especially as you near or exceed 130 active mods, is the best way to tell where this limit is for your situation.

There are ways to get around this limitation: by "merging" plugins, and by placing only the "activated" plugin in the "Data" folder (which some Mod Managers do) for instance. See the wiki article Merged Plugin Guidelines for Personal Use for a description of the "merging" process.

DLC expansions

There are two types of "downloadable content" (DLC) available for FNV: four expansion addons to the game world, and "item packs". There are four "pre-order item packs" originally only available through certain retailers for pre-ordering the game, which contain custom items available to the starting character. Later the "pre-order packs" were made available combined in the "Courier's Stash" package. The fifth expansion "Gun Runners Arsenal" (GRA) is also an "item pack" with primarily additional unique weapons, weapon mods, and new powerful ammunition types and ammo recipes; along with some additional Steam "Achievements and trophies". All five expansions and the "Courier's Stash" packs are bundled in the "Ultimate Edition" of the game.

The "pre-order packs" and GRA have no impact upon the main plot line. The other four expansions provide additional background motivational material on some of the characters in the main plot, as well as additional world spaces, unique weapons and chems, and new challenges to explore. You can safely ignore them without harming the main plot progression if you wish.

The community has generally recommended that you play the four world expansion DLCs in this order. Note that it is not strictly in release date order. Some feel strict release order sequence is the development team's design:

  • Honest Hearts (Happy Trails Expedition - accessed via the Northern Passage). Target: level unspecified. (Suggested before Level 10, and after the "Volare!" quest from the Nellis Airbase "Boomers" faction, which is unrelated but does get you a "rebreather" and is a way of judging how ready you are).
  • Old WorldBlues (Midnight Sci-Fi Feature! - accessed via the Mojave Drive-In). Target: level 15+. Recommended before level 20 and Dead Money. (Suggested before the "Brotherhood of Steel" (BoS) quests as well.)
  • Dead Money (Sierra Madre Grand Opening! - accessed via the Abandoned BoS Bunker). Target: level 20+. (Suggested before level 20, just after BoS quests.)
  • Lonesome Road (The Reunion - accessed via the Canyon Wreckage). Target: level 25+. (Suggested last, before the 2nd Battle of Hoover Dam climax of the main plot. Be prepared for lots of Deathclaws and SentryBots).

All the DLC worldspaces (except for Dead Money) can be returned to upon completion of their quest. In addition, only Lonesome Road can be left at any time before you complete it's main questline. Companions are not allowed to enter any of the DLC expansions. They must be dismissed ("part ways") or will be dismissed for you prior to the actual activation of the specific add-on quest. Some companions can be acquired during the DLC quests, but will not be able to leave that worldspace at the end of the questline.

If you don't want to play with some of the DLC, you may find that simply not activating them is not enough; they still load anyway. This is due to the presence of a "<DLCName>.nam" file for each. These force the game (and the Construction Set "G.E.C.K.") to load them automatically. You will need to move those ".nam" files out of the "Data" folder, or rename them with a different extension before you can successfully deactivate the DLC.

Script Extenders

Mod creators are always wanting additional script capabilities the native game "construction set"/editor doesn't provide. These are generally provided by mods/tools called "Script Extenders" and are created by talented programming members of the community. In general, there is only one such tool that the community settles around and possibly additional supplemental extenders that "hook" into that primary one.

FNV, at the time of this writing in 2016, has New Vegas Script Extender (NVSE) as it's primary extender, and the supplemental "script" extenders JIP NVSE Plugin and Lutana NVSE Plugin. In addition to other functions, JIP is known for providing "companion" oriented functionality, and Lutana for "game controller" input emulation. However, both go well beyond those features. Mod creators should check their download pages carefully for documentation of their added functions. Various mods require one or the other or even both, in addition to NVSE. This is always documented in the requirements section of the mod's description. NVSE plugins other than supplemental "script extenders" also exist.

It is first necessary to get NVSE installed correctly before it or any of the supplemental extenders will work correctly. All the script extenders create "log" files in the game "root" folder, automatically. Once installed, always check the log files for errors after initially running the game with any mod that requires them. NVSE will always create a log when the game starts. The others only do so when a mod calls for their services.

If there isn't an NVSE log, then you either didn't set it up properly or failed to start it correctly. It always creates one with game initialization entries automatically.

Be sure to launch the game either with FNV4GB (if you use it) or "nvse_loader.exe" instead of by the vanilla launcher or from the Steam Library, so NVSE gets loaded. If that still doesn't get you a log file, then you need to reinstall NVSE.

  1. This time, don't use a mod manager to install NVSE. They always assume everything goes under "Data" which is not the case with NVSE.
  2. Manually unpack the NVSE archive file somewhere outside of the game folders. The internal structure of the archive usually has a top level "version" folder like "nvse_5_0_beta3", which the game won't process correctly.
  3. Copy the contents under the "version" folder (excluding the "src" folder which is not needed) into the game "root" folder (i.e. "<Steam Install Path>\Fallout New Vegas").

When installed correctly you should see "<Steam Install Path>\Fallout New Vegas\Data\NVSE" folders. The game "root" folder should have four "nvse_*.dll" files, and "nvse_loader.exe", along with two "nvse_*.txt" files. You can compare the contents of the unpacked archive to the files you copied over to the game to check you have everything.

Other NVSE plugins like JIP and Lutana will go into the "Data\NVSE\Plugins" folder. You may initially create this "Plugins" folder yourself or let either JIP or Lutana plugins installation do so for you. Again, best to install them manually unless you know your mod manager can properly handle such plugins. You always have to watch out for "version" folders. When present they always require you either restructure the archive without them or install manually.

NVSE installation does not automatically create the "nvse_config.ini" file in the "Data\NVSE" folder. When you need one for the "Sheson" memory patch mentioned below under "game fixer mods", simply create a text file of that name and rename it with the ".ini" extension instead of a ".txt" one.

Towards Game Stability

  • The foundation of game performance is to first optimize your system for gaming.
  • If you want a stable game, don't make any changes to your setup once you start playing and making "save game" files. Even updates to current mods run the risk of making things unstable after the point they are added. If you do update, ensure you know which save to revert to prior to that update if it goes wrong.
  • Do not use the game's "auto-save" feature. See the sub-topic 'Issue: CTD on interior/exterior/"fast travel" cell change' in the wiki article Fallout NV Mod Conflict Troubleshooting for the explanation and alternatives.
  • Removing a mod that has stored some elements in a "save file" will leave residue (even with a "clean save") that can cause problems down the road. In particular you have to watch out for mods that use scripts to permanently change form and leveled lists (such as, purely as an example, Millenia's Weapon mods). This is not, in and of itself, a bad thing as there are compatibility advantages to using this "script" technique. Such mods usually point this out in their description. But it is something to pay attention to when experimenting. It's better to find out what causes problems before you start to play in earnest.
  • Use the Community "game fixer" mods. The following are specifically recommended, though their effectiveness varies by system. Install and test individually in the following order:

These "game fixer" mods often alter the same records, which means you should only use one (because the "Rule Of One" still applies) unless you also use a merge patch file to resolve the record level conflicts. As with other record level conflicts, the "load order" determines which mod's "fix" wins.

Merge Patch File

The "Rule of One" means only the last loaded plugin that touches on a record, "wins". This is not usually a satisfactory solution as only one plugin is the winner. Even if other plugins affect different records but are dealing with the same sort of "thing" (i.e. perks, weapons, armor, ammo, etc.) they lose out if they touch the same record as the "winning plugin". So you might have several dozen plugins loaded, but only a few "winners" if the losers are all dealing with the same common item (even if they don't actually change it). The way to get all the plugins to use their records that are not in conflict, and still resolve all the conflicting records to a single "winner", is the use of a "merge patch file" that performs "record level" (instead of a broader file or type level) resolution.

There are two primary methods of creating such a "merge patch file": through the use of a Wrye Flash "Bashed Patch", or a manually created file. (The "bashed patch" and "merged patch" are the same essential thing. One is created by algorithm; the other by the user making choices.) See the S.T.E.P. Merging Plugins Guide which covers both approaches. (Use of "Mod Organizer" is not required.) Use the Wrye Bash Pictorial Guide to quickly get functional with "Wrye Flash", which I think is the easier approach for a novice mod user, especially when thousands of records are involved.

Those taking the "manual" approach to creating a "merge patch", as well as mod users in general, need to understand about "Bethesda Software Archive" (BSA) files, which are very similar to (but not the same as) other archive format files such ZIP, 7Zip, and RAR. An archive is a way to package and compress various individual files together to both group related files and save physical disk space. Bethesda games can read the contents of their respective BSA formats, to include folder paths, without actually extracting the file contents to disk but into RAM memory instead as needed. BSAs are not loaded unless they have the same beginning to their file name as the ESP plugin (i.e. "Project Something.ESP" and "Project Something - Assets.BSA".) It isn't exactly clear just how much of the filename has to match, so common practice is "all that is significant enough to distinguish from others" (like other "Project" mods) up to a blank space. The BSA filename has to match an ESP, not an ESM file. The ESP does not have to contain any actual content, but a file with the correct name must exist. Without this, the BSA is ignored, and you get the "missing textures" red triangles, etc..

Mods that have their own BSA files but get included in a "merge patch" file won't have the necessary matching ESP filename to cause their BSA to get loaded. The solution is to extract the contents of their BSA files into the same folder (keeping their sub-folder structures intact), and then create a new BSA from the contents of that folder with the name of your "merge patch" file using FOMM or an FNV format compatible tool like the command line BSASharp. (Other BSA tools may be able to extract files from a BSA, but may not be able to create a new, valid BSA due to subtle differences in format between games. Always check compatibility first.)

The Wrye Flash "Bashed Patch" approach avoids this issue by leaving the ESP file associated with a BSA "active" (green "check" in the box icon). This is why you always need to run the "Mark Mergable" process before building the BP.

Testing

"Testing" is not about "playing". It's about pushing boundaries and isolating problems that tend to only show up in the "edge cases". There are so many possible permutations of mod combinations no one mod creator can test them all. You can't count on anyone else to have tested your particular combination of mods.

You want to keep your "test" save files and your "game" save files separate. The easy way is to simply rename the "C:\Users\<YourAccountName>\Documents\My Games\FalloutNV\Saves" folder to something like "Saves - Game"; and create a new, empty "Saves" folder to replace it.

In very general terms, you want to create a "test character" just for that purpose. Simply take the defaults, unless you are testing a "character overhaul" mod. But "quick and dirty" is all you need; don't waste time customizing it. Once you get past the character generation, make a "full save" using the Menu "Save Game" option (not a quick or auto- save). This will become your "baseline test" starting point; as close to "vanilla" as is practical. Make a backup copy of this save game somewhere else.

Now use the console (typically the "~" key) to toggle on "God Mode" ("tgm"). This is so you can go places a 1st level character normally can't with impunity.

Run around GoodSprings, into and out of buildings, interact with NPCs, etc. Then push outside of the GoodSprings cell into the wastelands. GoodSprings is a good initial test cell because many mods initialize scripts there and you will be able to notice game lag as a result of scripts running pretty quickly. One known culprit in this regard is the "Cheat chest" from the "Weapons of the New Millenia" mod. If you initially don't see a problem, this is good. But if you do while in GoodSprings after installing a new mod, then you have an idea as to why.

From this point you want to get to areas of the game that stress various aspects of it. Toggle on the console command "tmm 1" to show all map markers so you can "fast travel" to them. ("Fast travel" is one of the things you want to test anyway.) Places with lots of NPCs, such as battlefields ("Camp Forlorn Hope", "Cottonwood Cove"), rich textures (i.e. "Zion Canyon" of Honest Hearts and "Red Rock Canyon" where the Khans hang out), and cities which are their own cell "worldspaces" such as "Free Side" and "New Vegas". If you are testing a mod that adds new locations, be sure to test those locations. Whatever a mod is supposed to bring to the game is what you need to test as hard as possible to see if it "breaks". Don't forget to also work through changes to the HUD, UI, or Menus such as MCM if they are affected by a newly added mod.

Anywhere you see a "loading" screen is changing between exterior and interior cells, or loading a new "worldspace". Things operate differently between the two so be sure you include such cell changes in your tests. When running through the wastelands you will also trigger cell changes, but these will be less obvious. But they are where your character may seem to momentarily "pause" for no apparent reason. The longer pauses are called "stuttering", and mean you are pushing the limits of what your graphic system can handle. The pause is the result of it having to load graphics out of the video memory (VRAM) and then load in the graphics from disk. The more "high resolution" your graphics, the less room there is to "pre-load" adjacent cells into the same amount of VRAM, and the more likely you are to get stuttering. There are also INI file settings that affect this. (See the "TweakGuide's General Fallout Guide" link in the Towards Game Stability sub-topic.)

Once you feel you have tested a new mod addition sufficiently and haven't encountered any unresolved problems, make a new "full save" and leave the mod in your "load order". In future tests, you will probably want to start from this "cumulative modded test" save point, but may on occasion (depending upon the mod) want to start from the "baseline test" save. You should delete older test saves between those two just to keep the used disk space down.

Now repeat the same test cycle with the next mod you add to your "load order".

When you have tested all your mods and have eliminated conflicts, rename the "C:\Users\<YourAccountName>\Documents\My Games\FalloutNV\Saves" folder to something like "Saves - Test"; and rename your "Saves - Game" folder back to just "Saves" (or create a new, empty "Saves" folder). Whichever version of those two "Saves" folders ("Saves -Test" or "Saves - Game") is NOT present is the one which is the current "Saves" folder.

Now build your "game character", this time with the full mod "load order" installed and functional, and again save after the character generation. Be sure to disable the game "Auto-Save" feature, and now you can play in earnest. But remember, if you want to add any mods once you start playing, restore the "Saves - Test" folder as the current "Saves", and test fully before adding it to your existing game.

You do not want to ever remove a mod once you have included it in your saved game file.

Game won't launch

Or get past the "loading screens" to the game's Main Menu.

See the wiki article Fallout NV Troubleshooting Guide for tips on getting the basic vanilla game to launch. If you can't manage that, you have a major problem and most likely need to re-install the game outside of the "C:\Program Files" tree as suggested in the First Timer Advice sub-topic in this article.

If the vanilla game (no active mods) launched without problem, most likely you have a Missing Masters problem.

Missing Masters

See the Missing Masters wiki article for detailed instructions on identifying and resolving this issue.

Mod Conflict Troubleshooting

When you run into problems (which you will inevitably) there is the wiki article Fallout NV Mod Conflict Troubleshooting. It will help you narrow down the most commonly asked questions so you can get more directed help faster. It also contains links to all sorts of essential tools and stability mods, as well as some specific problems and solutions.

Modding a game takes time if you want the mods to work well together and be stable. Rushing the process will invariably lead to problems. Take the time to read and learn about the many new things that are involved, and you will have a much more enjoyable game when you are finished with the preliminaries.

Post processing shaders

Within the Bethesda gaming community the primary two graphic enhancements other than texture replacements used are: the ENB Series and the SweetFX Suite of shaders (though others exist). They are "post processing" effects to enhance the graphic feel of the game as the cost of some processing power and "frames per second"(FPS). Their installation can make changes to the INI files in your "User" account folder.

I would suggest you skip them for the time being, until you get a stable game going. If your average FPS is below 30, any post process shader is going to be a massive hit according to this Steam Community thread. Only if you are then still interested, the following may be helpful.

They are two different approaches to the same issue and can be used together if your system can handle the load. (Though likely you will have to learn the meaning of the configuration settings to deal with potential conflicts between them, they are considered generally complementary. Those settings, however, are very specific for technical effects and will require educating yourself.)

The "ENB Series" is developed by Boris Vorontsov and consists of a version for a specific game, and is available in either a "wrapper" or "injector" format depending upon which your system and game needs to work. (Some people can get the preferred "wrapper" version to work with FNV, while others are forced to the "injector" version.) The site for downloading the driver series is ENBDEV.

The "SweetFX" is a "shader suite" that uses an "injector" called "ReShade". Reshade and SweetFX are described in the article How To: Anti-Aliasing/Shader Injection (SweetFX, GeDoSaTo, GEMFX, and ReShade) along with a couple of others. Download SweetFX Suite (including ReShade) here.

And then there are various "presets" for both available for download from the Nexus, which are specific configurations developed by the authors and users to produce specific graphic atmospheres. These are a matter of personal preference.

Refer to the wiki article Fallout NV Mod Conflict Troubleshooting sub-topic "Issue: ENB is not working" for general ENB installation instructions.

HUD-UI-Menu Issues

Most of us sooner or later end up installing a mod that makes some change to the "Heads Up Display" (HUD), "User Interface" (UI), or some of the game's Menus. See the HUD-UI-Menu Issues wiki article before you do so, and avoid potential problems.

References

Nexus wiki articles referred to by this article:



Nexus wiki articles that refer to this article: