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

Reply
 
Thread Tools Display Modes
  #1  
Old 20-12-2014, 04:46
Danik1B9's Avatar
Danik1B9 Danik1B9 is offline
Registered User
 
Join Date: Jan 2014
Location: ČR
Posts: 16
Thanks: 58
Thanked 4 Times in 4 Posts
Danik1B9 is on a distinguished road
compression -msrep+rep+delta+nzip

hi could anyone help me with compression? The problem is that it can not expand. This is a compression
Code:
arc a  -ep1 -ed -r -mt1 -w.\Data\ Data-01a.db -msrep+rep+delta+nzip:a1:mfbt4:d158m:fb273:mc1000:lc8 "C:\1\*"
it's much better than other compression methods.

I did a test on the game Metro redux 2033 & Last Light

compression:
Code:
arc a  -ep1 -ed -r -mt1 -w.\Data\ Data-01a.db -msrep+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8 "C:\1\*"
= 11.70GB

compression:
Code:
arc a  -ep1 -ed -r -mt1 -w.\Data\ Data-01a.db -msrep+rep+delta+lzma:ultra:a1:mfbt4:d158m:fb273:mc1000:lc8 "C:\1\*"
= 11.47GB

compression:
Code:
arc a  -ep1 -ed -r -mt1 -w.\Data\ Data-01a.db -msrep+rep+delta+nzip:a1:mfbt4:d158m:fb273:mc1000:lc8 "C:\1\*"
= 10,70GB

I would be happy for the advice and help me to work with nzip unpacking , I can expand other compression.

compression precomp+srep+rep+delta+nzip I did not try.

compression download link: https://mega.co.nz/#!Z4c1GBJT!7x_52D...jyIHXjHlg89lSU

I apologize for my English , I čech

Last edited by Danik1B9; 20-12-2014 at 04:49.
Reply With Quote
The Following User Says Thank You to Danik1B9 For This Useful Post:
Simorq (23-01-2015)
Sponsored Links
  #2  
Old 20-12-2014, 04:49
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,099 Times in 2,295 Posts
Razor12911 is on a distinguished road
let me see arc.ini
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
Danik1B9 (20-12-2014)
  #3  
Old 20-12-2014, 05:03
Danik1B9's Avatar
Danik1B9 Danik1B9 is offline
Registered User
 
Join Date: Jan 2014
Location: ČR
Posts: 16
Thanks: 58
Thanked 4 Times in 4 Posts
Danik1B9 is on a distinguished road
arc.ini I tried multiple files: https://mega.co.nz/#!sxMDWILD!YR8zss...msOIFYR-dstFZ4

and it always throws these errors or installs unresponsive. Isdone.dll use version 0.6.0.0


Reply With Quote
The Following User Says Thank You to Danik1B9 For This Useful Post:
Simorq (16-03-2015)
  #4  
Old 20-12-2014, 05:17
Andrey167's Avatar
Andrey167 Andrey167 is offline
Registered User
 
Join Date: Nov 2013
Location: Azerbaycan
Posts: 134
Thanks: 208
Thanked 124 Times in 46 Posts
Andrey167 is on a distinguished road
add to the script
files to unpack http://rghost.ru/59826487

[Files]
Source: ISDone\Include\nz.exe; DestDir: {tmp}; Flags: dontcopy

procedure CurStepChanged(CurStep: TSetupStep);
var
----------
ExtractTemporaryFile('arc.ini');
ExtractTemporaryFile('nz.exe');
-----------

