Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2011-12-20 | 1.1 kB | |
mcwutil-1.0.tbz2 | 2011-12-20 | 18.4 kB | |
Totals: 2 Items | 19.5 kB | 0 |
mcwutil-1.0 Release Notes
The following tools are included in this release:
region-unpack
- unpacks the chunks from a region fileregion-pack
- packs chunks into a region filezlib-decompress
- decompresses a ZLIB-format filezlib-compress
- compresses a ZLIB-format filenbt-to-xml
- converts an NBT file to an equivalent XML filenbt-from-xml
- converts an NBT-equivalent XML file to an NBT filenbt-patch-barray
- replaces specific byte values in NBT byte arrays with other values
To successfully compile the code, you will need the following packages installed:
- glibmm
- libxml++
- zlib
There are also example scripts in the scripts
directory.
The roundtrip-test-regions
script is written in Bash and needs only md5sum
to work.
This script can be used as a self-test of the NBT-to-XML-to-NBT conversion routines.
The other scripts are written in Python and also require xmlstarlet
.
These scripts are probably more useful as examples of how mcwutil
can be used than for direct application.