2010-02-19 08:12:49 +00:00
|
|
|
package "esmtool"
|
|
|
|
version "1.0"
|
|
|
|
purpose "Inspect and extract from Morrowind ES files (ESM, ESP, ESS)"
|
|
|
|
args "--unamed-opts=ES-FILE -F esmtool_cmd -G"
|
|
|
|
|
|
|
|
option "raw" r "Show an unformattet list of all records and subrecords" optional
|
2010-02-28 08:18:48 +00:00
|
|
|
option "quiet" q "Supress all record information. Useful for speed tests." optional
|
2010-03-04 14:42:59 +00:00
|
|
|
option "loadcells" C "Browse through contents of all cells." optional
|
2010-02-19 08:12:49 +00:00
|
|
|
|
2010-03-04 14:42:59 +00:00
|
|
|
text "\nIf no option is given, the default action is to parse all records in the archive and display diagnostic information."
|