
04-01-2021, 01:46
|
|
Banned
|
|
Join Date: Dec 2020
Location: india
Posts: 16
Thanks: 18
Thanked 8 Times in 5 Posts
|
|
Quote:
Originally Posted by Ele
If you still need the support, I can help you with something.
ok, Let me show you how this script works with xtool 2020 (zlib), srep, lolz and diskspan.
Use my example ( Compressor + Script) to understand something. You can also use the custom compressor I have attached if you like (I personally like to use the "batch" file).
now it's your turn. Compress something and try to extract it from this script.
my batch file is
Code:
@echo off
bin\arc a -lc8 -ep1 -i2 -ed -r -hpbfrepack69 -w.\temp Output\data-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack\*"
pause
exit
@everyone,
There's a change you need to make in compiler.ini. The " Password" key should be under the " Archives" section.
Code:
before
[Datas]
Password=bfrepack69
Data1=data-1.bf
;Data2=data2.cpi
;Data3=data3.cpi
;Data4=data4.cpi
; Data5, Data6 ...
;---------------------------------->
now
[Archives]
Password=bfrepack69
[Datas]
Data1=data-1.bf
;Data2=data2.cpi
;Data3=data3.cpi
;Data4=data4.cpi
; Data5, Data6 ...
;---------------------------------->
|
Thanks It workedddd
For me also
|