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

Reply
 
Thread Tools Display Modes
  #31  
Old 21-12-2015, 07:01
Lucas65 Lucas65 is offline
Registered User
 
Join Date: Nov 2015
Location: Italy
Posts: 59
Thanks: 110
Thanked 23 Times in 15 Posts
Lucas65 is on a distinguished road
Sorry Panker but I have this error with precomp:



Have you got any idea? Thanks in advance.
Reply With Quote
Sponsored Links
  #32  
Old 21-12-2015, 07:20
RamiroCruzo's Avatar
RamiroCruzo RamiroCruzo is offline
Registered User
 
Join Date: Jul 2015
Location: India
Posts: 184
Thanks: 386
Thanked 169 Times in 75 Posts
RamiroCruzo is on a distinguished road
Might I suggest you something amigo...The .bik to .bk2 encoding batch you are using might be a troublesome one...

Your batch file will just delete all the .bik files after the encoding...But its a common error that some .bik files aren't supported then your encoder will simply delete it too...

Use this :
Code:
FOR /F "usebackq delims=" %%i in ( `dir /b /s *.bik` ) do (     IF EXIST "%%~dpni.bk2" (         DEL "%%i"     ) )
Instead of:
Code:
Del /F /Q %%i
__________________
We are such stuff as dreams are made on, and our little life is rounded with a sleep.

Last edited by RamiroCruzo; 21-12-2015 at 07:22. Reason: Mistakes
Reply With Quote
  #33  
Old 21-12-2015, 07:31
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
@Lucas delete temporary files and rename data1.bin to data2.bin in Masked Compression.bat

if precomp finds same data it pops up errorss like these :P
please do not hesitate to contact if the problem persists


@Ramiro this is not a *.bik to *.bk2
this is a bik and bk2 RE-ENCODER

it scans for bik and bk2 files and it downgrades them to 50% and 70% respectively :P

sorry i didnt write that above
__________________
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:
Lucas65 (21-12-2015)
  #34  
Old 21-12-2015, 08:14
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
-mprecomp+msc+srep64+rep:512+delta+exe+xz/$void=srep64+zstd/$text=srep64+zpaq

text and uncompressible only :P for Amsal
I mean bro, I don't need the JPG compression which is used in MSC
Reply With Quote
  #35  
Old 21-12-2015, 08:15
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
-mprecomp+msc+srep64+rep:512+delta+exe+xz/$void=srep64+zstd/$text=srep64+zpaq

text and uncompressible only :P for Amsal
I mean bro, I don't need to use Precomp PACKJPG And MSC compression! Can you please give the algorithm with these two algo!
Remember, I want to use Precomp, but I don't want to use PACKJPG and MSC!
Thanks in Advance!

Last edited by Amsal; 21-12-2015 at 08:21.
Reply With Quote
  #36  
Old 21-12-2015, 09:11
Kazamnuk Kazamnuk is offline
Registered User
 
Join Date: Dec 2015
Location: Landquart
Posts: 4
Thanks: 10
Thanked 2 Times in 2 Posts
Kazamnuk is on a distinguished road
Awesome stuff panker1992, hats off. looking forward with great anticipation!

Myself as a rookie, I mainly use UltraArc cuz of its reasonable GUI, any chance to see any simliar attempt, implementation?


Keep up the good work, cheers!
Reply With Quote
  #37  
Old 21-12-2015, 09:13
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
@Amsal i dont understand what you want to do exactly ....
maksed compression is all about masks and different algorithms
if you want to skip a program simple edit this line

-mprecomp+srep64+rep:512+delta+exe+xz/$void=srep64+zstd/$text=srep64+zpaq

this is the command to skip MSC ......MSC only compresses textures wav sound mp3 sound and bmf format

packjpg compresses jpg format completely different things

@Kazamnuk

i dont like GUI at all ....
because i dont like GUI i am able to contribute projects like this

i experiment i use many programs that i find

i constantly update my entire Repack library

BUT... Felice has made a nice effort to make a full yet user friendly GUI for newbies he will update to masks eventually so keep an eye out

Peace !!
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.

Last edited by panker1992; 21-12-2015 at 09:19.
Reply With Quote
The Following User Says Thank You to panker1992 For This Useful Post:
Kazamnuk (21-12-2015)
  #38  
Old 21-12-2015, 09:22
Lucas65 Lucas65 is offline
Registered User
 
Join Date: Nov 2015
Location: Italy
Posts: 59
Thanks: 110
Thanked 23 Times in 15 Posts
Lucas65 is on a distinguished road
Quote:
Originally Posted by panker1992 View Post
@Lucas delete temporary files and rename data1.bin to data2.bin in Masked Compression.bat

if precomp finds same data it pops up errorss like these :P
please do not hesitate to contact if the problem persists
I delete temporary file and change the name of the output file
but I get the same error. I'm sorry for the trouble.
I also disabled the antivirus but nothing.

Thanks for your help.
Reply With Quote
  #39  
Old 21-12-2015, 09:26
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
Lucas it seems that you are the only with this kind of trouble,
try to disable precomp for the test utilize all except precomp
really wanna see if this is general or precomp specific problem.

also move the Folder to an external drive and pack something small for this test
dont use this in C:/ drive because almost everytime it will fail

Upload a photo with the folder + the cmd with the problem please
__________________
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
  #40  
Old 21-12-2015, 09:32
felice2011's Avatar
felice2011 felice2011 is offline
Registered User
 
