View Single Post
  #11  
Old 03-01-2021, 07:54
Ele's Avatar
Ele Ele is offline
Registered User
 
Join Date: Nov 2020
Location: Near Mars
Posts: 93
Thanks: 89
Thanked 96 Times in 37 Posts
Ele is on a distinguished road
Quote:
Originally Posted by Epic Titan 69 View Post
Listen now am using ultra arc
But what I only want is that this compressor to be compatible with lolz compression option of ultra arc

Can u help me?
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 ...
;---------------------------------->
Attached Images
File Type: png MiniShotInstalling.png (446.4 KB, 191 views)
File Type: png MiniShot.png (118.1 KB, 196 views)
Attached Files
File Type: rar Full Example.rar (28.10 MB, 358 views)

Last edited by Ele; 03-01-2021 at 08:08.
Reply With Quote
The Following 5 Users Say Thank You to Ele For This Useful Post:
Epic Titan 69 (04-01-2021), Gehrman (05-01-2021), pralin (04-01-2021), ramydarkness (20-03-2022), yasserdivar (10-10-2021)