|
#226
|
|||
|
|||
|
Quote:
|
| Sponsored Links |
|
#227
|
||||
|
||||
|
Greet Masked Compression v 2.1
many bugs fixes and new updates and optimizations pacckjpg.exe, zstd also i rewrote the front page, people should read that first before posting @Amsal personally i try to help everyone, but i cannot optimize every inno that i receive i simply dont have soooo much time do that can you help your friend razaman with his work ?? he needs to optimize the script
__________________
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: | ||
Lucas65 (18-01-2016) | ||
|
#228
|
|||
|
|||
|
Quote:
|
| The Following 2 Users Say Thank You to Amsal For This Useful Post: | ||
1234567890123 (18-01-2016), romulus_ut3 (18-01-2016) | ||
|
#229
|
||||
|
||||
|
aaa yes
i forgot to change that give me 2 minutes ![]() its ok now , ram optimals are working again
__________________
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-01-2016 at 03:35. |
| The Following 3 Users Say Thank You to panker1992 For This Useful Post: | ||
|
#230
|
|||
|
|||
|
Now bro, can you tell me which method is best for repacking
|
| The Following User Says Thank You to Amsal For This Useful Post: | ||
1234567890123 (18-01-2016) | ||
|
#231
|
||||
|
||||
|
strong or ultra
![]() refl8 and devastate are both BETA do not attempt to use for generic usage just yet ![]() i have 2 methods for fast optimal and 2 ultra ones and 2 BETA refl8 and devastate are not for public yet
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
| The Following 2 Users Say Thank You to panker1992 For This Useful Post: | ||
1234567890123 (18-01-2016), Amsal (18-01-2016) | ||
|
#232
|
|||
|
|||
|
And bro, when you have time, tell me please which is the best compression algo for the Mortal Kombat X with update 20
|
|
#233
|
||||
|
||||
|
Quote:
|
|
#234
|
||||
|
||||
|
Tutorial cls-.dll c++ knowledge needed
Razor bro,
here you are this is a cls-test.dll its included inside freearc, for cls.dll tutorial i am sending you also precomp 0.45 code along with a exe file can you help with cls-precomp.dll cls-precomp.dll can be in delphi ~~~~~ because you speak delphi
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
|
#235
|
|||
|
|||
|
No love for 4G ram users?
|
| The Following User Says Thank You to romulus_ut3 For This Useful Post: | ||
1234567890123 (19-01-2016) | ||
|
#236
|
||||
|
||||
|
your pc will die :P but you can change the parameters in arc.ini nanozip there a memory limiter where is says memory instead of 2g replace with 1g xz and lz77 use memory = d100 for lz77 and memory = d50 for xz and prey it works :P lzt will never work so dont even bother :P
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
|
#237
|
||||
|
||||
|
Panker, you do realize that cls isn't the only way to make precomp show progress during installation. If cls is a problem or is a difficult approach , why not make use handle streams for decompression?
The arc.ini will look like this precomp -r -o- - <stdin> <stdout>. |
|
#238
|
||||
|
||||
|
it's the first time i hear handle streams for decompression :/
precomp -r -o- - <stdin> <stdout> this command never worked, precomp doesnt support it took an error
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
|
#239
|
||||
|
||||
|
You have to edit the source and make it possible. That cls thing is very complicated even for me,
I don't know about CPP but on delphi, there is a type of stream that works with handles. You just detect a certain type of handle, which is simple, just detect stdin and stdout. You don't have to worry of how to exchangd data between freearc and precomp, with handles all you have to do is read using the stdin handle stream thenfrom there you let precomp handle the data then you send the output back to freearc, simple as that, progress will move automatically. The only tip I can give you is to never write anything on cmd window because that is also regarded as stdout data. Here is a simple example but in delphi var hs1, hs2: THandleStream; begin hs1:= Thandlestream.create(GetStdHandle(STD_INPUT_HANDLE )) ; hs2:= THandleStream.create(GetStdHandle(STD_OUTPUT_HANDL E)); hs1.read.... or use copyfrom to get data directly from freearc <stdin> //precomp should process the data here... hs2.write or hs2.copyfrom to send the processed/unpacked data back to freearc //this moves the progress bar. If I knew the header structure of precomp, I could make precomp that uses stdin and stdout for unpacking to show progress. |
| The Following 2 Users Say Thank You to Razor12911 For This Useful Post: | ||
panker1992 (19-01-2016), RamiroCruzo (19-01-2016) | ||
|
#240
|
||||
|
||||
|
this post will get me somewhere
i am at the university at the moment giving advance economic exams :Pdamn i will get to this after i finish my studies here because it seems very interesting thanks razor at the moment i want to do this and edit precomp source to make it use stdin name for tempfiles so it can be used parallel for example for *.zip || ppx2 -P %Number_of_Processors% precomp intense0 -cn -zl98 -d1 file.pcf will be able to not conflict between multiusage
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
![]() |
|
|
Similar Threads
|
||||
| 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 |