|
|
|
#1
|
||||
|
||||
|
i applied full masked method: "/$text=ppmd/$jpeg=paq8pxd/$exe=exe2"
The result: Code:
G:\Delphi\Projets\Arc GUI\Arc GUI 0.9.8.7\Win32\Release\working_dir>arc a --logfile=C:\Temp\freearc.log -ma9 -ds -lc1024 -ld1024 -di -i1 -ep1 -ed -r -s -wE:\ArcGUI\Temp E:\ArcGUI\Output\Data.bin.001 -mdiskspan:10mb:10mb/$text=ppmd/$jpeg=paq8pxd/$exe=exe2 C:\Users\Arnaud\Desktop\Data FreeArc 0.67 (March 15 2014) Creating archive: E:\ArcGUI\Output\Data.bin.001 using diskspan:10mb:10mb, $text => ppmd:10:48mb, $jpeg => paq8pxd, $exe => dispack070 Memory for compression 450mb, decompression 450mb, cache 16mb Compressed 3 files, 39,415,777 => 10,485,792 bytes. Ratio 26.60% Compression time: cpu 0.03 sec/real 0.24 sec = 13%. Speed 164.91 mB/s All OK Code:
function SetDiskspanValuePosition(const sMethodValue, sDiskspanValue: string): string;
var
i: integer;
begin
if Length(sDiskspanValue) > 0 then
begin
i:=Pos('/$', sMethodValue);
if i > 0 then
begin
Result:=sMethodValue;
Insert(Copy(sDiskspanValue, 2, Length(sDiskspanValue)), Result, i);
end else
Result:=sMethodValue+sDiskspanValue;
end else
Result:=sMethodValue;
end;
Code:
ShowMessage('-m'+SetDiskspanValuePosition('/$text=ppmd/$jpeg=paq8pxd/$exe=exe2', '+diskspan:4460mb:4470mb'));
__________________
Practice makes perfect. Last edited by JRD!; 04-01-2018 at 23:55. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
Has this project been canceled? |
|
#3
|
||||
|
||||
|
Hi Simorq,
This is an example for those who want to implement cls-diskspan.dll in their program. This places the diskspan value before the part of the method that contains the groups. About cls-diskspan: The implementation in ArcGUI allows division into multiple DVDs or a custom size. The first volume size of the next archive is calculated by the size of the last previous volume, which greatly simplifies its use. If an error occurs during compression, it will retrieve information from the previous archive. About ArcGUI: I'm going to post version 1.15.1, it includes an automated compression method function that is based on the default values assigned to extension groups. With a simple click, you designate a default compression method for files whose extension is not part of the groups, it allows to apply the masks when it is necessary.
__________________
Practice makes perfect. Last edited by JRD!; 11-02-2019 at 13:53. |
|
#4
|
||||
|
||||
|
Updated
I must write for a long time a help file.... Some quick info; For favorite programs in the modules folder, add "module." in the name of the program to launch, the name of the menu "Modules -> External -> XXX" corresponds to the name of the folder in which your favorite program is located; for the repack project creation this is in development, used "Restore Game Structure" fonction from main menu to restore the structure after the loading of a project.
__________________
Practice makes perfect. |
| The Following 4 Users Say Thank You to JRD! For This Useful Post: | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vista beta 2 blocking Starforce | ronandex | CD/DVD Copy Protections & Utilities | 4 | 31-05-2006 02:37 |
| Neverwinter Nights v1.66.8071 (Beta) | doomerdgr8 | PC Games | 1 | 28-05-2005 10:18 |
| Copying Socom2 Beta Is It Possible | dblue | PS2 Games | 6 | 14-10-2003 19:14 |
| OT: Opinion and BETA testers neded for my upcomming products! | krondike | PC Games | 3 | 06-10-2003 08:29 |
| PAL Patcher 0.93 Beta | Megalexxx | DC Games | 18 | 03-01-2003 09:23 |