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

Reply
 
Thread Tools Display Modes
  #2401  
Old 18-05-2021, 13:38
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 950
Thanks: 242
Thanked 1,085 Times in 510 Posts
Masquerade is on a distinguished road
Peter72
Chain commands together using the -m switch in freearc:

-msrep+lolz

example
Reply With Quote
Sponsored Links
  #2402  
Old 18-05-2021, 15:27
Peter72 Peter72 is offline
Registered User
 
Join Date: Mar 2021
Location: Anywhere
Posts: 5
Thanks: 5
Thanked 0 Times in 0 Posts
Peter72 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
Peter72
Chain commands together using the -m switch in freearc:

-msrep+lolz

example
Thanks for your reply. I added the "-m" before the compression line, but I think I don't get it correctly. So here is my code:

arc.exe a -ep1 -r -ed -s; -w.\temp\setup-3.bin srep:m3f+lzma:176m:normal:bt4:273:mc1000000000:lc8 "D:\Games\Immortals Fenyx Rising\PCK\*"
pause

I have divided the game files, and I am attempting to compress just the .pck files. If it write -msrep+lzma.... , it doesn't compile; it says (Unsupported compression method or error in parameters: srep:m3f). But when I remove it to just "srep+.." it starts compressing. But the thing now that it stops after compressing, leaves me with the .tmp file. It looks like this:

{
D:\Setup Files\oo2recm>arc.exe a -ep1 -r -ed -s; -w.\temp\setup-3.bin srep:m3f+lzma:176m:normal:bt4:273:mc1000000000:lc8 "D:\Games\Immortals Fenyx Rising\PCK\*"
FreeArc 0.67 (March 15 2014) creating archive: srep:m3f+lzma:176m:normal:bt4:273:mc1000000000:lc8 .arc
Compressed 21 files, 1,796,076,026 => 1,685,152,333 bytes. Ratio 93.82%
Compression time: cpu 124.30 sec/real 26.31 sec = 472%. Speed 68.27 mB/s
Copying temporary archive freearc1.tmp to srep:m3f+lzma:176m:normal:bt4:273:mc1000000000:lc8 .arc
Keeping temporary archive freearc1.tmparc.exe: srep:m3f+lzma:176m:normal:bt4:273:mc1000000000:lc8 .arc: open: invalid argument (Invalid argument)

D:\Setup Files\oo2recm>pause
Press any key to continue . . .
}

Keeping in mind that I don't know the use of those commands "a -ep1 -r -ed -s;". So what is the problem here? What am I not understanding or doing wrong?
Reply With Quote
  #2403  
