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

Reply
 
Thread Tools Search this Thread Display Modes
  #571  
Old 10-09-2016, 20:26
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 546
Thanks: 113
Thanked 806 Times in 304 Posts
panker1992 is on a distinguished road
its not the masks that yield problems its tools that arent updated,

precomp refuses to see headerless zlib streams and mad max has them.

you need to use brute force for that to happen


Hello Amsal
__________________
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
Sponsored Links
  #572  
Old 10-09-2016, 23:20
kenzo34's Avatar
kenzo34 kenzo34 is offline
Registered User
 
Join Date: Oct 2014
Location: france
Posts: 92
Thanks: 421
Thanked 59 Times in 37 Posts
kenzo34 is on a distinguished road
Hello panker1992.
Your update will be welcome.
nice to see you on your post
Reply With Quote
  #573  
Old 18-09-2016, 05:28
Scanno Scanno is offline
Registered User
 
Join Date: Sep 2016
Location: Italy
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Scanno is on a distinguished road
Hi, sorry to do a useless post for many of you but i'm a little confused by so many corrections and fixes that were posted along in this thread

Dunno where in this thread, at some point somebody posted a compressor using this string:

ultral3 = msc_frog+srep+delta+lz77:d800m:fb=273:mf=bt4:mc=10 00000:lc=4:lp=0/$void=srep+zstd/$deflate=reflate+srep+delta+lz77:d800m:fb=273:mf=b t4:mc=1000000:lc=4:lp=0

It went all well, but i could not unpack it because of some msc_frog error.
Also couldn't see which installer package would have worked with that algorithm, noone works from the ones i tested

And then i downloaded from the first post the archive v2.5, but my question is which one is the more updated (first post, or page X for example)?
How many installer scripts are made to support this compression methods?

Thank you Panker1992, you sure made it simple, and i'm eager to start doing my backups



P.S.: I'm beginning this journey to pack games in italian like my steam drm free games to have a backup which doesn't involve any drm...
I also extracted and understood the inner working of many repacking releases like c***x, c**epacks, fitg*** (these are the most complex, and the ones that makes sense among all, i was impressed by bedlam redux release that involved some custom made executables). I'm a first timer, learning for personal scopes, i wish i had some knowledge to share but you all know it better than me

Last edited by Scanno; 18-09-2016 at 07:25.
Reply With Quote
  #574  
Old 18-09-2016, 05:52
Gupta Gupta is offline
Banned
 
Join Date: Aug 2016
Location: https://t.me/pump_upp
Posts: 399
Thanks: 139
Thanked 715 Times in 231 Posts
Gupta is on a distinguished road
Send a message via ICQ to Gupta Send a message via AIM to Gupta Send a message via Yahoo to Gupta
Quote:
It went all well, but i could not unpack it because of some msc_frog error.
Also couldn't see which installer package would have worked with that algorithm, noone works from the ones i tested
You can use this:
http://fileforums.com/showpost.php?p...&postcount=541
http://fileforums.com/showpost.php?p...&postcount=553

Quote:
P.S.: I'm beginning this journey to pack games in italian like my steam drm free games to have a backup which doesn't involve any drm...
I also extracted and understood the inner working of many repacking releases like codex, corepacks, fitgirl (these are the most complex, and the ones that makes sense among all, i was impressed by bedlam redux release that involved some custom made executables). I'm a first timer, learning for personal scopes, i wish i had some knowledge to share but you all know it better than me
Don't take names of warez group, u may get banned, Forum rules
Reply With Quote
  #575  
Old 18-09-2016, 07:24
Scanno Scanno is offline
Registered User
 
Join Date: Sep 2016
Location: Italy
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Scanno is on a distinguished road
Oh okay, sorry will never do that again... thanks for the advice
I named them not for the illegal content, rather was curious about what people use most, and i'm of course centered about knowledge in compression and packaging, not warez

