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 18-05-2021, 22:49
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 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)
Sponsored Links
  #2  
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
  #3  
Old 20-05-2021, 02:07
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 406
Thanks: 137
Thanked 117 Times in 70 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)
  #4  
Old 19-05-2021, 07:55
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 188 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 2 Users Say Thank You to :( Sad8669 For This Useful Post:
danger9 (30-04-2025), JustFun (09-07-2021)
  #5  
Old 07-07-2021, 13:25
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by :( Sad8669 View Post
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.
Could you tell me which zstd library version you used?
__________________
Haters gonna hate
Reply With Quote
  #6  
Old 20-05-2021, 00:18
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 188 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)
  #7  
Old 20-05-2021, 02:25
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 188 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)
  #8  
Old 20-05-2021, 11:02
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 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)
  #9  
Old 20-05-2021, 11:25
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 188 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, 133 views)
Reply With Quote
  #10  
Old 20-05-2021, 14:24
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 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
  #11  
Old 20-05-2021, 21:42
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 188 Times in 101 Posts
:( Sad8669 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
Shift+right click to open command window from context menu?
He is eventually going to use .bat files in future, taking long methods may help build more experience.
Reply With Quote
  #12  
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
  #13  
Old 20-05-2021, 15:32
HunterEmrah HunterEmrah is offline
Registered User
 
Join Date: Jan 2013
Location: Canada
Posts: 59
Thanks: 28
Thanked 15 Times in 13 Posts
HunterEmrah is on a distinguished road
Can you suggest something good for Days Gone?
Reply With Quote
  #14  
Old 20-05-2021, 20:36
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by HunterEmrah View Post
Can you suggest something good for Days Gone?
https://fileforums.com/showpost.php?...&postcount=101

Code:
 21:43:42 - Selected ARC method for Data1.bin was: oo2reck7+srep_new+4x4:b64mb:lzma:ultra:64m:bt4:fb273:lc8:mc1000000

 03:01:52 - Overall input size: 44.40 GB
 03:01:52 - Overall output size: 23.05 GB
 03:01:52 - Overall conversion time: 05:18:04
__________________
Haters gonna hate

Last edited by KaktoR; 20-05-2021 at 20:38.
Reply With Quote
The Following 5 Users Say Thank You to KaktoR For This Useful Post:
Danziel123 (21-05-2021), ffmla (24-05-2021), HunterEmrah (20-05-2021), mausschieber (21-05-2021), Prettyboy099 (20-05-2021)
  #15  
Old 22-05-2021, 12:47
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
Mass Effect Legendary Edition

Code:
 12:08:32 - Selected ARC method for Data1a.bin was: bpk
 12:08:32 - Selected ARC method for Data1b.bin was: xtool_ue3_mele+srep_new+4x4:b64mb:lzma:ultra:64m:bt4:fb273:lc8:mc1000000
------------------------------------------------------------------------------------
 18:18:58 - Overall input size: 103.74 GB
 18:18:58 - Overall output size: 60.84 GB
 18:18:58 - Overall conversion time: 06:10:21
Edit: Do not use bpk. You will get crc errors on unpacking.
__________________
Haters gonna hate

Last edited by KaktoR; 08-08-2021 at 08:23.
Reply With Quote
The Following 9 Users Say Thank You to KaktoR For This Useful Post:
Cesar82 (22-05-2021), Danziel123 (22-05-2021), ffmla (24-05-2021), GTX590 (15-06-2021), JustFun (09-07-2021), L33THAK0R (22-05-2021), mausschieber (22-05-2021), Prettyboy099 (22-05-2021), Razor12911 (24-05-2021)
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
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 22:55.


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