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
  #256  
Old 09-09-2025, 10:15
Dunnowho69 Dunnowho69 is offline
Registered User
 
Join Date: Mar 2025
Location: Hawaii
Posts: 71
Thanks: 182
Thanked 5 Times in 4 Posts
Dunnowho69 is on a distinguished road
Quote:
Originally Posted by shazzla View Post
Maybe cls-diskspan can help you. Freearc doesnt have native archive splitting feature.
Is this what you want?
I can split the archives using cls-diskspan.dll with freearc but how can i integrate with my installer for decompression ? Would be really gratefull if you could give a example
Reply With Quote
Sponsored Links
  #257  
Old 09-09-2025, 12:41
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 292
Thanks: 523
Thanked 102 Times in 78 Posts
shazzla is on a distinguished road
Afair just add the .dll to your script ,like cls-lolz,etc.
Reply With Quote
The Following User Says Thank You to shazzla For This Useful Post:
Dunnowho69 (10-09-2025)
  #258  
Old 10-09-2025, 06:44
Dunnowho69 Dunnowho69 is offline
Registered User
 
Join Date: Mar 2025
Location: Hawaii
Posts: 71
Thanks: 182
Thanked 5 Times in 4 Posts
Dunnowho69 is on a distinguished road
Quote:
Originally Posted by shazzla View Post
Afair just add the .dll to your script ,like cls-lolz,etc.
I tried many time but always get this is not a freearc archive error
Reply With Quote
  #259  
Old 10-09-2025, 07:01
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 292
Thanks: 523
Thanked 102 Times in 78 Posts
shazzla is on a distinguished road
Did you test your archive? (Arc.exe t yourarchive.arc)
Reply With Quote
The Following User Says Thank You to shazzla For This Useful Post:
Dunnowho69 (10-09-2025)
  #260  
Old 10-09-2025, 07:23
Dunnowho69 Dunnowho69 is offline
Registered User
 
Join Date: Mar 2025
Location: Hawaii
Posts: 71
Thanks: 182
Thanked 5 Times in 4 Posts
Dunnowho69 is on a distinguished road
Quote:
Originally Posted by shazzla View Post
Did you test your archive? (Arc.exe t yourarchive.arc)
Yes I tested there was no issue, Used arc.exe a -i1 -ds -ep1 -r -s; -ed -w.\_Temp -m=diskspan:5mb _Output\data1.bin "_Pack\*" this to create the archives
Code:
FreeArc 0.67 (September 13 2014) creating archive: _Output\data1.bin
Compressed 13 files, 8,241,527 => 5,242,902 bytes. Ratio 63.62%
Compression time: cpu 0.02 sec/real 0.11 sec = 14%. Speed 75.41 mB/s
All OK
and arc.exe t -i1 -w.\_Temp "_Output\data1.bin" to test it
Code:
FreeArc 0.67 (September 13 2014) testing archive: _Output\data1.bin
Tested 13 files, 5,242,902 => 8,241,527 bytes. Ratio 63.62%
Testing time: cpu 0.34 sec/real 9.04 sec = 4%. Speed 0.91 mB/s
All OK
thats why i was looking for an example on how to use diskspan in a installer

Last edited by Dunnowho69; 10-09-2025 at 07:28.
Reply With Quote
  #261  
Old 10-09-2025, 07: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
From where do you got the diskspan library?

There should be an example script.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Dunnowho69 (10-09-2025)
  #262  
Old 10-09-2025, 10:01
Dunnowho69 Dunnowho69 is offline
Registered User
 
Join Date: Mar 2025
Location: Hawaii
Posts: 71
Thanks: 182
Thanked 5 Times in 4 Posts
Dunnowho69 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
From where do you got the diskspan library?

There should be an example script.
Got it from DSG , would be really grateful if you could share the link to the one you just said or something similar
Reply With Quote
  #263  
Old 10-09-2025, 10: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
If you got it from DSG, there should be a folder named "_Script Example (DSG_Module)".

There you simply compile the script "ISDone_Example.iss" and use the Setup.exe in Output folder to unpack your archive.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Dunnowho69 (10-09-2025)
  #264  
Old 10-09-2025, 11:08
Dunnowho69 Dunnowho69 is offline
Registered User
 
