#646
|
||||
|
||||
I am working at the moment making masks v3 + 3 ways compression with Inno support.
Method 1 With that said, Inno setup has isdone.dll which has these parameters, "" if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Setup-1.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; "" the second 0 is the progress bar, if you leave it to 0 the setup will create a records.inf which you can then use to smoothen out your progress bar. Method 2 if you have 3 Freearc files however and you want to manually put a progress bar here is how if not ISArcExtract ( 0, 30, ExpandConstant('{src}\data1.bin'), ExpandConstant('{app}'), '', false, 'yourpassword', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not ISArcExtract ( 0, 30, ExpandConstant('{src}\data2.bin'), ExpandConstant('{app}'), '', false, 'yourpassword', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not ISArcExtract ( 0, 40, ExpandConstant('{src}\data3.bin'), ExpandConstant('{app}'), '', false, 'yourpassword', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; the sum of all second column must be 100!!!! I officially MOVE here: https://fileforums.com/showthread.php?t=102689 This is no longer a valid space to talk about Masks ![]()
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. Last edited by panker1992; 18-03-2019 at 23:25. |
The Following User Says Thank You to panker1992 For This Useful Post: | ||
oltjon (27-04-2019) |
Sponsored Links |
#647
|
|||
|
|||
TTimer error
I get this error:
Compiler error Line 379 Column 8: Unknown type 'TTimer' Pls help |
#648
|
||||
|
||||
Quote:
![]()
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
#649
|
||||
|
||||
Coding Style
Quote:
![]() Code:
function FreearcExtract(PercentToFinish: double; Source, Output, Password: string): Boolean; begin Result:= ISArcExtract(0, PercentToFinish, ExpandConstant(Source), ExpandConstant(Output), '', false, Password, ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False); end; Code:
if not FreearcExtract(30, '{src}\Data1.bin', '{app}', 'yourPassword') then break;
__________________
EDM Producer. Last edited by Carldric Clement; 06-06-2019 at 05:48. |
#650
|
||||
|
||||
![]()
When I tried Compressing A Game I Got This Error.
How To Fix It? Please Help |
#651
|
||||
|
||||
Ram related or you didnt define dictionary.
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
The Following User Says Thank You to panker1992 For This Useful Post: | ||
NickX700K (06-06-2019) |
#652
|
||||
|
||||
both is okay.
And I don't think its about windows. my windows is win 7 x64 Last edited by NickX700K; 09-06-2019 at 03:24. |
#653
|
|||
|
|||
#654
|
|||
|
|||
how to split archive into parts?
|
#655
|
|||
|
|||
Hi !
I know its funny ,but this is the first time i try to use masked compression. And i run into the following problem : In ARC.GROUPS i defined the followings : $bink *.bik *.bk2 $bin *.exe *.dll $audio *.wav $misc *.asset *.dat My chain : -mzstd/$bink=bpk/$bin=razor:8m/$misc=srep+lolz:d256m:mt2/$audio=tak AFAIK it means zstd used to compress those files are not defined in ARC.GROUPS. But in my case zsdt is NOT USED on remaining files,instead compressed using TAK! (those files are renamed BINK movies) what is the problem ? I dont understand.... Any help will be appreciated! Thanks in advance! ATM im away from my rig.... |
#656
|
|||
|
|||
No idea?!
|
#657
|
||||
|
||||
Try with $Default on beginning of arc.groups
Btw, what game? Maybe I can test too.
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
shazzla (05-06-2020) |
#658
|
|||
|
|||
![]()
Im far away from my rig. For days.
Btw its mixed dataset. Thanks for your tip,i will try ASAP. If it doesnt work ,im pretty sure i will be back! ![]() @KaktoR : Adding $default to the first line of groups-file looks like solved the problem ! Thank you very much ! Last edited by shazzla; 16-06-2020 at 04:36. |
#659
|
|||
|
|||
please help me to fix isdone.dll error while unpacking the repack
|
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Best Compression Format | DRAGoN.X | Chit Chat | 11 | 07-09-2017 23:13 |
Dragon Age: Origins Ultimate Edition 3xDVD5 [CIU 2.0.2] | NamelessOne | PC Games - CD/DVD Conversions | 16 | 03-03-2017 11:38 |
compression -msrep+rep+delta+nzip | Danik1B9 | Conversion Tutorials | 11 | 21-12-2014 08:13 |
Borderlands 2: Ultimate Vault Hunter Edition - 3xDVD5 [ALL DLCs + CIU V2] | REV0 | PC Games - CD/DVD Conversions | 7 | 06-07-2013 03:14 |
Fallout New Vegas Ultimate Edition 3xDVD9 to 2xDVD5 1LANGUAGE | senseman | PC Games - CD/DVD Conversions | 29 | 04-06-2013 10:36 |