I will read those links now
Reply With Quote
  #576  
Old 24-09-2016, 06:25
Scanno Scanno is offline
Registered User
 
Join Date: Sep 2016
Location: Italy
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Scanno is on a distinguished road
Hi, sorry to bother again, but i'm unsure if it is a well known bug or just my inexperience with InnoSetup.

I used the blackbox script you suggested me some post before and i found that for some reason if i put some spaces in {#AppName} the window wpSelectDir (with the folder selection) just skips to Tasks selection.

Then i used a name that has no spaces in it, and everything went well...

Then i started to translate the script in italian, and suddenly start skipping again...

To me is unknown why, i started debugging with breakpoints here:

//-------- Second Page --------\\
if CurPageID=wpSelectDir then begin

Then it seems that the pointer CurPageID >SKIPS< the constant wpSelectDir without any good reason (since there no compilation errors).
Are there any requirements that has to be met in order to NOT skip the folder selection screen by default?

Is there any other script released compatible with Masked Compression that use a more linear approach in the windows rather than a stupid pointer and some "if cycle" to hide or show controls?

Or someone has ideas about why this is happening?

NEVERMIND: Using Inno Setup 5 Enhanced Unicode somewhere in this forum seems to have fixed all the problems... thank you for reading anyway

Last edited by Scanno; 24-09-2016 at 13:00. Reason: Seems to be solved now.
Reply With Quote
  #577  
Old 25-09-2016, 05:49
marwenho marwenho is offline
Registered User
 
Join Date: Sep 2016
Location: Tokyo
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
marwenho is on a distinguished road
The compress is done successfully, I built the setup.exe
and move the data1.bin to the "output" directory ... when I run the setup
the game installs without any problem, when i checkout the installation folder
I found all the files of the game + two temp folders ... when i delete them
the game continues to work without any problem ... i want them to not be in the installation folder , so I deleted them from "Mask Data Compression" after moving the data1.bin to output folder (Windows Phone Skin) , now when i install the game , the installation doesn't complete and it shows me an error ' data unpacking error...' something like that

It is my first time using this, I followed the steps mentioned in your video
but it seems there are some parts not mentions and are important
Help!
Reply With Quote
  #578  
Old 06-10-2016, 23:36
EzzEldin16's Avatar
EzzEldin16 EzzEldin16 is offline
Registered User
 
Join Date: Sep 2016
Location: USA
Posts: 112
Thanks: 343
Thanked 47 Times in 23 Posts
EzzEldin16 is on a distinguished road
panker and razor and fitgirl i learned almost everything about compression and data packaging THANK YOU
Reply With Quote
The Following User Says Thank You to EzzEldin16 For This Useful Post:
Razor12911 (07-10-2016)
  #579  
Old 11-10-2016, 07:09
sunnygb sunnygb is offline
Registered User
 
Join Date: Sep 2016
Location: Pakistan
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
sunnygb is on a distinguished road
Thank you @panker1992 for this wonderful tool, I a beginner and this has solved a lot of my compression problems,
The only Thing now that bothers me is File Splitting so that i can put in my media Discs.
Can you help me with Data.bin splitting using Your Mask Compression or Inno Setup Disk Spanning or some other tool? I will be very thankful to you
Reply With Quote
  #580  
Old 27-11-2016, 05:35
MCWRX MCWRX is offline
Registered User
 
Join Date: Nov 2013
Location: Moldova
Posts: 19
Thanks: 6
Thanked 2 Times in 2 Posts
MCWRX is on a distinguished road
Hi. When using lc / lp / pb parameters I get "write error (disk full?)"

When I remove them from arc.ini, it is OK. Any ideas?

Code:
[External compressor:xz]
header = 0
packcmd   = xz a -txz -an -mcrc=0 -m1=lzma2:d400m:fb=273:mf=bt4:mc=1000000:lc=8:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>
Reply With Quote
  #581  
Old 27-11-2016, 06:03
Gupta Gupta is offline
Banned
 
Join Date: Aug 2016
Location: https://t.me/pump_upp
Posts: 399
Thanks: 139
Thanked 715 Times in 231 Posts
Gupta is on a distinguished road
Send a message via ICQ to Gupta Send a message via AIM to Gupta Send a message via Yahoo to Gupta
Quote:
Originally Posted by MCWRX View Post
Hi. When using lc / lp / pb parameters I get "write error (disk full?)"

When I remove them from arc.ini, it is OK. Any ideas?

Code:
[External compressor:xz]
header = 0
packcmd   = xz a -txz -an -mcrc=0 -m1=lzma2:d400m:fb=273:mf=bt4:mc=1000000:lc=8:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>
for lzma2, lc+lp cannot be larger then 4.
Reply With Quote
The Following User Says Thank You to Gupta For This Useful Post:
MCWRX (27-11-2016)
  #582  
Old 27-11-2016, 06:40
MCWRX MCWRX is offline
Registered User
 
Join Date: Nov 2013
Location: Moldova
Posts: 19
Thanks: 6
Thanked 2 Times in 2 Posts
MCWRX is on a distinguished road
Quote:
Originally Posted by PrinceGupta2000 View Post
for lzma2, lc+lp cannot be larger then 4.
thank you.

One more thing, when I try to unpack the archive, I get "Unsupported compression method srep:m3f:a1:l512"

This is my .bat file

Code:
-msrep:m3f:a1:l512+delta+xz
And arc.ini

Code:
[External compressor:srep]
;options  = l%d (minimal match length, default=512)
header = 0
packcmd   = srep64 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:xz]
header = 0
packcmd   = xz a -txz -an -mcrc=0 -m1=lzma2:d200m:fb=273:mf=bt4:mc=1000000 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>
I copied dec.exe (for unpacking) to my script folder and defined it inside the script

