|
#16
|
|||
|
|||
|
Thank you as well and its great to see you kicking again. If I may ask, why not just update zstd inside xtool and make another separate one?
Last edited by elit; 10-02-2019 at 14:11. |
| Sponsored Links |
|
#17
|
||||
|
||||
|
i've been collecting the side projects i sometimes tend to use them over Xtool
__________________
Ideas are bulletproof... |
|
#18
|
||||
|
||||
|
this was passed onto me by KaKtor it extracts it
but i have yet to successfully pack it back up http://forum.xentax.com/viewtopic.php?f=10&t=19304
__________________
Ideas are bulletproof... |
|
#19
|
||||
|
||||
|
Am not sure lol
Quote:
![]() So I decided start smaller projects to see how those fare in what I plan to do in future. Last edited by Razor12911; 10-02-2019 at 20:31. |
|
#20
|
|||
|
|||
|
Quote:
I suspect this have to do with object oriented languages once they grow in size, never had such problem with C projects and even reading others work (like before mentioned LZ4 or plzip which I forked to xnlz) was such a breeze. Yet I could never properly digest C++ code not only from others, but even my own - well organized. And I used to be really good at C++ once before(before I forgot most of that crap) including complete STL knowledge, all kind of tricks etc.. Really, just drop that crap called "delphi pascal" and try plain C instead . I am almost certain you will not regret it + you will gain speed as well and besides, most of your tools are command line without GUI anyway .
|
|
#21
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
ShivShubh (24-11-2019) | ||
|
#22
|
||||
|
||||
|
Thank you Razor, btw here it doesn't pump(pre-compress) the files of the folders: 920560, 920561, 920562, 920563, 920564, 920567, 920568, 920569, 920570. Is the normal ? Btw it works with re_chunk_000.pak (22.1GB).
|
|
#24
|
||||
|
||||
|
Edit: sorry you can delete this.
Last edited by L0v3craft; 24-02-2019 at 06:13. |
|
#25
|
||||
|
||||
|
I have try it on Resident Evil 7 won't work
![]() I know Re7 had zlib but i think something else also inthere like lzo, lz4 or zstd different header.. Maybe..
__________________
Keep Up The Good Works! |
|
#26
|
|||
|
|||
|
Devil May Cry 5
Thanks Razor ... Tool Works Fine ...
ZSTDREC Code:
FreeArc 0.67 (March 15 2014) creating archive: ZAZA.Data1zrec.bin Compressed 1 file, 33,451,416,458 => 49,631,422,519 bytes. Ratio 148.37% Compression time: cpu 95.28 sec/real 1752.97 sec = 5%. Speed 19.08 mB/s All OK Code:
FreeArc 0.67 (March 15 2014) creating archive: ZAZA.Data1xtool.bin Compressed 1 file, 33,451,416,458 => 34,951,267,935 bytes. Ratio 104.48% Compression time: cpu 94.34 sec/real 1402.57 sec = 7%. Speed 23.85 mB/s All OK |
| The Following User Says Thank You to ZAZA4EVER For This Useful Post: | ||
yasitha (08-03-2019) | ||
|
#27
|
||||
|
||||
|
Quote:
so game had both, like Re2 zlib+zstd.. Unfortunately i don't have The Game. Waiting for it to happen
__________________
Keep Up The Good Works! |
| The Following User Says Thank You to yasitha For This Useful Post: | ||
ZAZA4EVER (08-03-2019) | ||
|
#28
|
|||
|
|||
|
Thanks Razor!
BTW: im used taskkill for zstdrec.exe Code:
function IsProcessRunning(FileName: String): Boolean;
var
objSWbemLocator, objSWbemServices: Variant;
begin
try
objSWbemLocator:= CreateOleObject('WbemScripting.SWbemLocator');
except
ShowExceptionMessage;
Exit;
end;
objSWbemServices:= objSWbemLocator.ConnectServer();
objSWbemServices.Security_.ImpersonationLevel := 3;
Result := (objSWbemServices.ExecQuery('SELECT * FROM Win32_Process WHERE Name="' + FileName + '"').Count > 0);
end;
Code:
var
#ifdef zstdrec
ResC: Integer;
#endif
begin
------
#ifdef zstdrec
if IsProcessRunning('zstdrec.exe') then
Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM zstdrec.exe', '', SW_HIDE, ewWaitUntilTerminated, ResC);
#endif
end;
Last edited by observer23232; 04-05-2019 at 02:31. |
|
#29
|
|||
|
|||
|
Does zstdrec work with resident evil 3 remake ?
hmm , it does not expand for me !! Are game files encrypted ? Last edited by prince55; 04-04-2020 at 00:54. |
|
#30
|
||||
|
||||
|
you can check on my guide
on RE3
__________________
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: | ||
prince55 (06-04-2020) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Project Cars Digital Edition (3xDVD5) (srep+lzma) | GTX590 | PC Games - CD/DVD Conversions | 10 | 28-08-2017 08:34 |
| Project IGI Anthology 1xCD700 CIUV2 2039 | mausschieber | PC Games - CD/DVD Conversions | 0 | 24-07-2017 15:12 |
| Razor12911's Project Previews | Razor12911 | Conversion Tutorials | 114 | 20-04-2016 13:52 |
| Space Channel 5 Part 2 Translation Project | Christuserloeser | DC Games | 0 | 21-06-2004 18:16 |
| PROJECT I.G.I ????? how to copy PROJECT I.G.I???? | orion | PC Games | 14 | 04-02-2001 15:01 |