Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24-02-2018, 06:13
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
Have you changed decompress arc.ini too?
__________________
Haters gonna hate
Reply With Quote
Sponsored Links
  #2  
Old 25-02-2018, 00:31
vollachr's Avatar
vollachr vollachr is offline
Conversions & UCC Creator
 
Join Date: Sep 2009
Location: Israel
Posts: 247
Thanks: 58
Thanked 536 Times in 186 Posts
vollachr is on a distinguished road
Quote:
Originally Posted by doofoo24 View Post
did you add hif2raw_dll.dll & raw2hif_dll.dll to ztool ?
game like crysis 1 need hif2raw_dll.dll & raw2hif_dll.dll, setting r9
I'm compressing Assetto Corsa, Not Crysis, but yes, these dll files are in the same folder as ztool

Quote:
Originally Posted by KaktoR View Post
Have you changed decompress arc.ini too?
My CIUv2 arc.ini for pZLib3:

Code:
[External compressor:pzlib3,pZLib3,pZLib32,pzlib32,pZlib32,pzLib32,pZLib64,pzlib64,pZlib64,pzLib64]
header = 0
unpackcmd = pZLib d {options} -t100p - -o - <stdin> <stdout>
and my current compression arc.ini for pZLib3:

Code:
[External compressor:pZLib3]
header = 0
packcmd = pZLib e {options} -m2 -t25p -c128m - -o - $$arcdatafile$$.tmp -o - $$arcpackedfile$$.tmp 
;packcmd = pZLib e {options} -t100p - -o - $$arcdatafile$$.tmp -o - <stdout> 
unpackcmd = pZLib d {options} -t75p - -o - <stdin> <stdout>
UPDATE:

OK, as for the time of the original compression that gave me the CRC error the compression arc.ini was this:

Code:
[External compressor:pZLib3]
header = 0
packcmd = pZLib e {options} -m2 -t25p -c128m - -o - $$arcdatafile$$.tmp -o - <stdout> 
;packcmd = pZLib e {options} -t100p - -o - $$arcdatafile$$.tmp -o - <stdout> 
unpackcmd = pZLib d {options} -t75p - -o - <stdin> <stdout>
I have now changed the pzlib3 arc.ini entry for CIUv205g to be this:

Code:
[External compressor:pzlib3,pZLib3,pZLib32,pzlib32,pZlib32,pzLib32,pZLib64,pzlib64,pZlib64,pzLib64]
header = 0
;unpackcmd = pZLib d {options} -t100p - -o - <stdin> <stdout>
unpackcmd = pZLib d {options} -t25p - -o - $$arcdatafile$$.tmp <stdout>
So far, 4 minutes into setup & no CRC Checksum error, it was practically immediate before.

The only issue now is that the elapsed time keeps progressing while the time remaining stays 0 and the progress bar stays at 0.0% .

But I'll give it some time, could be because of the extreme compression ratio (40GB game to 3.80GB archive)

UPDATE 2:

Around 10 minutes in, I got the following ISDone error:

Quote:
An error occurred when unpacking!
Unarc.dll returned an error code: -1
ERROR: archive data corrupted (decompression fails)
__________________

Ultimate Conversion Compressor Creator (Discontinued/Abandoned)
My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister
Microsoft Certified Professional
Retired Conversion Creator

Last edited by vollachr; 25-02-2018 at 01:35.
Reply With Quote
  #3  
Old 25-02-2018, 01:34
doofoo24 doofoo24 is offline
Registered User
 
Join Date: Nov 2016
Location: canada
Posts: 408
Thanks: 138
Thanked 474 Times in 227 Posts
doofoo24 is on a distinguished road
wow extreme compression ratio (40GB game to 3.80GB archive) ???
what setting ???
Reply With Quote
  #4  
Old 25-02-2018, 01:50
vollachr's Avatar
vollachr vollachr is offline
Conversions & UCC Creator
 
