Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 10-02-2019, 14:05
elit elit is offline
Registered User
 
Join Date: Jun 2017
Location: sun
Posts: 265
Thanks: 190
Thanked 325 Times in 119 Posts
elit is on a distinguished road
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.
Reply With Quote
Sponsored Links
  #17  
Old 10-02-2019, 18:43
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 280 Times in 166 Posts
darkwolves is on a distinguished road
i've been collecting the side projects i sometimes tend to use them over Xtool
__________________
Ideas are bulletproof...
Reply With Quote
  #18  
Old 10-02-2019, 18:52
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 280 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
any ideas how to unpack game files and pack them again ??
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...
Reply With Quote
  #19  
Old 10-02-2019, 20:29
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by GTX590 View Post
Any chance that it works with Forza Horizon 4?
Am not sure lol

Quote:
Originally Posted by elit View Post
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?
because xtool is in a horrible state currently, a lot of months passed and I just decided to open the source recently and it didn't seem like I was the one who the WTF code it contains

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.
Reply With Quote
The Following 3 Users Say Thank You to Razor12911 For This Useful Post:
elit (11-02-2019), lila (13-02-2019), ShivShubh (11-02-2019)
  #20  
Old 11-02-2019, 05:19
elit elit is offline
Registered User
 
Join Date: Jun 2017
Location: sun
Posts: 265
Thanks: 190
Thanked 325 Times in 119 Posts
elit is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
because xtool is in a horrible state currently, a lot of months passed and I just decided to open the source recently and it didn't seem like I was the one who the WTF code it contains
I know this feeling. Coded my own "Total Commander" in Borland C++ years ago and later decided to revisit. My code is actually extremely clean and ordered(others who saw it said as well), yet I gave up as it would take too much effort/time to digest it again.

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 .
Reply With Quote
  #21  
Old 13-02-2019, 17:27
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by elit View Post
I know this feeling. Coded my own "Total Commander" in Borland C++ years ago and later decided to revisit. My code is actually extremely clean and ordered(others who saw it said as well), yet I gave up as it would take too much effort/time to digest it again.

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 .
I only code for fun bro or I should I say I used to as it is not fun anymore :/, so learning how to write in another language would simply mean I'm not doing it as a hobby but now taking a path towards something I do as a profession
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
ShivShubh (24-11-2019)
  #22  
Old 17-02-2019, 08:05
L0v3craft's Avatar
L0v3craft L0v3craft is offline
Registered User
 
Join Date: Dec 2015
Location: Rome
Posts: 96
Thanks: 421
Thanked 24 Times in 15 Posts
L0v3craft is on a distinguished road
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).
Reply With Quote
  #23  
Old 17-02-2019, 22:06
FitGirl FitGirl is offline
Registered User
 
Join Date: Dec 2014
Location: Riga
Posts: 209
Thanks: 21
Thanked 244 Times in 132 Posts
FitGirl is on a distinguished road
Quote:
Originally Posted by L0v3craft View Post
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).
DLC paks are compressed with deflate
Reply With Quote
The Following User Says Thank You to FitGirl For This Useful Post:
zirkhaki (26-02-2019)
  #24  
Old 23-02-2019, 11:13
L0v3craft's Avatar
L0v3craft L0v3craft is offline
Registered User
 
Join Date: Dec 2015
Location: Rome
Posts: 96
Thanks: 421
Thanked 24 Times in 15 Posts
L0v3craft is on a distinguished road
Edit: sorry you can delete this.

Last edited by L0v3craft; 24-02-2019 at 06:13.
Reply With Quote
  #25  
Old 05-03-2019, 08:11
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
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!
Reply With Quote
  #26  
Old 08-03-2019, 00:24
ZAZA4EVER ZAZA4EVER is offline
Registered User
 
Join Date: Oct 2016
Location: egypt
Posts: 179
Thanks: 615
Thanked 200 Times in 72 Posts
ZAZA4EVER is on a distinguished road
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
Xtool V0.9 Zlib

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
Reply With Quote
The Following User Says Thank You to ZAZA4EVER For This Useful Post:
yasitha (08-03-2019)
  #27  
Old 08-03-2019, 00:35
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
Quote:
Originally Posted by ZAZA4EVER View Post
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
Xtool V0.9 Zlib

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
Awesome!!! GOOD JOB

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!
Reply With Quote
The Following User Says Thank You to yasitha For This Useful Post:
ZAZA4EVER (08-03-2019)
  #28  
Old 04-05-2019, 02:16
observer23232 observer23232 is offline
Registered User
 
Join Date: Jul 2018
Location: Earth
Posts: 6
Thanks: 22
Thanked 11 Times in 3 Posts
observer23232 is on a distinguished road
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;
Cancel Button or ISDoneError
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.
Reply With Quote
  #29  
Old 03-04-2020, 19:50
prince55 prince55 is offline
Registered User
 
Join Date: Mar 2017
Location: Egypt
Posts: 39
Thanks: 67
Thanked 11 Times in 8 Posts
prince55 is on a distinguished road
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.
Reply With Quote
  #30  
Old 06-04-2020, 17:30
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
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.
Reply With Quote
The Following User Says Thank You to panker1992 For This Useful Post:
prince55 (06-04-2020)
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 16:48.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com