- 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.bin
unpacker/repackerpe
: Package unpacker/repackerdarctool
: DARC unpacker/repackerpng2bclim
:bclim
converterpng2texi
:texi
converter
- Run
./ie unpack
to unpack the contents ofimg.bin
intoimg_data
- Run
./pe img_data/XXXX unpack
, whereXXXX
is the filename - The contents will be unpacked into
img_data/XXXX_data
- Run
opt/bin/darctool --extract XXXX YYYY
, whereXXXX
is the filename andYYYY
is the directory to unpack into
- Run
opt/bin/png2bclim XXXX
whereXXXX
is thebclim
file
- Run
opt/bin/png2bclim XXXX
whereXXXX
is thepng
file - 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
bclim
is the correct size!
- Run
opt/bin/darctool --build XXXX YYYY
, whereXXXX
is the filename andYYYY
is the directory you unpacked into - Make sure to delete any temporary files you created in
YYYY
, asdarctool
will repack everything it sees!
- Run
./pe img_data/XXXX repack
, whereXXXX
is 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/XXXX
file) - WARNING: The packer currently CAN NOT repack packages with
smes
files
- Run
./ie repack
- The packer will find any modified files and use them (Ex:
img_data/new_0001
)