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
  #1  
Old 15-01-2019, 02:32
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
I have successfully managed to compress PES 2019 to 11 GB using this method , i used below script command :

Method : -mztool_pzlib_zlib+srep:m3f:a16:d1g+lolz:dtb1:tt8:m t2:gm2 0:fba0:d128m+mc1023

:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::::
bin\arc a -ma9 -ds -di -i2 -ep1 -ed -r -w.\tempzZ "Data_pzlib_Zlib-2.arc" -mztool_pzlib_zlib+srep:m3f:a16:d1g+lolz:dtb1:tt8:m t2:gm2 0:fba0:d128m+mc1023 "C:\PES\*"
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::::

Download whole compression method below if it helps :
Code:
https://ufile.io/vpeek
Now when extracting game archives using CIU or ASIS script , i am getting "Unknown compression method" error.

Can you guys share your decompression script for this compression method or at least tell me which values should i change in those scripts to manage decompress this archives ? please ?

any help would be appreciated
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart.

Last edited by amin fear; 15-01-2019 at 02:35.
Reply With Quote
Sponsored Links
  #2  
Old 15-01-2019, 02:53
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
CIU arc.ini

Code:
[External compressor:ztool_pzlib_zlib]
header = 0
unpackcmd = ZTool d:{compressor}{:option}:t100p:cm0mb - - <stdin> <stdout>
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
amin fear (15-01-2019)
  #3  
Old 15-01-2019, 04:54
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
CIU arc.ini

Code:
[External compressor:ztool_pzlib_zlib]
header = 0
unpackcmd = ZTool d:{compressor}{:option}:t100p:cm0mb - - <stdin> <stdout>
Thanks KaktoR , it worked ! , although the "Unknown compression method" error goes away , i am getting this new error message by installer :

An error occurred while unpacking: Unable to write data to disk!
Unarc.dll returned an error code: -11
ERROR: archive data corrupted (decompression fails)

Do you have any idea what does it mean ? is my compression method/switch problematic & not working ?

the compression method plus files is already posted in above post.
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart.
Reply With Quote
  #4  
Old 15-01-2019, 05:16
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Which lolz version did you use for compress?

CIU use new lolz version and I can say that compress with old lolz and install with new lolz does not work
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
amin fear (21-01-2019)
  #5  
Old 21-01-2019, 01:50
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Which lolz version did you use for compress?

CIU use new lolz version and I can say that compress with old lolz and install with new lolz does not work
Thanks , sorry for delay.

There is only "lolz_x64.exe" binary with no version information data using tools such as Resource Hacker. will check that version conflict in detail.

Also the problem solved by @pakrat2k2 switch correction.

Thanks a lot, fellows!
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart.
Reply With Quote
  #6  
Old 15-01-2019, 15:51
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
also in the method ( sent me files ) he also has spaces where there shouldnt be any
(not the forum posting spaces issue...)
Code:
m t2:gm2 0
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
amin fear (21-01-2019)
  #7  
Old 20-02-2019, 01:59
describe19 describe19 is offline
Registered User
 
Join Date: Jul 2017
Location: australia
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
describe19 is on a distinguished road
Hi I'm wondering how to extract a .arc compressed with lolz with isdone.
I compressed with this simple arc.ini:
Quote:
[Compression methods]
lolzonly=lolz:mtt0:mt3:mc1023

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
And I can easily extract just with arc.exe x -w.\ -dpunpacked\ data.arc (need cls-lolz stuff in directory and run as admin)

How can I get isdone/ISFreeArcExtract to unpack this file? Using the isdoneexample1.iss I just get the "unsupported method" error. How can I tell it how to extract my file?

Also is there a way to extract lolz without needing an administrator command prompt?

Thank you in advance

EDIT: I worked it out - you must have the cls-lolz stuff in the Include section of the .iss an also make sure to ExtractTemporaryFile each of the files too in the Code section. I was missing the ExtractTemporaryFile each of the cls-lolz files.

Last edited by describe19; 20-02-2019 at 05:08.
Reply With Quote
  #8  
Old 22-02-2019, 00:33
describe19 describe19 is offline
Registered User
 
