FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   reflate stream detector - Practical use. (https://fileforums.com/showthread.php?t=97941)

gozarck 29-07-2016 15:39

HI Razor12911
RSD batch was made it to work in the same folder of the game folder.
Reflate_DRC batch was made it to work pasting the folder path.
RSDX8 batch was made it to work with rawdet x8 process, because if you try to kill the process (runing in parallel rawdet.exe) i got many errors msg. Also .str and .out files are blocked by the process and i cant delete them or force to kill the process. thats was my first idea for speed up rawdet and still working on it. the scratch result was RSDX8. :p

PD: i want Zlib Checker PRO make a list of files with streams too. :)

Razor12911 30-07-2016 10:41

1 Attachment(s)
You can take this.

rawdet "%%~F" .\temp\.out .\temp\.str .\temp\ > NUL
becomes
rawdet_helper "%%~F" > NUL

SAM2712 30-07-2016 12:04

Quote:

Originally Posted by Razor12911 (Post 450304)

rawdet "%%~F" .\temp\.out .\temp\.str .\temp\ > NUL
becomes
rawdet_helper "%%~F" > NUL

Hi Razor !
I tried this and works good..But whats the matter to use this ?
...... Ok now I got it :)
Thanks RAZOR12911 for this tool :)

gozarck 30-07-2016 16:25

got damn it Razor12911. sometimes I ask myself What would we do without you. :)

Hey guys another Amazing Powertool by Razor12911 rawdet_helper.
Like his name says it's a helper for speed up rawdet when search streams in big files.
So now you need:
rawdet.exe
rawdet_helper.exe
and the batch file in the same folder.
Read the Razor12911 comment and modify the batch file.

Thanks Razor12911 you are the best :cool:

SAM2712 01-08-2016 20:02

Hi Gozarck !
I need to know, how to give time (next compression starts in 5.4.3.2.1 like this) between next compression start in batch file and atlast automatically shutdown pc option after compression completed :confused:

Prince4 02-08-2016 02:05

Quote:

Originally Posted by SAM2712 (Post 450354)
Hi Gozarck !
I need to know, how to give time (next compression starts in 5.4.3.2.1 like this) between next compression start in batch file and atlast automatically shutdown pc option after compression completed :confused:

You can use Timeout /T %TIME% for delays in compression and Shutdown /T %TIME% for shutting down your PC after compression finishes..

And yeah you do not need to add %TIME% instead you need to add numbers in seconds Like :
Timeout /T 5 (Continue after 5 Seconds)
Shutdown /T 10 (Shutdown after 10 Seconds)

SAM2712 02-08-2016 05:02

Thanks Prince :D

SAM2712 11-08-2016 08:05

Hi GOZARCK !
Please make a BATCH file like this :
Suppose I want to making a dummy or extracting the files containing only extension ".pak" from Game folder :(

gozarck 29-08-2016 14:37

1 Attachment(s)
Check the this files for test.

Simorq 29-08-2016 14:53

Good
Win 7 64Bit

GTA V
x64w.rpf (893MB) x64w.ref (1.98GB) x64w.srep (1.02GB) x64w.arc (516MB)
x64w.rpf (893MB) =reflate7z (792MB)

Razor12911 29-08-2016 16:10

1 Attachment(s)
Works fine

Prince4 30-08-2016 02:28

Quote:

Originally Posted by SAM2712 (Post 450603)
Hi GOZARCK !
Please make a BATCH file like this :
Suppose I want to making a dummy or extracting the files containing only extension ".pak" from Game folder :(

This is How you Can do whatever you want with .pak files
Code:

For /R %%i in (*.pak) do %COMMAND_HERE%

SAM2712 30-08-2016 11:07

Quote:

Originally Posted by Prince4 (Post 451207)
This is How you Can do whatever you want with .pak files
Code:

For /R %%i in (*.pak) do %COMMAND_HERE%

Thanks to reply Prince, waited for that But don't understand...U mean command like copy,move,dummy,extract OR compressing command...From all effort please Guide bcoz i tried all :(

ShadowEagle 01-09-2016 04:34

It`s a loop. It does mean for every file with the ending in the actual folder it will be done command "X". You can replace "%COMMAND_HERE%" with copy, reflate, and so on.

Gupta 22-05-2017 09:22

1 Attachment(s)
actually, if the file doesn't contain deflate rawdet_helper will be ended up checking the whole file
so here it's my take, the file is divided into 64 MB chunk then checked

usage: tester [logfile] [ folder or file ]
where the log file will contain all the files paths that contain deflate and you can also supply a folder or file, if it is a folder that it will recursively scan all files in the specified folder

it can save a lot of time if there is a very big file without deflate
you can directly include the logfile in Frearc and compress them in with any inflators


All times are GMT -7. The time now is 05:51.

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