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

Reply
 
Thread Tools Display Modes
  #1  
Old 09-04-2023, 00:50
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,155
Thanks: 284
Thanked 1,346 Times in 610 Posts
Masquerade is on a distinguished road
Smile Newbie Question Thread

To all new members, welcome to FileForums!

This thread is for newbies to ask questions regarding learning how to compress their own games. The idea behind this thread is to have an informal pool of knowledge where new members can ask questions and more experienced people can answer without polluting the forum with single question topics.

Anything goes, just please be respectful and follow the Forum Rules.

If you have a question about compressing a specific game, please ask here.
Reply With Quote
The Following 9 Users Say Thank You to Masquerade For This Useful Post:
Abhijeet (13-03-2024), adrianskiloses (09-04-2023), allgravy (15-04-2023), dra. (23-02-2024), Grumpy (09-04-2023), JustFun (13-05-2023), KaktoR (09-04-2023), mausschieber (09-04-2023), Razor12911 (11-04-2023)
Sponsored Links
  #2  
Old 09-04-2023, 01:43
adrianskiloses adrianskiloses is offline
Registered User
 
Join Date: Apr 2023
Location: N/A
Posts: 26
Thanks: 25
Thanked 3 Times in 3 Posts
adrianskiloses is on a distinguished road
1. What are usually the steps for a repacker to start working on repacking a game? (Assuming all gamefiles are not already packed or encrypted and are "open")
2. What is an easy Inno Setup "template" can you suggest for beginners (and has enough documentation to get started easily) and tutorials for making new ones?
3. Is AutoIt scripts a suitable replacement for batch files?
4. How do I adopt my repacking setup to be suitable and convenient for making xdelta patches?

Thank you.
Reply With Quote
  #3  
Old 09-04-2023, 02:34
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,155
Thanks: 284
Thanked 1,346 Times in 610 Posts
Masquerade is on a distinguished road
^^
1. If there's no compression or encryption to look for, then jump straight to compressing your archive. Tools like XTool ([1], [2]) can act as precompressors for certain algorithms so you don't have to manually decompress the data when you find a compressed game. XTool handles it whilst making your archive.

2. Try this. All the info you need is there and it is equipped with the required libraries to unpack FreeArc archives.

3. Never used it, batch files are just easier and don't trigger AntiVirus.

4. Making patches is a bit outside the scope of our forum since this is for compressing game backups. However, there are two AIO utilities I recommend to make patches - Anadius' tool and ISXPM. Anadius' tool is easier to use but offers only XDelta whereas ISXPM offers more customisation and choice of patch engine (XDelta, HDiffZ or JDiff).
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
cyberpunk1994 (10-03-2024)
  #4  
Old 09-04-2023, 03:25
adrianskiloses adrianskiloses is offline
Registered User
 
Join Date: Apr 2023
Location: N/A
Posts: 26
Thanks: 25
Thanked 3 Times in 3 Posts
adrianskiloses is on a distinguished road
Thank you for the reply.
In a previous post you have recommended DiskSpan_GUI for compression, and unfortunately not enough documentation is provided on how to split into several bin files, and how to seperate decompression method for that particular bin files. It is a useful tool, but not much information for now.
I was essentially looking for templates that work with DiskSpan_GUI, but SIS is excellent and simple.

As for precomp, is it necessary to first go through one type of files on the game, running a command/script to compress all of them, then run another command, for example, for the soundtracks, etc? And after being done with all that, what would be the best compression (for .bin files) post-precomping?

Is it preferable to put the decomp scripts and utilities on the bin files, and after extraction, run the scripts to decompress the assets, or some other way is preferred?

I also do not understand the compression method command thingy, an example is this:
Quote:
srep+LOLZ_NORMAL/$mscpack=msc/$jpgpack=xtool:mbrunsli/$oggrepack=oggre/$mp3pack=mpz/$ddspack=srep+LOLZ_NORMAL/$deflatepack=xt_zlib+srep+LOLZ_NORMAL/$storepack=FA-MIN/$textpack=srep+LZMA
Thank you again.
Reply With Quote
  #5  
Old 09-04-2023, 04:13
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,357
Thanks: 1,076
Thanked 6,950 Times in 2,629 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by adrianskiloses View Post
Thank you for the reply.
In a previous post you have recommended DiskSpan_GUI for compression, and unfortunately not enough documentation is provided on how to split into several bin files, and how to seperate decompression method for that particular bin files. It is a useful tool, but not much information for now.
I was essentially looking for templates that work with DiskSpan_GUI, but SIS is excellent and simple.
I wrote a quick guide here: https://fileforums.com/showpost.php?...6&postcount=13
In the next days I will write even more informations about how to properly set-up all the settings.
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
adrianskiloses (09-04-2023), murphy78 (10-09-2023)
  #6  
Old 09-04-2023, 05:08
adrianskiloses adrianskiloses is offline
Registered User
 
Join Date: Apr 2023
Location: N/A
Posts: 26
Thanks: 25
Thanked 3 Times in 3 Posts
adrianskiloses is on a distinguished road
Cool

Quote:
Originally Posted by KaktoR View Post
I wrote a quick guide here: https://fileforums.com/showpost.php?...6&postcount=13
In the next days I will write even more informations about how to properly set-up all the settings.
Thank you very much for writing the guide and also for choosing a game that I was working on as well!

Just a smol issue (literally ) some of the screenshots are too small to be able to zoom-in in browser and see clearly, so a little fix pls