Join Date: Sep 2009
Location: Israel
Posts: 247
Thanks: 58
Thanked 536 Times in 186 Posts
vollachr is on a distinguished road
Quote:
Originally Posted by doofoo24 View Post
wow extreme compression ratio (40GB game to 3.80GB archive) ???
what setting ???
These:

Code:
pZLib3:st1+srep64+lzma64:a1:mfbt4:d256m:fb128:mc1000:lc8
With the following arc.ini values:

Code:
[External compressor:pZLib3]
header = 0
packcmd = pZLib e {options} -m2 -t25p -c128m - -o - $$arcdatafile$$.tmp -o - <stdout> 
;packcmd = pZLib e {options} -t100p - -o - $$arcdatafile$$.tmp -o - <stdout> 
unpackcmd = pZLib d {options} -t75p - -o - <stdin> <stdout>

[External compressor:srep64]
header = 0
packcmd   = srep64 {options} -v0 -m3f -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 {options} -d -s - - <stdin> <stdout>

[External compressor:lzma64]
header = 0
packcmd   = lzma64 e lzma{:option} <stdin> <stdout>
unpackcmd = lzma64 d lzma{:option} <stdin> <stdout>
But as I mentioned, so far I fail to unpack it with CIUv205g.

I'm trying to perform a test on the archive directly with FreeArc UI program to see if the archive is actually corrupt or not, this will at least give me an indication where my problem is.
__________________

Ultimate Conversion Compressor Creator (Discontinued/Abandoned)
My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister
Microsoft Certified Professional
Retired Conversion Creator
Reply With Quote
  #5  
Old 25-02-2018, 01:53
doofoo24 doofoo24 is offline
Registered User
 
Join Date: Nov 2016
Location: canada
Posts: 408
Thanks: 138
Thanked 474 Times in 227 Posts
doofoo24 is on a distinguished road
ok, i am tring to compress the game now with ztool with pzlib:m3:r9:c256m i will report back...

Last edited by doofoo24; 25-02-2018 at 01:55.
Reply With Quote
  #6  
Old 25-02-2018, 01:59
vollachr's Avatar
vollachr vollachr is offline
Conversions & UCC Creator
 
Join Date: Sep 2009
Location: Israel
Posts: 247
Thanks: 58
Thanked 536 Times in 186 Posts
vollachr is on a distinguished road
Quote:
Originally Posted by doofoo24 View Post
ok, i am tring to compress the game now with ztool with pzlib:m3:r9:c256m i will report back...
I did a lot of attempts with ztool pzlib, never got below 8.99GB final size (2xDVD5+1x300MB+ Disc) for Assetto Corsa.

I even used the ultra preset (pzlib:ultra), further more, because of the game size, it requires a lot of free space or it just end with errors during compression (that's true for both ztool & pZLib3)
__________________

Ultimate Conversion Compressor Creator (Discontinued/Abandoned)
My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister
Microsoft Certified Professional
Retired Conversion Creator
Reply With Quote
  #7  
Old 25-02-2018, 02:08
doofoo24 doofoo24 is offline
Registered User
 
Join Date: Nov 2016
Location: canada
Posts: 408
Thanks: 138
Thanked 474 Times in 227 Posts
doofoo24 is on a distinguished road
after ztool i get 42618mb not alot of zlib detect...
as for pzlib i didn't use it for long time last time i tried to use it i got a lot of crc error's.
try to disable superfetch in windows or use safe mode...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Anno 1701 won't load, just get a blue screen! Shadow22 General Gaming 5 28-08-2012 12:52
CPU jumps up to 100% now, not before dav6 Software 11 24-05-2008 03:33
Elder Scrolls IV: Oblivion. WTF FOR ME. SansMercy General Gaming 5 07-04-2007 23:05
weird error.... sheykh PC Games 5 07-05-2006 20:23
Have someone the german final release of WinNT 5 (2000) SP2 luckystar PC Games 0 15-08-2001 12:11



All times are GMT -7. The time now is 12:13.


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