Join Date: Feb 2011
Location: italy
Posts: 836
Thanks: 354
Thanked 1,152 Times in 388 Posts
felice2011 is on a distinguished road
Hey panker i''m trying to test your new method all in one, so you called, with different titles small, to speed up the test, but it seems impossible not to have managed to compress a title, with each change of line gives me an error different: error in precomp, error in LZ77, the last error "disk full in delta compression algorithm"



I think you have to redefine your new method so that it fits in most of the data files.
I also noticed that most different algorithms are added to the mask, it is more subject to error.

P.S the same titles that are not able to test with your method, I have successfully compressed using the common methods known "-mmsc+precomp+srep64+xz", "-mmsc+srep64+zstd" or "-mreflate+precomp+srep+delta+lzma".

I hope for a solution..
Reply With Quote
  #41  
Old 21-12-2015, 09:50
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
Quote:
Originally Posted by felice2011 View Post
Hey panker i''m trying to test your new method all in one, so you called, with different titles small, to speed up the test, but it seems impossible not to have managed to compress a title, with each change of line gives me an error different: error in precomp, error in LZ77, the last error "disk full in delta compression algorithm"

I think you have to redefine your new method so that it fits in most of the data files.
I also noticed that most different algorithms are added to the mask, it is more subject to error.

P.S the same titles that are not able to test with your method, I have successfully compressed using the common methods known "-mmsc+precomp+srep64+xz", "-mmsc+srep64+zstd" or "-mreflate+precomp+srep+delta+lzma".

I hope for a solution..
all in all i havent told you how it works and how to chain a compressor with another compressor

This is the method i have used most of the time

-mmsc+srep64+rep:512+delta+exe+xz/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=srep64+zpaq

the method i provided is absolutely made with 16 gigs of ram in mind
personally i got 12 gigs, running many compressos all at once does an impact on cpu too

i am posting a photo to show you my results, as well as i try to optimize it for lower spec PCs

From personal exp. i have found that 4G ram PCs will never make it and produces many errors
also zstd.exe, 7z.exe and many others are 64 bit only so

Check Method in photo for Masks
and see the results
Attached Images
File Type: png Screenshot (6).png (1.45 MB, 344 views)
__________________
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
  #42  
Old 21-12-2015, 10:04
Lucas65 Lucas65 is offline
Registered User
 
Join Date: Nov 2015
Location: Italy
Posts: 59
Thanks: 110
Thanked 23 Times in 15 Posts
Lucas65 is on a distinguished road
This is the file for compression:



This is error in cmd:



I also tried to compress GTA San Andreas with the same error.
I really like the method and I'm sorry for those errors. However, I have 8 gb ram and I amended the parameters in arc.ini. Without trying precomp all goes well until the end.
Reply With Quote
  #43  
Old 21-12-2015, 10:16
Kazamnuk Kazamnuk is offline
Registered User
 
Join Date: Dec 2015
Location: Landquart
Posts: 4
Thanks: 10
Thanked 2 Times in 2 Posts
Kazamnuk is on a distinguished road
Quote:
Originally Posted by panker1992 View Post

i dont like GUI at all ....
because i dont like GUI i am able to contribute projects like this

i experiment i use many programs that i find

i constantly update my entire Repack library

BUT... Felice has made a nice effort to make a full yet user friendly GUI for newbies he will update to masks eventually so keep an eye out

Peace !!
Alright, thanks mate!

I'm a bit confused, on UltraArc I used always srep + Izma for the data.arc archives. Since, I have 16 GB of Ram available, zstd and lzham would be preferable now.

However, in Felice tool some of the methods are listed, but I can't figure out which would be the one above. Could please advise me?

Thanks a lot, cheers!
Reply With Quote
  #44  
Old 21-12-2015, 10:16
vint56 vint56 is offline
Registered User
 
Join Date: May 2011
Location: almaty
Posts: 52
Thanks: 143
Thanked 55 Times in 31 Posts
vint56 is on a distinguished road
Lucas65
Sorry for my bad English
Error because Precomp not find zlib streams
and about h64b.rpf Reflate will help you create an archive and unpacking very long

Last edited by vint56; 21-12-2015 at 10:19.
Reply With Quote
  #45  
Old 21-12-2015, 10:18
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
Lucas i am trying to remember when i had seen that error again !!!!

what os are you using ??? i use win 8.1 and Arch linux kernel 4.2 latest

and i compress with masks in both without any errors

will try to fix this because its starting to get in my nerves that it refuses to compress like a good file :P


Lucas here is it your error
put this into precomp.exe

@Kazamnuk

This is the arc.ini that will give you max compression for 16 gigs of ram
Attached Files
File Type: rar zlib1.rar (55.2 KB, 51 views)
File Type: 7z arc_ini_16Gram.7z (853 Bytes, 75 views)
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.

Last edited by panker1992; 21-12-2015 at 10:27.
Reply With Quote
The Following User Says Thank You to panker1992 For This Useful Post:
Kazamnuk (21-12-2015)
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 07-09-2017 23:13
Dragon Age: Origins Ultimate Edition 3xDVD5 [CIU 2.0.2] NamelessOne PC Games - CD/DVD Conversions 16 03-03-2017 11:38
compression -msrep+rep+delta+nzip Danik1B9 Conversion Tutorials 11 21-12-2014 08:13
Borderlands 2: Ultimate Vault Hunter Edition - 3xDVD5 [ALL DLCs + CIU V2] REV0 PC Games - CD/DVD Conversions 7 06-07-2013 03:14
Fallout New Vegas Ultimate Edition 3xDVD9 to 2xDVD5 1LANGUAGE senseman PC Games - CD/DVD Conversions 29 04-06-2013 10:36



All times are GMT -7. The time now is 07:02.


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