Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mcwutil-1.1.tbz2 | 2012-06-03 | 18.9 kB | |
README.md | 2012-06-03 | 1.2 kB | |
Totals: 2 Items | 20.1 kB | 0 |
mcwutil-1.1 Release Notes
This release adds support for the new Anvil format by processing integer array tags in NBT files.
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.