
Re: Export NPC Stats from an ESM?
You want to copy them into an ESP?Open the ESM in TES4Edit, find the NPC/Creature record, right-click the record, and choose Copy as Override Into... Now tick the box next to <new file> and click OK. Type a name for your new ESP (don't include .esp in the name) and when asked about adding Masters to the new file, click Yes. Save the ESP and you're done.
You want to copy them into Notepad?Download
TES4Dump and place the EXE in the Data folder. Open a DOS Command Prompt, navigate to the Data folder, and type:
Quote:
tes4dump [ESPName] > Text.txt
replacing [ESPName] with the actual ESM or ESP (if there are spaces in the filename, include " marks on each side) and replacing Text.txt with whatever you want to call the text file produced.
So...
tes4dump CyrodiilUpgradeResourcePack.esm > Text.txt
Now scroll through the text file until you find the records you actually wanted, and copy them.