The dump command in tes3cmd - Morrowind Modding Tutorial

Опубликовано: 11 Июль 2026
на канале: Endify
200
7

I go over the basic functions of the dump command in tes3cmd. I'm exporting DIAL and INFO, however you can use the command for most things similarly.

When exporting, dialogue needs both DIAL and INFO.
When exporting, interior cells need both CELL and PGRD (If there is one). Exterior cells need CELL, LAND, PGRD and all LTEX.


0:00 - Dumping into a text document
1:03 -Exporting into a new plugin


For dumping into .txt use : tes3cmd dump --type DIAL --type INFO ModName.esp (angled bracket pointing right) DocumentName.txt

For exporting into a new plugin use: tes3cmd dump --type DIAL --type INFO --raw-with-header "NewPlugin.esp" OldPlugin.esp

tes3cmd by john-moonsugar (latest version - prealpha): https://github.com/john-moonsugar/tes...

tes3cmd documentation on the dump command: https://github.com/john-moonsugar/tes...

Great article about this on the PT Wiki: https://wiki.project-tamriel.com/wiki...