PDA

View Full Version : Helping thread :)


Pages : 1 [2]

78372
15-05-2017, 06:46
Hey, I have a very simple question

can someone post a step-by-step tutorial on how to unzip ARC files in Inno Setup

Check Index and various scripts in the forum, no one is going to create a tutorial.

You can use either ISDone or ISFreeArcExtract script by shegorat

Bulat
15-05-2017, 08:03
What is the last version of srep that supports almos every version of windows? The latest srep 3.93a has a decompression bug in windows 10

try -slp-

overall, i thinks that srep 3.9* is not fully debugged, so it's preferable to use 3.2 with -slp- switch

78372
15-05-2017, 10:47
try -slp-

overall, i thinks that srep 3.9* is not fully debugged, so it's preferable to use 3.2 with -slp- switch

3.2 works, but 3.9 is not. However, are you going to update this project or not?

Bulat
15-05-2017, 11:19
definitely - once i find time :)

rohandebroy
15-05-2017, 11:38
How to add music to the WPI script by @razor12911. plz help

Also i checked other threads before asking for help but after editing the script i was receiving error so i am posting here plz help.

the script attached plz have a look anyone and add the code for music.plz

and pm me if possible. Thank you

78372
15-05-2017, 19:09
How to add music to the WPI script by @razor12911. plz help

Also i checked other threads before asking for help but after editing the script i was receiving error so i am posting here plz help.

the script attached plz have a look anyone and add the code for music.plz

and pm me if possible. Thank you

Use Windows Phone Installer Update 3 from the wpi thread

rohandebroy
15-05-2017, 21:17
Use Windows Phone Installer Update 3 from the wpi thread


Thanks finally did it

rohandebroy
16-05-2017, 02:28
How to decrypt compilecode.bin file?

After creating the installer using WWI script by razor129111 ,I extracted the setup.exe file there i found compilecode.bin in embedded directory but i couldnot understand the script.

how to dissambleit plz help anyone.

i attached my compilecode.bin file plz have a look.

unarc 125
16-05-2017, 06:39
What are you actually want to do ?
You have the script then why you want to waste time on understanding the less readable code ?
However use the to dissamble the CompileCode.bin
Rops Dissambler (https://sourceforge.net/projects/innounp/files/other%20stuff/ROPS%20Disassembler/)

rohandebroy
17-05-2017, 11:26
While installing the game using wpi script by razor i am getting the error as shown in the attached image.

I first thought file got damages so i created another one but same error so plz help.

i am also attaching the modified script have a look.

78372
17-05-2017, 23:27
Wrong unarc.dll version

rohandebroy
18-05-2017, 02:09
Wrong unarc.dll version


So which version should i use?

unarc 125
18-05-2017, 02:51
Simply same version as of arc you used in compression :)

rohandebroy
18-05-2017, 12:01
Simply same version as of arc you used in compression :)

thanks.

one more question

After installing the game using the setup script , a freearc folder is created in the installed game folder but it doesnot get deleted,what to do?

78372
18-05-2017, 21:45
FreeArc folder? ss please

rohandebroy
19-05-2017, 02:00
FreeArc folder? ss please

Srry but it is not the script but the compressor. It is not deleting the files automatically plz provide me with some answers

Here's the SS and incase if u want to look at the compressor it is located at http://fileforums.com/showthread.php?t=97530.

Andu21
19-05-2017, 05:18
Temp folders. Probably left by lzt or nz.

rohandebroy
19-05-2017, 05:30
Temp folders. Probably left by lzt or nz.

Then how to delete those?

Andu21
19-05-2017, 05:43
I have no idea mate, i just remembered lzt used to do that. btw do they show progress to you during descompression?

rohandebroy
19-05-2017, 05:55
I have no idea mate, i just remembered lzt used to do that. btw do they show progress to you during descompression?


Nope nz doesnot show progress bar.

Gupta
19-05-2017, 06:21
Srry but it is not the script but the compressor. It is not deleting the files automatically plz provide me with some answers

Here's the SS and incase if u want to look at the compressor it is located at http://fileforums.com/showthread.php?t=97530.

