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

Reply
 
Thread Tools Display Modes
  #1  
Old 25-11-2019, 13:34
steverobathan steverobathan is offline
Registered User
 
Join Date: Nov 2019
Location: Johnstonebridge
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
steverobathan is on a distinguished road
LOLZ not unpacking archive

I can pack to an archive using precomp, srep and lolz. Precomp runs first as expected, then srep, then lolz. Packed file is a little smaller than equivalent lzma pack. If I use LZMA or LZMA2 then unpack works fine. Only problem is LOLZ!!

My Pack command:
arc a -ep1 -mx -m9x --dirs -r -w.\ TEST(Prcmp47_I_LOLZ0_MTT1).arc -mprecomp047:cn:intense+srep:mem1024mb+mm+dispack+d elta+lolz:dtb1:d512m:mtt1:mt3:ldmf1:mc1023 -x ./TEST/*

Unpack command:
arc x TEST(Prcmp47_I_LOLZ0_MTT1).arc

arc.ini:
[External compressorrecomp047]
mem = 2
packcmd = precomp047 {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp047 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:srep]
header = 0
packcmd = srep {options} -m5f -d1g -a2 -t8 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s - - <stdin> <stdout>

[External compressor:lolz]
header = 0
packcmd = lolz.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lolz.exe $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:lzma2]
header = 0
default = :d25:fb=273:mf=bt4:mc=1000000:lc=4:lp=0
packcmd = 7z a -txz -an -mcrc=0 -m0=lzma2{ption}:mf=bt4 -mmt=on -mx9 -si -so <stdin> <stdout>
unpackcmd = 7z x -txz -mmt2 -an -y -si -so <stdin> <stdout>


I am using latest version of lolz for packing/unpacking = v22c4b (Dec 30 2018)

I am pulling my hair out as I cant unpack archives. As is lolz runs but ignores precomp and srep giving 0 files unpacked. If I change lolz unpackcmd = lolz- <stdin> <stdout> i get errors about srep and no files. I have tried to use fazip to unpack but this also gives errors. What is the solution please????

Many thanks

Last edited by steverobathan; 25-11-2019 at 13:52.
Reply With Quote
Sponsored Links
  #2  
Old 25-11-2019, 20:21
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 949 Times in 309 Posts
78372 is on a distinguished road
You need to use cls-lolz to unpack.
Reply With Quote
The Following 2 Users Say Thank You to 78372 For This Useful Post:
Carldric Clement (26-11-2019), steverobathan (26-11-2019)
  #3  
Old 10-06-2020, 03:25
8086K's Avatar
8086K 8086K is offline
Registered User
 
Join Date: Jun 2020
Location: Italy
Posts: 1
Thanks: 4
Thanked 0 Times in 0 Posts
8086K is on a distinguished road
Quote:
Originally Posted by 78372 View Post
You need to use cls-lolz to unpack.
Hi to all, I am new here,this is an amazing forum :-), I am new to all about compression, but after many days, I made many games with an amazing size reduction, so my question is,I want make a symple batch file for unpacking my games,I don't want use Arc, only a simple batch file,I made it without problem for unpacking xtool and srep, but with Loz I have failed.
I tried to use cls-lolz but without success, and cls-lolz don't have an internal helper, sometimes seems to work, the ram usage go up (16 gb ram in my system)but after few seconds cls-lolz stop to work, without errors but don't made nothing :-(
Anyone can help me?
Best regards
Reply With Quote
  #4  
Old 10-06-2020, 03:54
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 670
Thanks: 471
Thanked 2,400 Times in 544 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by 8086K View Post
Hi to all, I am new here,this is an amazing forum :-), I am new to all about compression, but after many days, I made many games with an amazing size reduction, so my question is,I want make a symple batch file for unpacking my games,I don't want use Arc, only a simple batch file,I made it without problem for unpacking xtool and srep, but with Loz I have failed.
I tried to use cls-lolz but without success, and cls-lolz don't have an internal helper, sometimes seems to work, the ram usage go up (16 gb ram in my system)but after few seconds cls-lolz stop to work, without errors but don't made nothing :-(
Anyone can help me?
Best regards
most of us have it. try ISDone based scripts for decompression.
Reply With Quote
  #5  
Old 10-06-2020, 04:17
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 396
Thanks: 450
Thanked 437 Times in 200 Posts
dixen is on a distinguished road
Delete this from arc.ini

Quote:
unpackcmd = lolz.exe $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
And put with arc.exe cls-lolz.dll and two cls-lolz***.exe.
Reply With Quote
Reply

Tags
arc.ini freearc, lolz

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
ASIS: Advanced Simple Installer Script KaktoR Conversion Tutorials 1387 29-11-2024 12:27
Best Compression For Archiving brispuss PC Games 13 06-09-2023 06:49
Game Installer Designer by altef_4 altef_4 Conversion Tutorials 236 28-05-2021 03:54
Compression Questions yasitha Conversion Tutorials 10 09-01-2019 13:29
CLS-ZStd Razor12911 Conversion Tutorials 19 26-06-2017 07:23



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


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