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 10-02-2026, 10:51
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
I guess he needs a precompressor for lzma compressed files, but just a guess.
__________________
Haters gonna hate
Reply With Quote
Sponsored Links
  #2  
Old 10-02-2026, 14:38
USSRCoder USSRCoder is offline
Registered User
 
Join Date: Feb 2026
Location: Lviv
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
USSRCoder is on a distinguished road
Quote:
Originally Posted by kj911 View Post
It is true that if we have a lot of extra time and insist on squeezing out the theoretical compression maximum available with 7z/arc, without external prepackers/compressors, then using "m7zRepacker" (see this) or "Ultra7z Archive/UltraFreeARC" Optimizer is also an option. However, the question arises with these tools, is it worth the time invested? (see this)

For starters, we can also experiment with this (DiskSpan GUI): https://fileforums.com/showthread.php?t=104507
Need time for check this progs.

Quote:
Originally Posted by KaktoR View Post
I guess he needs a precompressor for lzma compressed files, but just a guess.
Yes, U R right. I need a precompressor for lzma streams.

Last edited by USSRCoder; 10-02-2026 at 14:42.
Reply With Quote
  #3  
Old 11-02-2026, 18:06
Hexagon123 Hexagon123 is offline
Registered User
 
Join Date: Dec 2016
Location: IOWA
Posts: 80
Thanks: 4
Thanked 49 Times in 30 Posts
Hexagon123 is on a distinguished road
Quote:
Originally Posted by USSRCoder View Post
Need time for check this progs.


Yes, U R right. I need a precompressor for lzma streams.
Certain games may have LZMA on it such as Ice Age 4: Drift - Arctic Games, Games running on the Vicarious Visions Alchemy like Marvel Ultimate Alliance 2, Unity Engine titles like Double Cross, and a few others.
Reply With Quote
  #4  
Old 28-02-2026, 16:05
SergeyVeter SergeyVeter is offline
Registered User
 
Join Date: Dec 2021
Location: Russia
Posts: 11
Thanks: 7
Thanked 0 Times in 0 Posts
SergeyVeter is on a distinguished road
Hi everyone! Please help me, I'm a beginner and I can't figure it out! I created an archive of the game, created Setup, but for some reason it only works with the text file "Archives". Why is that? Maybe I need to add something in Inno Setup? Help me out!
Reply With Quote
  #5  
Old 28-02-2026, 16:26
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
What script did you use?
What tools did you use to compress the game?
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
SergeyVeter (01-03-2026)
  #6  
Old 01-03-2026, 01:25
SergeyVeter SergeyVeter is offline
Registered User
 
Join Date: Dec 2021
Location: Russia
Posts: 11
Thanks: 7
Thanked 0 Times in 0 Posts
SergeyVeter is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
What script did you use?
What tools did you use to compress the game?
Hello! DiskSpan GUI tool, script xtool:c32mb:mcp2077+srep_new:490g+LOLZ_ULTRA
Reply With Quote
  #7  
Old 01-03-2026, 03:32
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
What inno setup script do you use?
__________________
Haters gonna hate
Reply With Quote
  #8  
Old 01-03-2026, 03:55
SergeyVeter SergeyVeter is offline
Registered User
 
Join Date: Dec 2021
Location: Russia
Posts: 11
Thanks: 7
Thanked 0 Times in 0 Posts
SergeyVeter is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
What inno setup script do you use?
I'm still a bit of a scripting whiz. I've tried all the installers from the first page of the DiskSpan GUI, but they probably don't specify how to use it without text documents. I suspect I need to add something like this somewhere in the script:
[Archive1]
Type=Freearc
Source={src}\Name.bin
Output={app}
Disk=1
Password=
Reply With Quote
  #9  
Old 01-03-2026, 04:45
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
If you used DiskSpan GUI, there will be created a file called "Records.ini" which is required.

Compile one of the compatible installers and move the compiled Setup.exe to the same folder where the compressed archive BIN files and records.ini file is located.
__________________
Haters gonna hate
Reply With Quote
  #10  
Old 01-03-2026, 04:54
SergeyVeter SergeyVeter is offline
Registered User
 
Join Date: Dec 2021
Location: Russia
Posts: 11
Thanks: 7
Thanked 0 Times in 0 Posts
SergeyVeter is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
If you used DiskSpan GUI, there will be created a file called "Records.ini" which is required.

Compile one of the compatible installers and move the compiled Setup.exe to the same folder where the compressed archive BIN files and records.ini file is located.
As I understand it, the installer won't work without the records.ini file?
Reply With Quote
  #11  
Old 01-03-2026, 04:56
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Records.ini is required because it stores the information required for the installer to extract the archives.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
SergeyVeter (01-03-2026)
  #12  
Old 01-03-2026, 05:02
SergeyVeter SergeyVeter is offline
Registered User
 
Join Date: Dec 2021
Location: Russia
Posts: 11
Thanks: 7
Thanked 0 Times in 0 Posts
SergeyVeter is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Records.ini is required because it stores the information required for the installer to extract the archives.
I had a question about this: is it possible to write this information into a script, into the installer itself? Sorry, I'm just a crazy aesthete; I prefer it when there's just a bin archive and an installer.))))))))
Reply With Quote
  #13  
Old 01-03-2026, 05:06
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
It is possible to include this file in Setup.dll, and for some installers it is even possible to include Setup.dll itself into Setup.exe so you have only Setup.exe + compressed archives.

Setup.dll is a FreeArc archive. You can extract it with FreeArc normally (change DLL extension to ARC).
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
SergeyVeter (01-03-2026)
  #14  
Old 01-03-2026, 05:16
SergeyVeter SergeyVeter is offline
Registered User
 
Join Date: Dec 2021
Location: Russia
Posts: 11
Thanks: 7
Thanked 0 Times in 0 Posts
SergeyVeter is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
It is possible to include this file in Setup.dll, and for some installers it is even possible to include Setup.dll itself into Setup.exe so you have only Setup.exe + compressed archives.

Setup.dll is a FreeArc archive. You can extract it with FreeArc normally (change DLL extension to ARC).
Thank you very much! I'll look into it and let you know if I have any questions.)
Reply With Quote
  #15  
Old 11-03-2026, 01:57
SergeyVeter SergeyVeter is offline
Registered User
 
Join Date: Dec 2021
Location: Russia
Posts: 11
Thanks: 7
Thanked 0 Times in 0 Posts
SergeyVeter is on a distinguished road
Thumbs up

Quote:
Originally Posted by KaktoR View Post
It is possible to include this file in Setup.dll, and for some installers it is even possible to include Setup.dll itself into Setup.exe so you have only Setup.exe + compressed archives.

Setup.dll is a FreeArc archive. You can extract it with FreeArc normally (change DLL extension to ARC).
Thank you, it worked!
Reply With Quote
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
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 09:37.


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