TES4Edit/Mod cleaning tutorial with TES4Edit

From the Oblivion ConstructionSet Wiki
Revision as of 20:22, 15 December 2008 by imported>Leeus (initial content uploaded)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

First, and old mod will be used for the purposes of demonstration. I picked “Ultimate House", because is one of the older I could find that I had on my mod archive and, also more importantly, it has dirty records.

It can be grabbed from here: Ultimate House on TESNexus

Get it and copy it to the Data folder so you can see what I shown in the example. Surprisingly, is not that dirty as one might expect due to is age (it was made a few weeks after Oblivion was released, with the first CS released, I presume.)

How to obtain TES4Edit

If you already have installed TES4Edit and have it working, then skip this first paragraph.

First thing first, you'll need TES4Edit. Get the last version from the location below, which is: 1.2.43 (at the time I wrote this at least)

In order to use it, you need to place the files contained in the archive you just downloaded in the Oblivion directory (*not* Data directory, but the directory in which is located the Oblivion.exe)

[here goes pic030]

Setting up the shortcuts

So, now, in order to use it as TES4EDIT you have two choices:

  1. Copy and then Paste a new TES4View.exe on the same directory, and rename it to TES4Edit.exe, or
  2. Create a shortcut to TESView and start it specifying the parameter -edit when you launch it.

In any case, always the best option is to create a new shortcut to it, just select the executable (TES4View or TES4Edit) on the explorer and right-click. Then in the context menu which appears, select Create Shortcut, which will create a new "Shortcut to <whatever>" within the current directory. After that, right-click on it (on the new shortcut), and again, on the popup click on 'Properties', and in the window that opens, edit the box called Target to have this text:

<path to where Oblivion.exe is located>\TES4View.exe -edit -fixupPGRD
[here goes pic020]

If you just created the new TES4Edit.exe by renaming a copy of TES4View, and prefer to use it leaving TES4View for readonly operations only, then put in Target this text:

<path to where Oblivion.exe is located>\TES4Edit.exe -fixupPGRD
[here goes pic010]

Having the mod ready

After you're done with that, wait ... don’t launch it yet. First, be sure to have the ESP you want to clean already placed in the Data folder. If not, then before launching the program, first copy it. For the sake of this example, let’s copy our test ESP to the Data folder:

[here goes pic001]

Take notice of its size so you can see the effect of the cleaning afterwards.

The clean process

Warming up

Ok, now launch TES4Edit.

The first windows that opens ask which mods you want to load:

[here goes pic040]

In order of use this tool to clean, you should load only one mod: the one you want to clean (there are a technic which allow to load several and clean one by one, but more on this later) The tool will also load Oblivion.esm, since all master plugins are also loaded, and every mod depends on it.

So, to proceed, first deselect all the mods already checked (defined by the mods you have currently active). In order to do so quickly, right click on the window and then choose “Select None”

[here goes pic060]