Old 18-05-2021, 19:22
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 186 Times in 101 Posts
:( Sad8669 is on a distinguished road
Peter72

you need :

Code:
arc.ini - Set methods here 
arc.exe - Execute compression
pack folder - where you need to keep your files that will be compressed
temp folder - where temporary data will be kept by freearc during compression
and the compressors - the compressor itself along with required libraries.

all in the same folder.
Reply With Quote
  #2404  
Old 18-05-2021, 19:57
Peter72 Peter72 is offline
Registered User
 
Join Date: Mar 2021
Location: Anywhere
Posts: 5
Thanks: 5
Thanked 0 Times in 0 Posts
Peter72 is on a distinguished road
Okay... I downloaded XTool, copied all the binaries and libraries into the folder, and added the above code in the pack.bat file. Everything is still the same. I am still stuck with a 1.6 GB .tmp file as in the image. Correct me if I am wrong, there are some coding that should be written in the arc.ini file. If so, I have no idea about it? What to do now?
Reply With Quote
  #2405  
Old 18-05-2021, 20:28
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 186 Times in 101 Posts
:( Sad8669 is on a distinguished road
Don't start repacking IFR like games right off the bat.

lzma uses FAZip32.exe which is not present in your folder.
lzma needs to be set in arc.ini before it can be used.

open your arc.ini:

Code:
[External Compressor:X]
header = 0
packcmd = X.exe e {options} <stdin> <stdout>
a basic structure is like this. You can't learn it all in one day, just keeping compressing games until you evolve and don't use commands as a beginner, use something like UltraArc or DiskSpan as a beginner.
Reply With Quote
The Following User Says Thank You to :( Sad8669 For This Useful Post:
Peter72 (19-05-2021)
  #2406  
Old 18-05-2021, 22:49
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 950
Thanks: 242
Thanked 1,085 Times in 510 Posts
Masquerade is on a distinguished road
Peter72
You set your temp folder as setup3.bin instead of the output archive.
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
Peter72 (19-05-2021)
  #2407  
Old 19-05-2021, 07:55
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 186 Times in 101 Posts
:( Sad8669 is on a distinguished road
Star Wars : Squadrons

Code:
Method : xtool_zstd+srep:m3f:l512+lolz:dtb1:d128:mtt0:mt4:mc1023
Compression Time : 20 Hours
Decompression Time : 1 Hour 39 Minutes
Initial Size : 31.5 GB
Final Size : 20.5 GB
Possibilities : You can rip Multiplayer files if you don't need them.

Last edited by :( Sad8669; 30-05-2021 at 01:49.
Reply With Quote
The Following User Says Thank You to :( Sad8669 For This Useful Post:
JustFun (09-07-2021)
  #2408  
Old 19-05-2021, 10:33
Peter72 Peter72 is offline
Registered User
 
Join Date: Mar 2021
Location: Anywhere
Posts: 5
Thanks: 5
Thanked 0 Times in 0 Posts
Peter72 is on a distinguished road
Okay... I will slow it down. But the problem is that there is no beginner guide in the whole process. So when I stumble upon something for a beginner, I try it out. But I have no clue what are the things to learn sequentially. If you can direct me to the things to learn, I will be so grateful. So for example,

"You need to learn
1) X, then (Links to 1)
2) Y, then alternate your methods to (Links to 2)
3) Z (coding for instance) (Links to 3)"

Maybe one day, I will make a beginner book.
Reply With Quote
  #2409  
Old 20-05-2021, 00:18
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 186 Times in 101 Posts
:( Sad8669 is on a distinguished road
Mini Car Racing - Tiny Split Screen Tournament

Code:
Method : ZTool+SREP+LOLZ
Compression Time : 49 Minutes
Decompression Time : 34 Seconds
Initial Size : 2.06 GB
Final Size : 284 MB
Side Notes : I don't know if the game contains any lz4 streams and by the time i was compressing this game, i didn't realized that there was a Unity precompressor plugin for XTool.

Last edited by :( Sad8669; 15-06-2021 at 12:00.
Reply With Quote
The Following User Says Thank You to :( Sad8669 For This Useful Post:
JustFun (09-07-2021)
  #2410  
Old 20-05-2021, 02:07
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 317
Thanks: 106
Thanked 47 Times in 33 Posts
L33THAK0R is on a distinguished road
Quote:
Originally Posted by Peter72 View Post
Okay... I will slow it down. But the problem is that there is no beginner guide in the whole process. So when I stumble upon something for a beginner, I try it out. But I have no clue what are the things to learn sequentially. If you can direct me to the things to learn, I will be so grateful. So for example,

"You need to learn
1) X, then (Links to 1)
2) Y, then alternate your methods to (Links to 2)
3) Z (coding for instance) (Links to 3)"

Maybe one day, I will make a beginner book.
I'd recommend reading the pinned posts on this board, plus giving as much information as possible, when posting about any issues or queries. These 2 things have helped me immensely with learning about this hobby/field.
Reply With Quote
The Following User Says Thank You to L33THAK0R For This Useful Post:
Peter72 (20-05-2021)
  #2411  
Old 20-05-2021, 02:25
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 186 Times in 101 Posts
:( Sad8669 is on a distinguished road
I agree, just start reading this thread from the first page, the problems solved in the past might help you start.
Reply With Quote
The Following User Says Thank You to :( Sad8669 For This Useful Post:
Peter72 (20-05-2021)
  #2412  
Old 20-05-2021, 11:02
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 950
Thanks: 242
Thanked 1,085 Times in 510 Posts
Masquerade is on a distinguished road
Peter72
A nice place to start is, if you like the steps order:

1. take a look at freearc's command line and see what all your various switches do. Using a custom temp folder is hugely useful if your OS is on an SSD (-w switch). -m switch is for the compression method.

2. Look into using arc.ini to add external compressors. Start with something like XTool or srep. There's plenty of premade compressors in this forum which already have packcmds in the arc.ini, and you can use these to learn the correct structure.

3. Learn about using multiple compressors chained together using the + sign in -m switch, e.g. -msrep+lolz

4. Learn to use multiple methods on 1 archive by using arc.groups to make a mask ( I won't type all this in 1 message, but I will happily explain masks you are interested - just this way I save you some time by looking at building blocks first)
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
Peter72 (20-05-2021)
  #2413  
Old 20-05-2021, 11:25
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 186 Times in 101 Posts
:( Sad8669 is on a distinguished road
When you have arc.exe in your folder, you can run a .bat file to learn about their parameters.

Copy below and save it as .bat and run it in the same folder as arc.exe.

Help.bat
Code:
arc.exe
pause
From here you can learn what each command does.
Attached Images
File Type: png Help.PNG (4.8 KB, 120 views)
Reply With Quote
  #2414  
Old 20-05-2021, 12:52
Peter72 Peter72 is offline
Registered User
 
Join Date: Mar 2021
Location: Anywhere
Posts: 5
Thanks: 5
Thanked 0 Times in 0 Posts
Peter72 is on a distinguished road
Thank you very much for these info. It very much useful. And to Masquerade, I will be asking you about the masks when I get there
Reply With Quote
  #2415  
Old 20-05-2021, 14:24
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 950
Thanks: 242
Thanked 1,085 Times in 510 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by :( Sad8669 View Post
When you have arc.exe in your folder, you can run a .bat file to learn about their parameters.
Shift+right click to open command window from context menu?
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
Games Are For Kids JoyBoy Chit Chat 83 16-11-2021 14:28
CorePack Compression methods ? Help ramazan19833 Conversion Tutorials 34 09-08-2018 06:51
i got the email in the mail about copying ps2 games EVOEvo PS2 Games 7 21-11-2003 07:56
Self-booting games on an older Japanese DC? Named DC Games 1 26-09-2003 17:48
Having Problems Burning Numerous *Recent* Games....Help is Appreciated Protosstic PSX Games 2 15-01-2002 21:27



All times are GMT -7. The time now is 14:58.


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