Update
What's new:- Bringing back "{compressor}".
- Added support for "{compressor}" as before.
* cls-mtx supports two methods.
Code:
1: The simple way
[External compressor:precomp, mtxprecomp, mtx_precomp]
header = 0
packcmd = "Res\Precomp\precomp.exe" -cn -intense0 -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = "Res\Precomp\precomp.exe" -r -o$$arcdatafile$$.tmp $$arcpackedfile$$.tmp
Code:
2: Alternative method
[External compressor:precomp, mtxprecomp, mtx_precomp]
header = 0
packcmd = "Res\Precomp\{compressor}" -cn -intense0 -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = "Res\Precomp\{compressor}" -r -o$$arcdatafile$$.tmp $$arcpackedfile$$.tmp
and the exe name must be "precomp.exe" (similar to the first one in section names.)