View Single Post
  #122  
Old 04-01-2021, 01:46
pralin pralin is offline
Banned
 
Join Date: Dec 2020
Location: india
Posts: 16
Thanks: 18
Thanked 8 Times in 5 Posts
pralin is on a distinguished road
Quote:
Originally Posted by Ele View Post
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
Reply With Quote
The Following 4 Users Say Thank You to pralin For This Useful Post:
Ele (04-01-2021), Epic Titan 69 (04-01-2021), ramydarkness (20-03-2022), yasserdivar (10-10-2021)