- Download and install Python 3. Make sure to check the "Add to PATH" option!
- Open up Command Prompt and run
pip install pyyaml
ie:img.binunpacker/repackerpe: Package unpacker/repackerdarctool: DARC unpacker/repackerpng2bclim:bclimconverterpng2texi:texiconverter
- Run
./ie unpackto unpack the contents ofimg.binintoimg_data
- Run
./pe img_data/XXXX unpack, whereXXXXis the filename - The contents will be unpacked into
img_data/XXXX_data
- Run
opt/bin/darctool --extract XXXX YYYY, whereXXXXis the filename andYYYYis the directory to unpack into
- Run
opt/bin/png2bclim XXXXwhereXXXXis thebclimfile
- Run
opt/bin/png2bclim XXXXwhereXXXXis thepngfile - NOTE: The converter will save the new file with a name ending in
X.bclim. Overwrite the original file if the file looks good - WARNING: Some files currently CAN NOT BE converted. Check that the new
bclimis the correct size!
- Run
opt/bin/darctool --build XXXX YYYY, whereXXXXis the filename andYYYYis the directory you unpacked into - Make sure to delete any temporary files you created in
YYYY, asdarctoolwill repack everything it sees!
- Run
./pe img_data/XXXX repack, whereXXXXis the filename - The repacked file will be saved as
img_data/new_XXXX(This is automatically detected byie. There's no need to replace the originalimg_data/XXXXfile) - WARNING: The packer currently CAN NOT repack packages with
smesfiles
- Run
./ie repack - The packer will find any modified files and use them (Ex:
img_data/new_0001)