Join Date: Mar 2025
Location: Hawaii
Posts: 71
Thanks: 182
Thanked 5 Times in 4 Posts
Dunnowho69 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
If you got it from DSG, there should be a folder named "_Script Example (DSG_Module)".

There you simply compile the script "ISDone_Example.iss" and use the Setup.exe in Output folder to unpack your archive.
It seems pretty complicated, is there no easier way to integrate diskspan to a existing script ?
Reply With Quote
  #265  
Old 13-12-2025, 21:30
Dunnowho69 Dunnowho69 is offline
Registered User
 
Join Date: Mar 2025
Location: Hawaii
Posts: 71
Thanks: 182
Thanked 5 Times in 4 Posts
Dunnowho69 is on a distinguished road
Any way to disable second pass on srep? It is it must ?
Reply With Quote
  #266  
Old 14-12-2025, 05:22
wareck wareck is offline
Registered User
 
Join Date: Dec 2017
Location: Mars
Posts: 153
Thanks: 29
Thanked 113 Times in 80 Posts
wareck is on a distinguished road
I think it's mandatory
Reply With Quote
The Following User Says Thank You to wareck For This Useful Post:
Dunnowho69 (14-12-2025)
  #267  
Old 14-12-2025, 06:21
Dunnowho69 Dunnowho69 is offline
Registered User
 
Join Date: Mar 2025
Location: Hawaii
Posts: 71
Thanks: 182
Thanked 5 Times in 4 Posts
Dunnowho69 is on a distinguished road
Quote:
Originally Posted by wareck View Post
I think it's mandatory
Sometimes had to face storage issues because of this so thought if it was possible to disable somehow anyway thanks for the reply
Reply With Quote
  #268  
Old 14-12-2025, 08:37
wareck wareck is offline
Registered User
 
Join Date: Dec 2017
Location: Mars
Posts: 153
Thanks: 29
Thanked 113 Times in 80 Posts
wareck is on a distinguished road
you may try to use other deduplicator
Like exdude, dedub from panker.

in another way, system work like this :

Original File => decompress/decode => deduplication (try to find repetitions in files) => compression.

On each step you have 2 files

Orignal file and processed file, it is not uncommon to need a lot of disk space during conversion processus.
In another hand SREP do it a lot in memory. only result is stored.
On my computer I've got 32Gb of ram when I do some huge conversion it's more or less all used.

You may try to change :
-vmfile=FILENAME
-slp-


And for finish, if srep hang or crash during second pass => try other version of srep some of them are more stable
Personally, I use 4.90 in 99% of cases.
Reply With Quote
The Following User Says Thank You to wareck For This Useful Post:
Dunnowho69 (14-12-2025)
  #269  
Old 14-12-2025, 09:44
kj911 kj911 is offline
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 231
Thanks: 158
Thanked 88 Times in 62 Posts
kj911 is on a distinguished road
How common is it in games these days to have 5.1 (or similar) multi-track uncompressed audio tracks?

Is it not at all common or rare? (Usually, mono/stereo audio files occur in games.) A rough example of this in terms of volume is the game Titanfall, with its nearly 35GB of uncompressed audio.

The question would be interesting because according to the statements on the "HydrogenAudio" forum, for multi-channel audio tracks, the TAK codec is much better than FLAC and the like. Does anyone have any experience with compression with this?

Similarly to compressed audio, BINK2 is still the most common video codec, and in the case of games released in the current decade, is it starting to gain ground instead, with videos encoded with x264/x265? (In the case of x264, one could technically talk about lossless recompression, like BPK does with Bink1/2 files.)
Reply With Quote
  #270  
Old 10-02-2026, 05:34
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
Help me find a recompressor for LZMA, .exe archive (100 MB). Made with Inno Setup Data (5.3.6) (u). 100% LZMA is used (for Setup Data and Setup Files, I wrote the unpacker).

I need to unpack an LZMA stream and then pack it into an archive (FreeARC).

I'm doing this for myself; I don't need to create an Installer later.

I tried:
xtool precomp -mzlib+preflate+reflate+lz4+lz4hc+lzo1x+zstd -c1024 MB
precomp.exe -intense -brute
bms2xtl.exe (but bms2xtl.ini says Exclude=lzma_dynamic,snappy)

and many other utilities, but they don't find LZMA streams in this exe.

Finds only quickbms.exe zlb1a.bms.

Last edited by USSRCoder; 10-02-2026 at 05:41.
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 15:47.


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