PDA

View Full Version : ultraarc editing help?


Kitsune1982
12-06-2018, 02:26
hi all, simorq if you are reading this, can you tell me how to add extra checkboxes to ultraarc with reshack so i can add new compressor options to it? kaktor told me i should ask you about it as you have done it before. let me know what i need to do.

-Kitsune

Simorq
13-06-2018, 18:03
important points
Always be the first BPK then other methods

bpk+xprecomp+srep+lzma True
xprecomp+bpk+srep+lzma False

[External compressor:bpk]
header = 0
;packcmd = _CLS\FAZip -i0 compress:bpk_c InFile - <stdout>
;packcmd = _CLS\FAZip -i0 compress:bpk_c <stdin> <stdout>
packcmd = _CLS\FAZip -i0 compress:bpk_c <stdin> - OutFile
unpackcmd = _CLS\FAZip -i0 decompress:bpk <stdin> <stdout>
datafile = InFile
packedfile = OutFile


You can use the <stdin> <stdout> mode in Srep without problems.:D

[External compressor:srep]
header = 0
default = -m3f -a0/0
packcmd = _CLS\SuperREP -a0/0 -s125gb {options} - - <stdin> <stdout>
;packcmd = _CLS\SuperREP {options} Input - <stdout>
;packcmd = _CLS\SuperREP {options} Input Output
unpackcmd = _CLS\FAZip -i0 decompress:srep <stdin> <stdout>
datafile = Input
packedfile = Output


Using MSC with pZlib and Lolz methods may cause a negative Ratio.:confused:

Andu21
15-06-2018, 04:56
Simorq, why fazip with bpk?