if not ISArcExtract ( 0, 0, ExpandConstant('{src}\*.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

Last edited by Andrey167; 20-12-2014 at 05:20.
Reply With Quote
The Following 2 Users Say Thank You to Andrey167 For This Useful Post:
Danik1B9 (20-12-2014), Simorq (23-01-2015)
  #5  
Old 20-12-2014, 06:05
Danik1B9's Avatar
Danik1B9 Danik1B9 is offline
Registered User
 
Join Date: Jan 2014
Location: ČR
Posts: 16
Thanks: 58
Thanked 4 Times in 4 Posts
Danik1B9 is on a distinguished road
Wink

Thank you already like it unpacks fine and mostly without error but now I have another problem during the unpacking my installer not appear percent. Furt it stands at 0% and after unpacking I'm suddenly jumps to 100 % is not it gradually.
Reply With Quote
  #6  
Old 20-12-2014, 06:13
Andrey167's Avatar
Andrey167 Andrey167 is offline
Registered User
 
Join Date: Nov 2013
Location: Azerbaycan
Posts: 134
Thanks: 208
Thanked 124 Times in 46 Posts
Andrey167 is on a distinguished road
Quote:
Originally Posted by Danik1B9 View Post
Thank you already like it unpacks fine and mostly without error but now I have another problem during the unpacking my installer not appear percent. Furt it stands at 0% and after unpacking I'm suddenly jumps to 100 % is not it gradually.
Throw off the script to me in PM I possibly you look
Reply With Quote
The Following User Says Thank You to Andrey167 For This Useful Post:
Danik1B9 (20-12-2014)
  #7  
Old 20-12-2014, 06:33
Danik1B9's Avatar
Danik1B9 Danik1B9 is offline
Registered User
 
Join Date: Jan 2014
Location: ČR
Posts: 16
Thanks: 58
Thanked 4 Times in 4 Posts
Danik1B9 is on a distinguished road
sent in PM
Reply With Quote
  #8  
Old 20-12-2014, 07:07
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,099 Times in 2,295 Posts
Razor12911 is on a distinguished road
It will never show progress, I went through with it 3 months ago. Any method which is not familiar with freearc will just say 0 or 100% even when it is not.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
Danik1B9 (20-12-2014)
  #9  
Old 20-12-2014, 08:13
Danik1B9's Avatar
Danik1B9 Danik1B9 is offline
Registered User
 
Join Date: Jan 2014
Location: ČR
Posts: 16
Thanks: 58
Thanked 4 Times in 4 Posts
Danik1B9 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
It will never show progress, I went through with it 3 months ago. Any method which is not familiar with freearc will just say 0 or 100% even when it is not.
so it will not work with nzip ?
Reply With Quote
  #10  
Old 20-12-2014, 12:28
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,099 Times in 2,295 Posts
Razor12911 is on a distinguished road
Nope unless if you find a way you tell freearc the progress of nzip because, precomp and srep are already known, cls dll creation is required.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
Danik1B9 (20-12-2014)
  #11  
Old 20-12-2014, 12:45
Danik1B9's Avatar
Danik1B9 Danik1B9 is offline
Registered User
 
Join Date: Jan 2014
Location: ČR
Posts: 16
Thanks: 58
Thanked 4 Times in 4 Posts
Danik1B9 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
Nope unless if you find a way you tell freearc the progress of nzip because, precomp and srep are already known, cls dll creation is required.
so maybe enough to find the file CLS-nzip.dll if something like this exists and write it into ISDone.iss. But where to get the file?

It probably can not edit it? I unwrapped the game 12 gigabytes in size over 4 hours...

Last edited by Danik1B9; 20-12-2014 at 18:19.
Reply With Quote
The Following User Says Thank You to Danik1B9 For This Useful Post:
Carldric Clement (21-12-2014)
  #12  
Old 21-12-2014, 09:13
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,099 Times in 2,295 Posts
Razor12911 is on a distinguished road
If the dll doesn't exist, make it. I don't know how to make it though.
Reply With Quote
The Following 3 Users Say Thank You to Razor12911 For This Useful Post:
Carldric Clement (21-12-2014), Danik1B9 (22-12-2014), Sarvagya (23-12-2016)
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
Best Compression Format DRAGoN.X Chit Chat 11 08-09-2017 00:13
Divinity Original Sin Compression -msrep...( 2xDVD5 ) IC 2.3 By_(Razor12911) houcine80 PC Games - CD/DVD Conversions 3 07-12-2014 06:47
TRANSFORMERS Rise of the Dark Spark Compression -msrep...(1xDVD 9) IC 2.3 By_(Razor12 houcine80 PC Games - CD/DVD Conversions 20 15-07-2014 11:55
Delta Force LW Patch 1.00.17? Are we counting right? Mr_Analogy PC Games 1 06-12-2000 15:38



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


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