open script,
goto line 4401
change that line to
if not ISArcExtract ( 0, 0, arcstr, Data[i - 1].Arc[2], '', false, Data[i - 1].Arc[4], ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{tmp}'), false) then

rohandebroy
19-05-2017, 07:06
open script,
goto line 4401
change that line to
if not ISArcExtract ( 0, 0, arcstr, Data[i - 1].Arc[2], '', false, Data[i - 1].Arc[4], ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{tmp}'), false) then


Finally the problem is fixed.

Also while using "nz" , there is no progress bar. So in case of big file it will take much time for nz to decompress so people might think its not working so is there any fix for it.

and also what are the commands for remaining time during setup installation.

Viper645
19-05-2017, 07:29
I actually have no idea about zcm and zstd. How good are these compressors? And how to use them? It is effective for which files?

Andu21
19-05-2017, 07:36
Nope nz doesnot show progress bar. And lzt does?
Finally the problem is fixed.

Also while using "nz" , there is no progress bar. So in case of big file it will take much time for nz to decompress so people might think its not working so is there any fix for it.

and also what are the commands for remaining time during setup installation.

Razor12911 did a cls for nz a while ago that might work: http://fileforums.com/showthread.php?t=97962

Also i read a long time in this forum something about showing fake progress until certain process finish but i don't remember where.

I actually have no idea about zcm and zstd. How good are these compressors? And how to use them? It is effective for which files?
The only thing i know about zcm is that provides better compression over zstd, slow decompression speed, and requires Razor12911's cls http://fileforums.com/showpost.php?p=452300&postcount=32 to show progress in FA.

ChronoCross
19-05-2017, 14:54
Ardu21 (http://fileforums.com/member.php?u=226029) Lzt is lz algorithm optimized for text. and Nanozip is a very different thing.

rohandebroy
25-05-2017, 05:17
I am using this compression algorithm


srep64+exe2+delta+xz/$msrsolid=msr/$void=srep64/$deflate=precomp+static+lz77


Its consuming too much of my ram.I have 4 gb of ram.

Is there any way for it to consume less ram

78372
25-05-2017, 08:20
Use srep instead of srep64

Bulat
25-05-2017, 09:18
srep uses the same amount of memory as srep64. srep64 can use more than 4 GB, while srep wil just fauil in these sutuations

bro, you need to see which concrete program uses so much ram. start with looking into arc.ini - if some programs here use stdin-to-stdout, replace these sections with ones compressiong file-to-file

1234567890123
25-05-2017, 09:32
look at arc.ini and lower xz and lz77 dxxxm option example change that 110m to 70m.
[External compressor:xz]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d--110--m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

rohandebroy
28-05-2017, 07:46
How rg mechanics add intro in their repacked games?

78372
28-05-2017, 08:19
How rg mechanics add intro in their repacked games?

By creating a simple bik file using rad tools and replacing the original intro of the game with the one the made

rohandebroy
28-05-2017, 08:56
By creating a simple bik file using rad tools and replacing the original intro of the game with the one the made

but i think they don't replace intro files as most of the files they repack have full intros

78372
28-05-2017, 08:58
but i think they don't replace intro files as most of the files they repack have full intros

Get the original game and than see the difference

rohandebroy
28-05-2017, 09:17
heard someone said that we can use "Winhex to capture archive passwords during setup installation" so how to do that :confused:

rohandebroy
28-05-2017, 09:37
Last question where can i get the script for this installer.

78372
28-05-2017, 09:59
Grab Winhex and try yourself. And this installer is based on Windows Phone Installer by Razor12911. It's modified version. Grab the installer from WPI thread.

rohandebroy
28-05-2017, 10:46
Grab Winhex and try yourself. And this installer is based on Windows Phone Installer by Razor12911. It's modified version. Grab thr installet from WPI thread.


Already tried winhax but could not use it to do what i require

rohandebroy
28-05-2017, 12:18
By creating a simple bik file using rad tools and replacing the original intro of the game with the one the made

Bro thank you

I did it by increasing the playback speed of the original game video and then i joined my own intro to the edited game video and voila it worked perfectly.

Andu21
29-05-2017, 04:52
Anyone knows a good method to losslessly recompress ogg files?

rohandebroy
31-05-2017, 10:31
how to crate a installer that optimises itself to extract on slowly on pcwith low ram and to extractfaster on pc withhigh ram.

KaktoR
31-05-2017, 11:53
I would say (for logic :D) define some system specs.

When low RAM is detected, Setup uses low RAM settings.

But, i don't can give you a example now.

I am sure some experienced users can give you some hints.

rohandebroy
01-06-2017, 02:34
I would say (for logic :D) define some system specs.

When low RAM is detected, Setup uses low RAM settings.

But, i don't can give you a example now.

I am sure some experienced users can give you some hints.

This is what i wanted to ask so does anyone have any idea how to do this.

78372
05-06-2017, 08:29
Anyone can give me the download link of latest freearc(September 2014 maybe)? I want full version, not only arc.exe

kassane
05-06-2017, 09:23
Anyone can give me the download link of latest freearc(September 2014 maybe)? I want full version, not only arc.exe

This.

78372
05-06-2017, 09:27
Bro, just as I said, I need full version(with unarc.dll etc.), not arc.exe

kassane
05-06-2017, 09:34
The latest full version is March 2014. Never announced a new version to the public!

Edit:

The latest unarc release from jully 2014. Probably with htmlarc support.

KaktoR
05-06-2017, 09:57
I have installed v0.67 (March 2014).

I don't have the installer, but i can give you pre-installed folder if you wish.

pakrat2k2
05-06-2017, 10:01
Freearc Alpha 0.67

78372
05-06-2017, 10:19
Got something to give a try, thanks for helping

L0v3craft
06-06-2017, 12:29
Someone here can explain to me how to repack Dishonored 2 in a good way ?

I seen some repack of 22GB. I know those repackers used reflate.

I tested reflate on a little file (game1_004.resources | 595Mb) and it is so slow ! I can't imagine how can be slow on other big files ! Someone can help me to understand ?

KaktoR
06-06-2017, 12:39
Have this game any deflate streams at all?

Haven't checked yet.

Try to unpack game files, compress them, then pack the files to it's original again and make sure md5 is the same.

L0v3craft
06-06-2017, 13:09
Have this game any deflate streams at all?

Haven't checked yet.

Try to unpack game files, compress them, then pack the files to it's original again and make sure md5 is the same.

I checked with Zlib Checker Pro and it freezes on big files:

game2.resources | 6.01GB
game3.resources | 5.87GB
shared_2_3.sharedrsc | 7.87GB

Btw the program didn't freeze on the first file and found some stream inside game1.resources (7.28GB).

Someone suggested to me to use reflate. I tried with reflate 1500 by razor on a little file like I said and it is very slow. It takes more than 10 minutes to install LOL.

Tried with pzlib v3.2 and these parameters:

pzlib e -t8 -ct8 -c256m -b512k -r9

and it makes a very good work but I get error of crc mismatch with the installation. These .resources files given to me problems with pzlib and The Sims 4 files too. Seems like pzlib damages .resources files.

Anyone here can give to me the best version of reflate and pack command for arc.ini file(I'm using masked data compressor) ?

KaktoR
06-06-2017, 13:49
Use this instead, it's better and not freezing at all (even with 19gb single file).
http://fileforums.com/showthread.php?t=98731

This settings should work without problems

packcmd = pZLib e -m2 -x -c32m -t25p - -o - $$arcdatafile$$.tmp -o - <stdout> -v
unpackcmd = pZLib d -t100p - -o - <stdin> <stdout>

And Sims 4 decompression is OK here. So no problems with resource files.

And for reflate, use reflateapi -> http://krinkels.org/resources/reflate-api.247/

It's faster.

L0v3craft
06-06-2017, 16:16
Use this instead, it's better and not freezing at all (even with 19gb single file).
http://fileforums.com/showthread.php?t=98731

This settings should work without problems

packcmd = pZLib e -m2 -x -c32m -t25p - -o - $$arcdatafile$$.tmp -o - <stdout> -v
unpackcmd = pZLib d -t100p - -o - <stdin> <stdout>

And Sims 4 decompression is OK here. So no problems with resource files.

And for reflate, use reflateapi -> http://krinkels.org/resources/reflate-api.247/

It's faster.

Thanks for your help. Btw I'm trying reflateapi with a file (game1_004.resources / 595MB) and you can see here how much time it takes:

https://s10.postimg.org/urlw88mcl/Immagine.png (https://s10.postimg.org/e3ue5qrl5/Immagine.png)

reflate seems to be slow like a snail. Never seen this with pzlib.

I have an Intel Xeon E3-1230 v3 and I'm using this command for reflate:

reflate c/d -l8 -t8 $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp

I tried with "l6" too, but it is the same. Any suggestion ?

Edit: I solved the problem, like an idiot I used "c/d" for compression XD

mikey26
06-06-2017, 18:08
Thanks for your help. Btw I'm trying reflateapi with a file (game1_004.resources / 595MB) and you can see here how much time it takes:

https://s10.postimg.org/urlw88mcl/Immagine.png (https://s10.postimg.org/e3ue5qrl5/Immagine.png)

reflate seems to be slow like a snail. Never seen this with pzlib.

I have an Intel Xeon E3-1230 v3 and I'm using this command for reflate:

reflate c/d -l8 -t8 $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp

I tried with "l6" too, but it is the same. Any suggestion ?

Reflate is slow.but that Xeon is not going to make any difference cause that cpu only boosts to 3.7ghz on 1 core on normal boards thats why its so slow.

But if you have a good asrock mobo with the right bios you can get it to boost at 3.7ghz on all 4 cores and that will improve alot on your repacking not only with reflate but with other compressions.and a good hdd or ssd will help also.

rohandebroy
07-06-2017, 11:08
How to compress ext4fs image file

Andu21
08-06-2017, 05:30
How can i terminate a process after a succesful extraction or after hitting cancel, in Isdone 0.6 script?

Gupta
09-06-2017, 05:24
Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM pZLib.exe{YOUR EXE NAME HERE IS PZLIB}', '', SW_HIDE, ewWaitUntilTerminated, ResultCode);

Andu21
10-06-2017, 05:42
Working great so far Gupta, i have another question, how can i run more parallel runs/threads of the same program to speed decompression in said script?

note: The program doesn't have -t4 option or something similar.

Gupta
10-06-2017, 06:08
Replace below function with the function here in this script (http://fileforums.com/showpost.php?p=456981&postcount=5)
i am not gonna explain furthur details you have to answer it yoursef

function EXEC_UNPACK( const Exec , Option , inFiles, inDir : string; Deldest : boolean): boolean;
var
ExecError :boolean;
FindHandle1, ColFiles1, CurIndex1 : Integer;
InFilePath, OutFilePath, OutFileName : PAnsiChar;
temp : string;
#ifdef ppx2
Str : array of string;
cmd : string;
i : integer;
#endif
begin
FindHandle1:=ISFindFiles(0,inFiles,ColFiles1);
ExecError:=false;
#ifndef ppx2
while not ExecError and ISPickFilename(FindHandle1,inDir,CurIndex1,DelDest ) do
begin
temp := option;
InFilePath:=ISGetName(0);
OutFilePath:=ISGetName(1);
OutFileName:=ISGetName(2);
StringChangeEx(temp,'<infile>',InFilePath,true);
StringChangeEx(temp,'<outfile>',OutFilePath,true);
ExecError:=not ISExec(0, 0, 0, Exec,temp,ExpandConstant('{tmp}'),OutFileName,fals e);
end;
#else
i := 1;
CreateDir(ExpandConstant('{tmp}\Bat'));
while not ExecError and ISPickFilename(FindHandle1,inDir,CurIndex1,false) do
begin
temp := option;
InFilePath:=ISGetName(0);
OutFilePath:=ISGetName(1);
OutFileName:=ISGetName(2);
StringChangeEx(temp,'<infile>',InFilePath,true);
StringChangeEx(temp,'<outfile>',OutFilePath,true);
Cmd := '"' + Exec + '" ' + temp;
SaveStringToFile(ExpandConstant('{tmp}\bat\rest'+i nttostr(i)+'.bat'),Cmd,False);
i := i + 1;
temp := '';
end;
if delDest then
setArrayLength(Str,3)
else
setArrayLength(Str,2);
Str[0] := 'title Restoring File';
Str[1] := 'dir /b *rest*bat | "' + ExpandConstant('{tmp}\ppx2.exe') + '" -I {} -P %NUMBER_OF_PROCESSORS% -L 1 "{}"';
if deldest then
Str[3] := 'del /q /s ' + inFiles ;
SaveStringsToFile(ExpandConstant('{tmp}\Bat\Cmd_Ma ster.bat'),Str,false);
MsgBox('Wainting',mbInformation,mrOk);
ExecError := not ISExec( 0, 0, 0, ExpandConstant('{tmp}\bat\Cmd_Master.bat'), '', ExpandConstant('{tmp}'), 'Restoring Files..',false) ; // Launches Batch File
deltree(ExpandConstant('{tmp}\Bat'),true,true,true );
#endif
ISFindFree(FindHandle1);
Result := ExecError;
end;

Andu21
10-06-2017, 06:19
Fair enough, i will do my best to figure it out, thanks again.

rohandebroy
16-06-2017, 11:36
anyone can tell how to know password of an freearc archive
i have a file so i want to extract it with my setup.exe
it's rg mechanics repacked archive please tell me
it's saints row the third'

Repackers used password on their archives so that no one can use their compressed archives for Pirating. And there's no such way of getting the password but u can brute force it. And the better option is to repack game by yourself and then use your own installer. :)

Viper645
23-06-2017, 10:41
Just a query(needed for a work) Is compression of srep 1.5(Yes, 1.5, no other version) superior than latest rep?

Bulat
28-06-2017, 09:18
Just a query(needed for a work) Is compression of srep 1.5(Yes, 1.5, no other version) superior than latest rep?

no. but it can be made equivalent to modern -m4 which is very close to maximum compression provided by the -m5

Viper645
28-06-2017, 09:26
Many many thanks bro
But what's meant by "it can be made"?

Bulat
28-06-2017, 11:25
there is the combination of options

doofoo24
28-06-2017, 23:10
i been using srep with m5f -l16 -c8 -a1 it help with 4x4:lzma:a1:mfbt4:d1m:fb273:mc10000:lc8,
but when try to use lzma:a1:mfbt4:d1024m:fb273:mc10000:lc8 i get almost the same ratio but when i change srep to m3f -l512 -c256 -a1 and use lzma:a1:mfbt4:d1024m:fb273:mc10000:lc8 i get better ratio in the end...
what the best setting for srep to use with 4x4:lzma:a1:mfbt4:dm:fb273:mc10000:lc8

Viper645
02-07-2017, 17:48
there is the combination of options

Can you please explain?

Bulat
02-07-2017, 20:57
i was wrong. i mean that part of history:

-m2 -lN now is the same as -m3 -lN -cN: compression ratio is average between -m1 and -m3, while speed is the same as in old versions

so you can improve -m2 -lN method in srep 2.0 by using -m3 -lN -cN instead

Andu21
10-10-2017, 10:21
Hi guys, i'm testing xz 5.2.1 and i'm having a hard time in making it work with freearc. I'm using these parameters:

[External compressor:xz]
packcmd = xz.exe -9 -v -c <stdin> <stdout>
unpackcmd = xz.exe -d -c <stdin> <stdout>

It achieves 99~100% but at the end shows this error:
ERROR: general (de)compression error in xz

Any clues?

felice2011
10-10-2017, 12:02
Hi guys, i'm testing xz 5.2.1 and i'm having a hard time in making it work with freearc. I'm using these parameters:

[External compressor:xz]
packcmd = xz.exe -9 -v -c <stdin> <stdout>
unpackcmd = xz.exe -d -c <stdin> <stdout>

It achieves 99~100% but at the end shows this error:
ERROR: general (de)compression error in xz

Any clues?


Usage: xz [OPTION]... [FILE]...
Compress or decompress FILEs in the .xz format.

Mandatory arguments to long options are mandatory for short options too.

Operation mode:

-z, --compress force compression
-d, --decompress force decompression
-t, --test test compressed file integrity
-l, --list list information about .xz files

Operation modifiers:

-k, --keep keep (don't delete) input files
-f, --force force overwrite of output file and (de)compress links
-c, --stdout write to standard output and don't delete input files
--single-stream decompress only the first stream, and silently
ignore possible remaining input data
--no-sparse do not create sparse files when decompressing
-S, --suffix=.SUF use the suffix `.SUF' on compressed files
--files[=FILE] read filenames to process from FILE; if FILE is
omitted, filenames are read from the standard input;
filenames must be terminated with the newline character

--files0[=FILE] like --files but use the null character as terminator

Basic file format and compression options:

-F, --format=FMT file format to encode or decode; possible values are
`auto' (default), `xz', `lzma', and `raw'
-C, --check=CHECK integrity check type: `none' (use with caution),
`crc32', `crc64' (default), or `sha256'
--ignore-check don't verify the integrity check when decompressing
-0 ... -9 compression preset; default is 6; take compressor *and*
decompressor memory usage into account before using 7-9!
-e, --extreme try to improve compression ratio by using more CPU time;
does not affect decompressor memory requirements
-T, --threads=NUM use at most NUM threads; the default is 1; set to 0
to use as many threads as there are processor cores
--block-size=SIZE
start a new .xz block after every SIZE bytes of input;
use this to set the block size for threaded compression
--block-list=SIZES
start a new .xz block after the given comma-separated
intervals of uncompressed data
--flush-timeout=TIMEOUT
when compressing, if more than TIMEOUT milliseconds has
passed since the previous flush and reading more input
would block, all pending data is flushed out
--memlimit-compress=LIMIT
--memlimit-decompress=LIMIT
-M, --memlimit=LIMIT
set memory usage limit for compression, decompression,
or both; LIMIT is in bytes, % of RAM, or 0 for defaults
--no-adjust if compression settings exceed the memory usage limit,
give an error instead of adjusting the settings downwards

Custom filter chain for compression (alternative for using presets):

--lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or
--lzma2[=OPTS] more of the following options (valid values; default):
preset=PRE reset options to a preset (0-9[e])
dict=NUM dictionary size (4KiB - 1536MiB; 8MiB)
lc=NUM number of literal context bits (0-4; 3)
lp=NUM number of literal position bits (0-4; 0)
pb=NUM number of position bits (0-4; 2)
mode=MODE compression mode (fast, normal; normal)
nice=NUM nice length of a match (2-273; 64)
mf=NAME match finder (hc3, hc4, bt2, bt3, bt4; bt4)
depth=NUM maximum search depth; 0=automatic (default)

--x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)
--powerpc[=OPTS] PowerPC BCJ filter (big endian only)
--ia64[=OPTS] IA-64 (Itanium) BCJ filter
--arm[=OPTS] ARM BCJ filter (little endian only)
--armthumb[=OPTS] ARM-Thumb BCJ filter (little endian only)
--sparc[=OPTS] SPARC BCJ filter
Valid OPTS for all BCJ filters:
start=NUM start offset for conversions (default=0)

--delta[=OPTS] Delta filter; valid OPTS (valid values; default):
dist=NUM distance between bytes being subtracted
from each other (1-256; 1)

Other options:

-q, --quiet suppress warnings; specify twice to suppress errors too
-v, --verbose be verbose; specify twice for even more verbose
-Q, --no-warn make warnings not affect the exit status
--robot use machine-parsable messages (useful for scripts)

--info-memory display the total amount of RAM and the currently active
memory usage limits, and exit
-h, --help display the short help (lists only the basic options)
-H, --long-help display this long help and exit
-V, --version display the version number and exit

With no FILE, or when FILE is -, read standard input.



[External compressor:xz]
packcmd = xz -z -9 -T0 -M0 -v $$arcdatafile$$.tmp
unpackcmd = xz -d -v $$arcdatafile$$.tmp.xz
packedfile = $$arcdatafile$$.tmp.xz


;)

Andu21
10-10-2017, 20:20
Thanks felice2011 it's working fine now. It's a shame stdio doesn't work properly.

linggar17x
29-10-2017, 16:42
I extract game using quick bms and done. Then How to packing again the file after extracted?

Andu21
02-11-2017, 07:30
Is there any gain in ratio by using different srep versions? Let's say by using 3.92 instead of the latest 3.93 beta?

PsYcHo_RaGE
21-03-2018, 07:58
Hello Guyz its About Razors Original Script, I really appericiate that guy

so i am here because i am still a noob & don't try to laugh at me

Basically i want to add Music Button, About Button, Fonts, Video Trailer(Optional)

Don't tell me use modded versions because they are messed up with lots of bugs and i also don't want to messup with razors code, Help me please it will be appreciated.

Thanks:)

panker1992
21-03-2018, 10:25
Thanks felice2011 it's working fine now. It's a shame stdio doesn't work properly.

the reason why xz cant be used with stdio capabilities are various, but i can show you how to use xz with 7z support it supports stdin and stdout and its streaming works wonderfully

[External compressor:xz,lzma2]
header = 0
packcmd = 7z a -txz -an -m0=lzma2{:option}:fb=273:mf=bt4:mc=100000000:lc=4: lp=0 -mx9 -si -so <stdin> <stdout>
unpackcmd = 7z x -txz -an -y -si -so <stdin> <stdout>

use it like this

srep:m3f:a1+lzma2:d256m:c1024m:mt4
or
srep:m3f:a1+xz:d256m:c1024m:mt4

d(dictionary)m
c(chunk)m
mt4 = 4 threads

this combo does need ram so careful

enjoy a wonderful streaming experience both in comp and decomp (decomp is now multithreaded)

Andu21
21-03-2018, 10:45
Thanks. i'll give it a try, this is esentially creating a xz archive through 7-Zip right?

this combo does need ram so careful
Why not use radyx instead?

panker1992
21-03-2018, 13:35
Thanks. i'll give it a try, this is esentially creating a xz archive through 7-Zip right?


Why not use radyx instead?

i haven't tried radyx myself but its author said to achieve the ratio you get on xz/7z you need double the ram so...... radyx gives speed not good ratio unless you have a ram hungry machine

Andu21
21-03-2018, 16:31
Alright i thought it was the other way around due to some improvements from zstd, less memory and same ratio.

rinaldo
22-03-2018, 16:49
PsYcHo_RaGE



Music Button, About Button, Fonts, Video Trailer(Optional)
too many things together and can be done in 100 different ways (paradoxical but true) :eek:

Don't tell me use modded versions because they are messed up with lots of bugs
then you'll have to learn the code yourself or adapt an existing one around the forum (I'll tell you that razor will make you a customized version) ;) :rolleyes:


Example =>

PsYcHo_RaGE
22-03-2018, 22:14
too many things together and can be done in 100 different ways (paradoxical but true) :eek:


then you'll have to learn the code yourself or adapt an existing one around the forum (I'll tell you that razor will make you a customized version) ;) :rolleyes:


Example =>

Can You Help Me, Okay i want to add music & About button only now so i can understand how to edit the script in a right manner.

Please if you are going to gimme a new script, gimme razors original script but with music button & about button working and nothing much more

and as you said about me, i am still learning and still a noob:rolleyes:

78372
22-03-2018, 23:04
http://fileforums.com/showpost.php?p=433799&postcount=1

Check Update3 afair it has music button

rinaldo
23-03-2018, 02:17
PsYcHo_RaGE]

I gave you an example so that you can understand, without all that code that can distort you from your goal, I do not think you'll find better solution in the forum ;)

PsYcHo_RaGE
24-03-2018, 01:31
http://fileforums.com/showpost.php?p=433799&postcount=1

Check Update3 afair it has music button

Bro i tried but hasn't music button included, am i doing anything wrong:confused:

PsYcHo_RaGE
24-03-2018, 01:38
I gave you an example so that you can understand, without all that code that can distort you from your goal, I do not think you'll find better solution in the forum ;)

I appericiate your help brother but if you can gimme that razors original script without changing anything other than music & about button :(

rinaldo
24-03-2018, 06:56
but if you can gimme that razors original script :confused:

PsYcHo_RaGE
24-03-2018, 22:16
but if you can gimme that razors original script :confused:

You don't have it Really you are kidding me!:eek:

http://fileforums.com/showpost.php?p=433799&postcount=1

If you are going to modify it just add music & about button and please don't remove anything else, your help will be appreciated, Thanks

rinaldo
25-03-2018, 07:29
I thought you wanted to learn Lol, but I misunderstood, you want someone to do the work for you ?

PsYcHo_RaGE
27-03-2018, 22:17
I thought you wanted to learn Lol, but I misunderstood, you want someone to do the work for you ?

yes i understand now, changed the big pieces of script after 2 days of Hardwork;) solutions at last i did it.


Thanks for your Help:D

kj911
11-04-2022, 05:21
Available in last time the CLS-based and XP-compatible CDM compressor?? (see from encode.su forums, integrated to 7-Zip) aka called name, "CLS-CDM.dll" or more. Likely separate (de)compressor from compress incompressible data streams betterly than lzma(2) algo's. (Integrate to FreeArc/Installer usage.) Or any codec/compressors? Reliable fast, better than LZ4+LZP combo.