|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Unsupported compression method [xzlib+srep+lzma2:ultra:64m:bt4:fb273:lc8:mc1000000]
I used this method to compress a game
Code:
xzlib+srep+lzma2:ultra:64m:bt4:fb273:lc8:mc1000000 but now the installer is unable to extract it Can anyone help?? I mean what should arc.ini and cls.ini and tools to be included in the installer |
| Sponsored Links |
|
#2
|
|||
|
|||
|
The name used for compressor during compression in arc.ini must be same for decompression end too, for example :
xzlib+srep+lzma2:ultra:64m:bt4:fb273:lc8:mc1000000 Code:
[External compressor:xzlib] header = 0 unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout> and it is set like this : Code:
[External compressor:xtool_zlib] header = 0 unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout> |
| The Following User Says Thank You to :( Sad8669 For This Useful Post: | ||
GaMEr_2077 (04-06-2021) | ||
|
#3
|
|||
|
|||
|
should my arc.ini look like this??
Code:
[External compressor:lzma2]
header = 0
unpackcmd = 7z x -txz -an -y -si -so <stdin> <stdout>
[External compressor:srep]
header = 0
unpackcmd = srep -mem512b {options} -d -s - - <stdin> <stdout>
[External compressor:xzlib]
header = 0
unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout>
|
|
#4
|
|||
|
|||
|
Yes but make sure to use CLS-SREP for srep, just remove it from arc.ini.
Plus the commands may differ by version. Use the same versions used during compression. Side Notes : if it still doesn't work, explain more about your issue, such as which compressor was used etc and i will try to help. Last edited by :( Sad8669; 05-06-2021 at 01:17. |
|
#5
|
|||
|
|||
|
__________________
Who's Got Time To Play Games? Huh?? |
|
#7
|
||||
|
||||
|
are you try to promotional or what?
Last edited by Grumpy; 05-06-2021 at 06:31. |
| The Following User Says Thank You to Carldric Clement For This Useful Post: | ||
Grumpy (05-06-2021) | ||
|
#8
|
||||
|
||||
|
I banned him and deleted his post, I also edited your post since you quoted what he posted
![]() EDIT: For everyone else, Carldric is referring to someone who posted crap advertising, thats why his post looks like it is random and doesn't make sense.
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
![]() Last edited by Grumpy; 05-06-2021 at 06:34. |
| The Following 8 Users Say Thank You to Grumpy For This Useful Post: | ||
:( Sad8669 (05-06-2021), Carldric Clement (30-07-2021), Flzzy (06-06-2021), GaMEr_2077 (07-07-2021), GTX590 (05-06-2021), KaktoR (05-06-2021), L33THAK0R (06-06-2021), oo7 (13-08-2021) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New Fox Kompressor 1.01c Ultimate | felice2011 | Conversion Tutorials | 31 | 07-06-2023 14:58 |
| Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 09:27 |
| SuperREP (SREP) Full Info! | yasitha | Conversion Tutorials | 26 | 08-01-2019 18:49 |
| [Solved] Disk full in compression algorithm srep | aswadd | Conversion Tutorials | 19 | 22-09-2016 12:15 |