View Single Post
  #123  
Old 04-01-2021, 03:00
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 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 Man that worked but what does 300mb means??
Moreover am facing an issue
can u do a video on how to compress.......... PLZZZZ

Last edited by Epic Titan 69; 04-01-2021 at 03:03. Reason: Asking for how to video
Reply With Quote