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

Reply
 
Thread Tools Display Modes
  #61  
Old 30-12-2016, 06:16
zouzouni zouzouni is offline
Registered User
 
Join Date: Aug 2016
Location: France
Posts: 18
Thanks: 10
Thanked 24 Times in 10 Posts
zouzouni is on a distinguished road
Quote:
Originally Posted by shazzla View Post
Those files are included and extracted after running the "setup.exe" ! Arc.ini too -->

unsupported compression pzlib.

It cant decompress the archive :
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\c1.dat'), ExpandConstant('{app}\'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;

WTH ?!


Edit :

if not ISExec(0, 0, 0, ExpandConstant('{tmp}\arc.exe'), ExpandConstant('x -o+ -cfg"{tmp}\arc.ini" -w"{app}" -dp"{app}" "{src}\try.arc"'), ExpandConstant('{tmp}'), '...', False) then break;

Extract successul !

But ISArcExtract would be better....


try this:

if not ISArcExtract ( 0, 100, ExpandConstant('{src}\data.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
Reply With Quote
Sponsored Links
  #62  
Old 30-12-2016, 06:35
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 271
Thanks: 501
Thanked 94 Times in 71 Posts
shazzla is on a distinguished road
Quote:
Originally Posted by zouzouni View Post
try this:

if not ISArcExtract ( 0, 100, ExpandConstant('{src}\data.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
unarc.dll returned an error code : -2
error : unsupported compression method pzlib+srep+delta+lzma....
Reply With Quote
  #63  
Old 30-12-2016, 07:14
LuzhinE's Avatar
LuzhinE LuzhinE is offline
Registered User
 
Join Date: Jan 2014
Location: Peru
Posts: 227
Thanks: 26
Thanked 36 Times in 29 Posts
LuzhinE is on a distinguished road
shazzla What game is trying to compress?
Reply With Quote
  #64  
Old 30-12-2016, 07:23
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 271
Thanks: 501
Thanked 94 Times in 71 Posts
shazzla is on a distinguished road
crysis 1
Reply With Quote
  #65  
Old 30-12-2016, 07:30
LuzhinE's Avatar
LuzhinE LuzhinE is offline
Registered User
 
Join Date: Jan 2014
Location: Peru
Posts: 227
Thanks: 26
Thanked 36 Times in 29 Posts
LuzhinE is on a distinguished road
Your system is 64 or 32 bits
Reply With Quote
  #66  
Old 30-12-2016, 07:39
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 271
Thanks: 501
Thanked 94 Times in 71 Posts
shazzla is on a distinguished road
x64.

but as i wrote before :
I can unpack the archives using isdone with ISExec.

IsArcExtract doesnt work. And i dont know why..... :/
Reply With Quote
  #67  
Old 30-12-2016, 07:58
LuzhinE's Avatar
LuzhinE LuzhinE is offline
Registered User
 
Join Date: Jan 2014
Location: Peru
Posts: 227
Thanks: 26
Thanked 36 Times in 29 Posts
LuzhinE is on a distinguished road
X64 version
You do not need to add anything else
You can open pZLib.exe directly to read its documentation

https://drive.google.com/open?id=0B6...ldRTWxDSW9uQ2c

I hope you understand, if you get CRC error try changing to -m1 or use reflate for some games
Reply With Quote
  #68  
Old 30-12-2016, 08:20
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 271
Thanks: 501
Thanked 94 Times in 71 Posts
shazzla is on a distinguished road
everytings clear as it was before. btw thanks !
Reply With Quote
  #69  
Old 30-12-2016, 10:58
zouzouni zouzouni is offline
Registered User
 
Join Date: Aug 2016
Location: France
Posts: 18
Thanks: 10
Thanked 24 Times in 10 Posts
zouzouni is on a distinguished road
Wink Thx again To you Razor!

OK... I finally succeeded in compressing Shadow Warrior 2 bin files

after numerous attempts.. I found "THE SETTING" : ) for this game and no more crc checksum error at decomp ....installation is ok in both ASC and INNO

for that used pzlib x86 (instead of x64) v3H, I had to split games files in 4 parts and I had to get rid of -c# setting and apply :
packcmd = pZLib e -m2 -st50p -ct8 -b1024k - -o - <stdin> <stdout>

I had to "sacrify" size (from 8.4Gb to 8.53Gb) but still I am happy with it !!

Thx again Razor for sharing this fantastic tool , I will never forget to give you the credits for it! ...brilliant work

Last edited by zouzouni; 30-12-2016 at 11:11.
Reply With Quote
The Following 2 Users Say Thank You to zouzouni For This Useful Post:
BLACKFIRE69 (24-09-2019), ZAZA4EVER (31-12-2016)
  #70  
Old 31-12-2016, 16:42
ZAZA4EVER ZAZA4EVER is offline
Registered User
 
Join Date: Oct 2016
Location: egypt
Posts: 177
Thanks: 592
Thanked 197 Times in 70 Posts
ZAZA4EVER is on a distinguished road
Smile

Very Thanks razor For V3 .. but I want Help in install wpi
how add pzlip unpack to wpi setup
i make just cause 3 from 54.5gb to 20.4gb by pzlip+msc+serp+lzma
eng & arabic lang - commnt ... and uppack perfect by the attachment cmd
and check md5 files perfect well ..
i want to add pzlip and command lines to wpi setup
i try it but fail not progress with me installing and not progress
please help and happy new year
Attached Files
File Type: rar Unpack.rar (2.38 MB, 398 views)
Reply With Quote
  #71  
Old 01-01-2017, 15:18
ZAZA4EVER ZAZA4EVER is offline
Registered User
 
Join Date: Oct 2016
Location: egypt
Posts: 177
Thanks: 592
Thanked 197 Times in 70 Posts
ZAZA4EVER is on a distinguished road
Red face

i try to add pzlib.exe to wpi but when install progress ~ 2% and stop not make any progress please help ... where the problem in unarc.dll or arc.ini or what? ..
i make again repack make it 16.6gb not 20.4gb ... as well unpack by attachment i uploaded it in previous post and not unpack by wpi
Attached Images
File Type: png 01-01-2017 11-37-53 ?.png (557.1 KB, 558 views)
File Type: jpg 02-01-2017 12-01-22 ?.jpg (252.7 KB, 548 views)
File Type: jpg 02-01-2017 12-02-05 ?.jpg (338.8 KB, 550 views)
Reply With Quote
  #72  
Old 01-01-2017, 16:19
oltjon's Avatar
oltjon oltjon is offline
Registered User
 
Join Date: Dec 2013
Location: UNITED STATES OF ALBANIA
Posts: 218
Thanks: 1,132
Thanked 167 Times in 79 Posts
oltjon is on a distinguished road
try to write so ( pZLib.exe ) in the script
Reply With Quote
  #73  
Old 01-01-2017, 19:28
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,030 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
also check your arc.ini
Code:
[External compressor:pzlib]
header = 0
unpackcmd = pzlib d -t8 - -o - <stdin> <stdout>
post#71 has the following & used x86 version NOT x64 versions.

Code:
packcmd = pZLib e -m2 -st50p -ct8 -b1024k - -o - <stdin> <stdout>
simple copy / paste into your arc.ini to see if it helps any, try using pZLib instead of pzlib
don't think it matters any but try as suggested.
Reply With Quote
  #74  
Old 02-01-2017, 06:03
-XCX-'s Avatar
-XCX- -XCX- is offline
Registered User
 
Join Date: Nov 2016
Location: In Any Planet
Posts: 60
Thanks: 121
Thanked 91 Times in 23 Posts
-XCX- is on a distinguished road
Quote:
Originally Posted by ZAZA4EVER View Post
i try to add pzlib.exe to wpi but when install progress ~ 2% and stop not make any progress please help ... where the problem in unarc.dll or arc.ini or what? ..
i make again repack make it 16.6gb not 20.4gb ... as well unpack by attachment i uploaded it in previous post and not unpack by wpi
add raw2hif_dll.dll , hif2raw_dll.dll and pzlib.exe in your script
Reply With Quote
  #75  
Old 02-01-2017, 09:35
ZAZA4EVER ZAZA4EVER is offline
Registered User
 
Join Date: Oct 2016
Location: egypt
Posts: 177
Thanks: 592
Thanked 197 Times in 70 Posts
ZAZA4EVER is on a distinguished road
Talking

Quote:
Originally Posted by oltjon View Post
try to write so ( pZLib.exe ) in the script
Not Solve , Thanks For Reply And Help

Quote:
Originally Posted by pakrat2k2 View Post
also check your arc.ini
Code:
[External compressor:pzlib]
header = 0
unpackcmd = pzlib d -t8 - -o - <stdin> <stdout>
Not Solve , Thanks For Reply And Help

post#71 has the following & used x86 version NOT x64 versions.

Code:
packcmd = pZLib e -m2 -st50p -ct8 -b1024k - -o - <stdin> <stdout>
simple copy / paste into your arc.ini to see if it helps any, try using pZLib instead of pzlib
don't think it matters any but try as suggested.
Quote:
Originally Posted by -XCX- View Post
add raw2hif_dll.dll , hif2raw_dll.dll and pzlib.exe in your script
Thanks Very Much ... Extract Perfect ... Finally
Attached Images
File Type: jpg 02-01-2017 05-35-57 ?.jpg (140.0 KB, 669 views)
Reply With Quote
Reply

Thread Tools
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 13:52
CPU jumps up to 100% now, not before dav6 Software 11 24-05-2008 04:33
Elder Scrolls IV: Oblivion. WTF FOR ME. SansMercy General Gaming 5 08-04-2007 00:05
weird error.... sheykh PC Games 5 07-05-2006 21:23
Have someone the german final release of WinNT 5 (2000) SP2 luckystar PC Games 0 15-08-2001 13:11



All times are GMT -7. The time now is 19:44.


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