Join Date: Jul 2017
Location: australia
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
describe19 is on a distinguished road
I am now having the same issue with srep: i can extract with a .bat just using srep64.exe like above with this in arc.ini:
Code:
[External compressor:srep64]
header = 0
packcmd   = srep64.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64.exe -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
But using inno setup I get "srep64:m3f unsupported compression method"
I have made sure to include srep64.exe in [Files] and the ExtractTemporaryFile('srep64.exe') in the [Code] section,as well as arc.ini, but I still get the error, .
How can I extract srep64 with ISDone.dll / ISFreeArcExtract? Thank you, sorry for the double post.

Edit:Works fine with srep.exe but not srep64 i dont understand why, only thing i changed was srep64.exe to srep.exe. Why doesn't srep64 work with isdone but it does with just a .bat. How can I get it to work?
Also is there a way to change whether xlolz and srep 64 bit or 32 bit .exe is used depending on the user's system?

Edit2: I have changed the unpackcmd to srep64.exe -d -s -- <stdin> <stdout> and this seems to fix. I have also tried cls-srep.dll but I get a crc error...no error just using just srep64.exe and arc.ini.

Last edited by describe19; 23-02-2019 at 03:09.
Reply With Quote
  #9  
Old 24-02-2019, 18:48
describe19 describe19 is offline
Registered User
 
Join Date: Jul 2017
Location: australia
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
describe19 is on a distinguished road
I have another question: I am trying to make an array of strings I have tried this but it doesn't work:
var
MyArray: array [0..2] of string =('cat','dog','man');
Is it possible to declare and initialize an array of strings in such a way?
Reply With Quote
  #10  
Old 24-02-2019, 20:03
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by describe19 View Post
I have another question: I am trying to make an array of strings I have tried this but it doesn't work:
var
MyArray: array [0..2] of string =('cat','dog','man');
Is it possible to declare and initialize an array of strings in such a way?
var
MyArray: array of string;
begin
MyArray := ['cat','dog','man'];
Reply With Quote
The Following 3 Users Say Thank You to Razor12911 For This Useful Post:
describe19 (26-02-2019), Grumpy (24-02-2019), ShivShubh (24-11-2019)
  #11  
Old 26-02-2019, 04:36
describe19 describe19 is offline
Registered User
 
Join Date: Jul 2017
Location: australia
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
describe19 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
var
MyArray: array of string;
begin
MyArray := ['cat','dog','man'];
Thank you! I could not find the proper syntax for inno pascal anywhere! Is there documentation I can learn from?
Reply With Quote
  #12  
Old 26-02-2019, 06:45
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by describe19 View Post
Thank you! I could not find the proper syntax for inno pascal anywhere! Is there documentation I can learn from?
Try this
https://www.tutorialspoint.com/pascal/
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
ShivShubh (24-11-2019)
  #13  
Old 25-03-2019, 09:12
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Anyone knows if there is SuspendProc for ISDone too?

Respectively to pause TimeStr2.
__________________
Haters gonna hate
Reply With Quote
  #14  
Old 09-11-2019, 04:50
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
unarc.dll error code: -12 check sum error

I am getting "unarc.dll error code: -12 check sum error" at first percent/% of my setup decompression phase on SOME windows systems using below XTOOL command :

The decompression goes without error on most systems but on a few systems gives "unarc.dll error code: -12 check sum error" , anybody knows some solution for this ? increasing virtual memory does not help ! the system has 16GB Ram + CPU corei5 ,so the problem is not from computer resources , its very odd

Code:
xZLib+srep:m3f+4x4:b128mb:lzma:ultra:64m:bt4:fb273:lc8:mc1000000
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart.
Reply With Quote
  #15  
Old 09-11-2019, 06:28
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by amin fear View Post
I am getting "unarc.dll error code: -12 check sum error" at first percent/% of my setup decompression phase on SOME windows systems using below XTOOL command :

The decompression goes without error on most systems but on a few systems gives "unarc.dll error code: -12 check sum error" , anybody knows some solution for this ? increasing virtual memory does not help ! the system has 16GB Ram + CPU corei5 ,so the problem is not from computer resources , its very odd

Code:
xZLib+srep:m3f+4x4:b128mb:lzma:ultra:64m:bt4:fb273:lc8:mc1000000
Use XTool 12_x86 for Decompression

and Edit CLS.ini
Code:
[SREP]
Bufsize=24m
transfer_ReadBufSize=512k
transfer_WriteBufSize=512k
Memory=512m
TempPath=.\
Reply With Quote
The Following User Says Thank You to Simorq For This Useful Post:
amin fear (10-11-2019)
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
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup REV0 Conversion Tutorials 129 21-05-2021 05:51
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



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


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