View Single Post
  #128  
Old 04-01-2021, 09:33
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
What i want is that for eg
I want to compress Among Us (400mb approx)
And I want to make 3 to 4 bin or bf packs 100 mb each with that xtool+lolz+srep.....etc etc method
What should i do in that case?
DiskSpan is not an essential tool. So you can drop it.Now try the normal method as below (no DiskSpan).

Code:
bin\arc.exe a .... Output\data1.bf -m=xtool+srep+lolz "Pack1\*"
bin\arc.exe a .... Output\data2.bf -m=xtool+srep+lolz "Pack2\*"
bin\arc.exe a .... Output\data3.bf -m=xtool+srep+lolz "Pack3\*"
And Compiler.ini
Code:
[Datas]
Data1=data1.bf
Data2=data2.bf
Data3=data3.bf
Reply With Quote
The Following User Says Thank You to Ele For This Useful Post:
Epic Titan 69 (04-01-2021)