But other than that, it is very informational.

Last edited by adrianskiloses; 09-04-2023 at 05:15. Reason: no "thanks"! >:( [just found the "dont make useless thank posts" rule, even though this has something to say and is not "usel
Reply With Quote
  #7  
Old 09-04-2023, 05:35
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,357
Thanks: 1,076
Thanked 6,950 Times in 2,629 Posts
KaktoR is on a distinguished road
I have added direct links to imgur.com above the images. They are in the original measurements there.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
adrianskiloses (09-04-2023)
  #8  
Old 10-04-2023, 00:34
adrianskiloses adrianskiloses is offline
Registered User
 
Join Date: Apr 2023
Location: N/A
Posts: 26
Thanks: 25
Thanked 3 Times in 3 Posts
adrianskiloses is on a distinguished road
Alright, now that the files are compressed, its now time to create the actual setup.exe program. How does one go about that? I noticed that DiskSpan_GUI makes a Setup.dll
which I assume holds all of the decomp program for installing (?) .
However, I might be wrong, so how DO you use the Setup.dll file?
Thanks.
Reply With Quote
  #9  
Old 10-04-2023, 00:55
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,357
Thanks: 1,076
Thanked 6,950 Times in 2,629 Posts
KaktoR is on a distinguished road
Setup.dll is a freearc archive actually. It contains all files needed to unpack the compressed files.

You can use one of the supported installers.
https://www.fileforums.com/showpost....87&postcount=3

However you can also use DiskSpan_GUI.exe for installing. Just copy DiskSpan_GUI.exe to the same folder where Setup.dll is and run it.
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
adrianskiloses (10-04-2023), allgravy (15-04-2023)
  #10  
Old 10-04-2023, 01:34
adrianskiloses adrianskiloses is offline
Registered User
 
Join Date: Apr 2023
Location: N/A
Posts: 26
Thanks: 25
Thanked 3 Times in 3 Posts
adrianskiloses is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
You can use one of the supported installers.
https://www.fileforums.com/showpost....87&postcount=3

However you can also use DiskSpan_GUI.exe for installing. Just copy DiskSpan_GUI.exe to the same folder where Setup.dll is and run it.
I see. It is quite useful; however I would like to use the supported installers, which, I don't know what to use and how to use them with Setup.dll, etc.

A few pointers would be appreciated

Thank you!
Reply With Quote
  #11  
Old 10-04-2023, 04:03
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,357
Thanks: 1,076
Thanked 6,950 Times in 2,629 Posts
KaktoR is on a distinguished road
For all the installers, you have just to make the settings you want, like setting the game name, size and so on, then compile the script. After that you got a setup.exe file which you copy to the same folder where setup.dll and the compressed archives are located and then run setup.exe and install. Simple
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
adrianskiloses (10-04-2023), sinraw (13-04-2023)
  #12  
Old 11-04-2023, 08:42
adrianskiloses adrianskiloses is offline
Registered User
 
Join Date: Apr 2023
Location: N/A
Posts: 26
Thanks: 25
Thanked 3 Times in 3 Posts
adrianskiloses is on a distinguished road
Another question:
What if I convert all the mp3 files in a game to ogg beforehand, and then attach a ogg to mp3 converter and a batch script to revert them back to mp3? Will it improve compression ratio, even a little bit depending on how many mp3 files are there?
Reply With Quote
  #13  
Old 11-04-2023, 08:52
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,357
Thanks: 1,076
Thanked 6,950 Times in 2,629 Posts
KaktoR is on a distinguished road
Why would you do this anyways? You have some tools to compress mp3 files. Another thing is, that in most cases you wouldn't be able to convert the ogg files back to mp3 with the correct hashsum, which means you have to create some diff files to patch the converted files back to original.
__________________
Haters gonna hate
Reply With Quote
  #14  
Old 12-04-2023, 17:13
Ra7eN Ra7eN is offline
Registered User
 
Join Date: Apr 2023
Location: Midwest USA
Posts: 16
Thanks: 4
Thanked 0 Times in 0 Posts
Ra7eN is on a distinguished road
Question precomp and wav files

I have several games that rely on wav files. what would be the best way to go about this. precomp that I know of cannot handle wav files.

thanks!!

Example, I like RIPPING. Skyrim has gigs of wav files that i can lame down to about 10%-25%, but I need to get them back into the bsa. How would I do this?

Last edited by Ra7eN; 12-04-2023 at 17:28.
Reply With Quote
  #15  
Old 13-04-2023, 04:25
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,155
Thanks: 284
Thanked 1,346 Times in 610 Posts
Masquerade is on a distinguished road
For WAV audio, use MSC with Tak plugin. You can rebuild the BSA archives using BSAOpt.
https://www.nexusmods.com/skyrim/mods/247/

Please note if you recode the wavs to mp3 with lame, the game might not recognise them anymore.
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
newbie question bigorangekitty PS2 Games 5 15-05-2002 16:51
Total newbie...dumb question...patience please! xxxMikexxx PC Games 1 02-04-2002 23:19
newbie question troi22 PS2 Games 1 28-02-2002 03:18
newbie PAL patch question for Pro Evolution Purple Cowboy PS2 Games 2 19-02-2002 12:39
Newbie question...how do I know if the game I've downloaded is Autoboot or not? konichiwa DC Games 1 23-11-2000 20:35



All times are GMT -7. The time now is 00:15.


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