Lastly, go and search for the mod you want to clean (you already copied it to the Data folder, right? If you didn't, then this is a good time to do so ... and restart TES4View in order to be able to see it in the list)

Then select it (tick the check to the left of the window), and click the OK button.

After that, let the program load the stuff it need to be loaded, and when it's done, it would say so. So don't bother it until it shows "Background Loader: terminated" on the Message tab.

[here goes pic080]

In the picture we can see the original mod content, yet untouched and when unfiltered:

[here goes pic050]

Checking step first

The next step is only needed if you may want to see if the mod has dirty records prior to cleaning it, so you can see what will be removed. If you're not interested in checking, just skip to the next section.

Ok, then. Here's the way to do that: Right click on the left pane of the TES4Edit window, and in the popup menu choose Apply Filter:

[here goes pic090].

Here's the window that pops up:

[here goes pic100]

In that window, in order to show only the records that are ‘identical to Master’ choose the following settings:

[here goes pic110]

You should clear all ticks on options shown as un-ticked and only tick the ones shown.

After you're done, select OK and the filtering process will start. The program will change their window caption to show the filtering progress as it goes. It could take from seconds to several minutes, depending on how large is the mod and on the speed of your computer.

When the filtering is finished the caption will return to normal and the message:

[Filtering done] Processed Records: 1215550 Elapsed Time: 00:13

will be printed on the message tab.

The point of filtering is to instruct the program to show only the things that we want to focus on, so, with that settings it will show only the records which are identical to the corresponding master record, i.e. records whose presence is not needed in the current mod, since they aren't changing anything useful. The mod only got them because the CS put them without the modder wanting to do so.

After the filtering process is done, the program will show the content shown (select the root of the tree and press the '*' which is located on the numeric keypad in order to expand all levels):

[here goes pic120]

As you can see in the image, the mod does in fact have some dirty records. They are shown colored in GREEN background and DARK GRAY text. Mainly they are landscape and some placed objects which got transferred to the mod since the CS though that they had been touched.

None of those records are needed, since they an exact copy of the same information is already present on Oblivion.esm.

In order to be sure, you can look at the record's content. The program shows that in the right pane:

[here goes pic130]

The picture shows the REFR record for a Nirnroot which is identical to the one on the master. Notice the change in text color to Dark Gray there too. But, in order to be sure about their 'equality' we can select 'Hide no conflict rows' from the popup context.

[here goes pic140]

And lo! nothing is shown, confirming the first suspicion that those records are, in fact, identical.

So, we can proceed with the cleaning.

Finally cleaning the mod

Again, we need to go to the filter window, so again, right clink on the left pane, and select Apply Filter but this time choose this configuration instead:

[here goes pic160]

Notice that all top level options must be unchecked, and only can be selected the one called 'Conflict status inherited by parent', after that choose OK again and the program will apply the filter (which now it takes only a few seconds, since the program has cached some of the information from the first filtering step done before) and when the filtering is finished, go to the left pane (the tree) and select the mod (in our case: ultimatehome.esp), right click on it and choose 'Remove "Identical to Master" records.'

[here goes pic170]

Then a warning popup will appear. Just wait a few seconds, the Yes button will be enabled, and you can click it:

[here goes pic180]

Don't hate it! That warning is meant to prevent you accidentally changing something in a mod you didn't want to touch.

Ok, we're approaching to the end of the process.

After you click "Yes, I’m absolutely sure" (because you do, right? Never lie to a program!), the removing process will be executed. After it finishes, you will notice that the modified mod turned to 'bold' as a signal that it has been modified.

And on the other side, on the message pane, a dump of what's being removed is printed:

[here goes pic210]

Removing: <RoxeyInnExterior03> [CELL:00005DC2] (in <Tamriel> [WRLD:0000003C] at 12,24)
Removing: [LAND:000076EC]
Removing: GRUP Cell Temporary Children of <RoxeyInnExterior02> [CELL:00005DC1] (in <Tamriel> [WRLD:0000003C] at 11,24)
Removing: [LAND:0000770C]
Removing: GRUP Cell Temporary Children of [CELL:00005DA1] (in <Tamriel> [WRLD:0000003C] at 10,25)
Removing: [CELL:00005DA1] (in <Tamriel> [WRLD:0000003C] at 10,25)
Removing: [CELL:00005D82] (in <Tamriel> [WRLD:0000003C] at 10,26)
Removing: [LAND:0000768F]
Removing: GRUP Cell Temporary Children of [CELL:00005E1E] (in <Tamriel> [WRLD:0000003C] at 11,21)
Removing: [CELL:00005E1E] (in <Tamriel> [WRLD:0000003C] at 11,21)
Removing: [LAND:00007692]
Removing: GRUP Cell Temporary Children of [CELL:00005E1B] (in <Tamriel> [WRLD:0000003C] at 8,21)
Removing: [CELL:00005E1B] (in <Tamriel> [WRLD:0000003C] at 8,21)
Removing: [LAND:000076D1]
Removing: GRUP Cell Temporary Children of [CELL:00005DDC] (in <Tamriel> [WRLD:0000003C] at 7,23)
Removing: [CELL:00005DDC] (in <Tamriel> [WRLD:0000003C] at 7,23)
Removing: GRUP Exterior Cell Sub-Block 2, 0
Removing: [REFR:0006D91F] (places <NirnrootPlant> "Nirnroot Plant" [FLOR:00066538] in GRUP Cell Persistent Children of [CELL:00023777] (in <Tamriel> [WRLD:0000003C] at 0,0))
[Removing "Identical to Master" records done]  Processed Records: 444 Removed Records: 18 Elapsed Time: 00:00

On the tree pane, to the left, the mod’s content shows the records modified in a bold fond: [here goes pic220].

As you can check for yourself, the records shown are the same that were shown when first filtering. Notice the removal of CELL and LAND records when they aren't needed anymore.

Saving the work

Ok, understand this point which is very important: the modified mod is yet unsaved and it will not be saved until you want to. If you change your mind now, you will be allowed to exit the program (just click on the top-right corner of the window as you would do normally,) and then answer to the window that appears:

[here goes pic230]

In that window, you can uncheck all the mods you want (in our case it’s just only one) to preserve them untouched and they won’t be modified at all.

On the other hand, you can call the save window yourself by pressing the key combination 'Ctrl+S' (the standard save shortcut), and if you want to save them, now you can leave the checks ticked.

At this point, notice the message tab:

Saving ultimatehouse.esp.save.2008_12_13_18_33_40
Done saving.

The program doesn't actually touch the original mod when saving, it always generates a new file. The name is chosen to allow a distinct file to be generated each save, and so the program does, for every change you do, you can save and you will get a distinct file and the previous one will be left untouched.

That way, in case something goes wrong (maybe you delete a group record forgetting that within it was some important edit,) then, as soon as you notice it, you can roll back to the previous save file, or open it as a new mod and copy the editions back. Thus, is important to stress this point: save often, and only do edits in chunks and save every one separately. In that way, you can go back to any point as you may wish.

Another thing to notice is that the original mod (ultimatehouse.esp) is left untouched until you exit the program:

[here goes pic240]

At which point the program will rename the old original file as a 'backup' file, and the new 'save' file as the original mod. (Notice the reduction in size? Those were the extra Landscape records now removed.)

When we’re done and after we exit the tool: [here goes pic250],

the roles reverted, so you now can play test it directly after closing the program.

Ok, that should be everything I can think of now.

Final words

Keep in mind that we're only scratching the surface of what can be done with this awesome tool.

The modding world is better thanks to generous individuals, like in this case is ElminsterEU who have put an enormous chunk of their personal spare time into the making of this wonderful program. All kudos should go to him. And if you are in position of doing so, don't forget to rate the download in TESNexus.

Links

Articles about the program

Related tutorials