Code:
#define XZ

#ifdef XZ
Source: ISDone\dec.exe; DestDir: {tmp}; Flags: dontcopy
#endif

#ifdef XZ
    ExtractTemporaryFile('dec.exe');
#endif
Thanks in advance.
Reply With Quote
  #583  
Old 27-11-2016, 06:45
Gupta Gupta is offline
Banned
 
Join Date: Aug 2016
Location: https://t.me/pump_upp
Posts: 399
Thanks: 139
Thanked 715 Times in 231 Posts
Gupta is on a distinguished road
Send a message via ICQ to Gupta Send a message via AIM to Gupta Send a message via Yahoo to Gupta
Quote:
One more thing, when I try to unpack the archive, I get "Unsupported compression method srep:m3f:a1:l512"
Copy and extract cls-srep.dll instead
Reply With Quote
  #584  
Old 27-11-2016, 10:55
MCWRX MCWRX is offline
Registered User
 
Join Date: Nov 2013
Location: Moldova
Posts: 19
Thanks: 6
Thanked 2 Times in 2 Posts
MCWRX is on a distinguished road
Quote:
Originally Posted by PrinceGupta2000 View Post
Copy and extract cls-srep.dll instead
it is there from the beginning. It is not the first time I use srep.
Reply With Quote
  #585  
Old 12-12-2016, 09:10
L0v3craft's Avatar
L0v3craft L0v3craft is offline
Registered User
 
Join Date: Dec 2015
Location: Rome
Posts: 91
Thanks: 403
Thanked 24 Times in 15 Posts
L0v3craft is on a distinguished road
Hi guys, I downloaded the BlackBox_2.5.1 from page 38. It works but there is a little bug in the script !

It creates the desktop shortcut in both these cases:

1. If you don't check the box "Create Desktop Shortcut"

2. If you check the box "Create Desktop Shortcut"

And obviously it must creates the icon only in case number "2." . Can someone solve this bug/problem ? Thanks !
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
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 06:27.


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