it's possible that rename "mtx" to another file name.
ex:
- cls-mtx.dll --> cls-rzx.dll
- cls-mtx.dll --> cls-precompx.dll
file renaming must have both compression and decompression. and
Pack.bat should be changed as follows.
ex:
Code:
arc.exe a -ep1 -r -ed -s; -w.\temp -m=mtx:c64m:t4:precomp+srep _Packed0\Data1.bf "Pack1\*"
change to
arc.exe a -ep1 -r -ed -s; -w.\temp -m=precompx:c64m:t4:precomp+srep _Packed0\Data1.bf "Pack1\*"
Code:
arc.exe a -ep1 -r -ed -s; -w.\temp -m=mtx:c64m:t4:rz _Packed0\Data1.bf "Pack1\*"
change to
arc.exe a -ep1 -r -ed -s; -w.\temp -m=rzx:c64m:t4:rz _Packed0\Data1.bf "Pack1\*"