#121
|
||||
|
||||
Quote:
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 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 ... ;----------------------------------> Last edited by Ele; 03-01-2021 at 08:08. |
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) |
Sponsored Links |
#122
|
|||
|
|||
Quote:
For me also |
The Following 4 Users Say Thank You to pralin For This Useful Post: | ||
#123
|
|||
|
|||
Quote:
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 |
#124
|
|||
|
|||
Quote:
Is there any option of threshold percentage like in Ultra arc?? As if i want to convert whole folder in 3 to 4 .bf packs is there any option for that I am asking this because i had to seperate files to repack them Which is very hectic work......... Last edited by Epic Titan 69; 04-01-2021 at 03:13. |
#125
|
|||
|
|||
Quote:
I mean 3 to 4 topics........ If u can help reply yes........ |
#126
|
||||
|
||||
Quote:
Razor12911's DiskSpan is the replacement for UltraARC. It allows to split Freearc archives into parts. For more info, click here Example: Assume the compressed archive is 756mb "dataOne.bf". When you use "diskspan: 300mb" it splits "dataOne.bf" into three parts: Code:
"dataOne-1.bf" (300mb) "dataOne-2.bf" (300mb) "dataOne-3.bf" (156mb) <= Total is 756MB Code:
bin\arc.exe a .... Output\dataOne-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack\*" Code:
[Datas] Data1=dataOne-1.bf ;Data2=data2.bf ;Data3=data3.cpi ;Data4=data4.cpi ; Data5, Data6 ... let's move on to the next case. If you've separated the game files, assume that you have put that separated files in three folders (Pack1, Pack2 and Pack3). Archive is now "dataOne.bf", "dataTwo.bf" and "dataThree.bf" respectively. Now you need to use "diskspan" in these three archives. How can you do that? Use the following three command lines. Code:
bin\arc.exe a .... Output\dataOne-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack1\*" bin\arc.exe a .... Output\dataTwo-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack2\*" bin\arc.exe a .... Output\dataThree-1.bf -m=xtool+srep+lolz+diskspan:300mb "Pack3\*" Now, the "Compiler.ini" is Code:
[Datas] Data1=dataOne-1.bf Data2=dataTwo-1.bf Data3=dataThree-1.bf ;Data4=data4.cpi ; Data5, Data6 ... ------------------------------------------------------------------------------------- If you're interested in the "MiniShot compressor", I also found an alpha update. I will attach it below. |
The Following User Says Thank You to Ele For This Useful Post: | ||
Epic Titan 69 (04-01-2021) |
#127
|
|||
|
|||
Quote:
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? |
#128
|
||||
|
||||
Quote:
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\*" Code:
[Datas] Data1=data1.bf Data2=data2.bf Data3=data3.bf |
The Following User Says Thank You to Ele For This Useful Post: | ||
Epic Titan 69 (04-01-2021) |
#129
|
|||
|
|||
Quote:
But again For this i have to divide the game manually in different folders is there any otherway of doing so i mean choosing the whole folder and the compressor itself divides the games in different parts............. Last edited by Epic Titan 69; 04-01-2021 at 10:27. |
#130
|
||||
|
||||
Quote:
Example for Code:
for *.exe, *dll <= razor_mtx for *.pak <= zlib+srep+lolz etc. |
The Following User Says Thank You to Ele For This Useful Post: | ||
Epic Titan 69 (04-01-2021) |
#131
|
|||
|
|||
Quote:
Am little bit confused!! |
#132
|
|||
|
|||
Quote:
srep+lzma+lolz Plz i only need this method support in this script |
#133
|
||||
|
||||
Quote:
It must be srep+lzma or srep+lolz My example supports both srep+lzma and srep+lolz Code:
bin\arc.exe .... Output\data1.bf -m=srep+lzma "Pack\*" or bin\arc.exe .... Output\data1.bf -m=srep+lolz "Pack\*" |
The Following User Says Thank You to Ele For This Useful Post: | ||
Epic Titan 69 (04-01-2021) |
#134
|
|||
|
|||
Quote:
|
#135
|
|||
|
|||
How to change colour in this
https://fileforums.com/showthread.php?t=102774 Plus can u provide Srep+lzma or srep+lolz supports to this also...... |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[CIUv3] Custom Installer Ultimate v3 | KaktoR | Conversion Tutorials | 844 | 13-06-2022 14:25 |
Anno 1701 won't load, just get a blue screen! | Shadow22 | General Gaming | 5 | 28-08-2012 12:52 |
CPU jumps up to 100% now, not before | dav6 | Software | 11 | 24-05-2008 03:33 |
Elder Scrolls IV: Oblivion. WTF FOR ME. | SansMercy | General Gaming | 5 | 07-04-2007 23:05 |
weird error.... | sheykh | PC Games | 5 | 07-05-2006 20:23 |