In every guide I have read regarding modding FO3, I keep reading the same thing. Load order is important, load order is important, load order is important. So, I'm kinda starting to get the impression that load order might be important :thumbsup:
However, I'm finding it very hard to distinguish which order I should actually install mods in, or which mods textures/meshes/sounds should be overwriting anothers. Example. I'm using the Advanced Recon Thermal Vision and Range Finder mods in my game. However I am also using Darn's UI. These mods change some of the same files, so which order should I install them in? Another example. EVE and Hi Res Weapon and Ammo Textures modify some of the same files. Which should be installed first, and which should overwrite the others?
TL;DR
I have all the mods I am using setup as FOMM ready FOMODs. Before I even consider my load order, I'm getting overwrite requests just activating mods. I'm not sure which mods should overwrite, and which should be overwritten. In what order do I install them? Is load order the same as installation order or am I just missing something really simple?
Thanks for your time.
Three important thing to remember about load order.
1. All files with the .esm extension (masters) must load before you load any files with the .esp extension (plug-ins). The plug-in files look for data in the master files, and if they can't find it (because they've loaded before their masters), you generally get an instant CTD when loading the game.
2. The last mod you load will take precedence over mods loaded earlier. So if you have two mods that, say, make changes to your Megaton house, the changes made by the mod that loads last (further down the list) are the ones that are going to show up in the game. This is where tools like FO3Edit and Wrye Bash come into play - you can look to see what changes are being made to the game by your mods, which changes conflict with one another, and make adjustments to get the results you want.
3. Finally, most mods come with readme files that give installation instructions, and the larger ones (such as the overhauls) will usually suggest load orders for that mod plus the other more popular mods available.
You should always read these before you install any mod.