Jump to content

Combining/erasing unique data for mods?


Snowyman

Recommended Posts

If you're trying to combine data (we'll take your example of GameSettings data) from one mod to another. The way I do it is relatively simple and as far as I can tell, works perfectly.

 

For this I'll assume that you only want to merge some of the data (though it works for all data too, depending on the type).

 

To merge GameSettings values into another mod. Open both mods in FNVEdit. Expand the mod whose data you want to use. Look for the GameSettings heading and expand that. This will open a list of all the values contained in the esp. The names can be somewhat cryptic, but they follow a pretty logical naming scheme.

 

The lines are color coded according to how the data relates to other files you have loaded. Green backgrounds mean it's in more than one loaded file (probably an override from the FalloutNV.esm file). If it's a white background, that means it's a new value to that file.

 

To just transfer the data into your own mod, right click on the one you want, scan down the context menu until you find the line "Copy as new record into..." or "Deep copy as override into..." (Deep copy if it's a green background, copy as new if it's a white background). Then just select the file you want this data in and hit ok. If you need more data, there's a great FO3Edit guide by Miaxis on the nexus somewhere. It's a big file, but it has just about everything you need to know about using the Edit tool.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...