PDA

View Full Version : [Tutorial] Making Compressor like BlackBox?


Carldric Clement
02-10-2014, 01:44
Hi! This is i'm gonna show you how to make a compressor like BlackBox?

Fisrt, you need to download from Razor12911 and Website!

Conversion Quick Archive Packer (http://fileforums.com/showthread.php?t=95288)
Simple Text Splitter (http://sourceforge.net/projects/simpletextsplit/)


Second, make a new folder from desktop and set the name as you want it! For example:

Compressor,
My Compressor,
My DataCab,
etc.


Third, Copy the Razor12911 Compressor Include & Simple Text Splitter & Paste to Your folder from desktop!

Fourth, Rename folder the Include to Bin & Simple Text Splitter to STS.

Fifth, Make your own Batch! I will give you the Example The Batch!

@echo off
:: ==================================================
:: [Title]
set titleZ=Repack Games

:: [Author]
set authorZ=[your name here]

:: [File Text Saved]
set fileZ=lst.txt
:: ==================================================

:: ==================================================
:: [CPU Thread]
set cpuThreadZ=1

:: [Compression Memory]
set cMemZ=512

:: [Decompression Memory]
set dMemZ=512

:: [Method]
:: You can change it the method what do you like it!

::set methoZ=rep+delta+lzma:a1:mfbt4:d158m:fb273:mc1000: lc8
::set methodZ=srep+delta+lzma:a1:mfbt4:d158m:fb273:mc100 0:lc8
set methodZ=precomp+srep+delta+lzma:a1:mfbt4:d158m:fb2 73:mc1000:lc8

:: ==================================================
Title %titleZ% - by %authorZ%

: sChoose
@echo Where's your game from Local Disk?
@echo.
@echo ====================
@echo Example:
@echo C:\Games\MyGames
@echo ====================
@echo.
set /p lDiskZ=

: sChoose2
cls
@echo Please Wait [...]
@echo.
dir "%lDiskZ%" /b /s >> ".\%fileZ%"
STS.exe

: sChoose3
cls
Bin\arc.exe a -ep1 -r -ed -lc%cMemZ% -ld%dMemZ% -mt%cpuThreadZ% -w./ [email protected] -m%methodZ% "Data_01.cab" "%lDiskZ%\*"
cls
Bin\arc.exe a -ep1 -r -ed -lc%cMemZ% -ld%dMemZ% -mt%cpuThreadZ% -w./ [email protected] -m%methodZ% "Data_02.cab" "%lDiskZ%\*"
cls
Bin\arc.exe a -ep1 -r -ed -lc%cMemZ% -ld%dMemZ% -mt%cpuThreadZ% -w./ [email protected] -m%methodZ% "Data_03.cab" "%lDiskZ%\*"
cls
Bin\arc.exe a -ep1 -r -ed -lc%cMemZ% -ld%dMemZ% -mt%cpuThreadZ% -w./ [email protected] -m%methodZ% "Data_04.cab" "%lDiskZ%\*"
cls
Bin\arc.exe a -ep1 -r -ed -lc%cMemZ% -ld%dMemZ% -mt%cpuThreadZ% -w./ [email protected] -m%methodZ% "Data_05.cab" "%lDiskZ%\*"

: sChoose 4
cls
@echo Deleting Text Saved [.]
del Part1.txt
timeout 1
cls
@echo Deleting Text Saved [..]
del Part2.txt
timeout 1
cls
@echo Deleting Text Saved [...]
del Part3.txt
timeout 1
cls
@echo Deleting Text Saved [.]
del Part4.txt
timeout 1
cls
@echo Deleting Text Saved [..]
del Part5.txt
timeout 1
cls
@echo Deleting Text Saved [...]
del lst.txt
timeout 1
cls

:sChoose5
cls
@echo ==============================
@echo Compress was Finished!
@echo.
@echo ==============================
@echo.
pause
exit


Sixth, Save the batch from your folder desktop it!

Try it if they will helpfully!

PS:

Drag & Drop the lst.txt to STS.exe it!
Set directory output as ".\"!
Set the number 2 to 5! Try it!


:D:rolleyes:

juniocruz
03-10-2014, 08:27
Hei
could explain it right tutorial?

Questions to you:
1]
:: [Method]
:: You can change it the method what do you like it!
can put as many methods? 1,2,3...????

2]
Razor12911 Compressor & Simple Text Splitter,, need to put together? or separate folders in the same directory???

3]
:: [File Text Saved]
set fileZ=lst.txt
need to create files lst1.txt, lst2, lst3,...????

4]
Bin\arc.exe a -ep1 -r -ed -lc%cMemZ% -ld%dMemZ% -mt%cpuThreadZ% -w./ [email protected] -m%methodZ% "Data_01.cab" "%lDiskZ%\*"

[email protected] this is same files, lst1.txt, lst2, lst3,...????

Tak..

Carldric Clement
03-10-2014, 23:28
Hei
could explain it right tutorial?

Questions to you:
1]
:: [Method]
:: You can change it the method what do you like it!
can put as many methods? 1,2,3...????

2]
Razor12911 Compressor & Simple Text Splitter,, need to put together? or separate folders in the same directory???

3]
:: [File Text Saved]
set fileZ=lst.txt
need to create files lst1.txt, lst2, lst3,...????

4]
Bin\arc.exe a -ep1 -r -ed -lc%cMemZ% -ld%dMemZ% -mt%cpuThreadZ% -w./ [email protected] -m%methodZ% "Data_01.cab" "%lDiskZ%\*"

[email protected] this is same files, lst1.txt, lst2, lst3,...????

Tak..

1. Method

no! see that i give to the bat it!

::set methoZ=rep+delta+lzma:a1:mfbt4:d158m:fb273:mc1000: lc8
::set methodZ=srep+delta+lzma:a1:mfbt4:d158m:fb273:mc100 0:lc8
set methodZ=precomp+srep+delta+lzma:a1:mfbt4:d158m:fb2 73:mc1000:lc8

to

::set methoZ=rep+delta+lzma:a1:mfbt4:d158m:fb273:mc1000: lc8
set methodZ=srep+delta+lzma:a1:mfbt4:d158m:fb273:mc100 0:lc8
::set methodZ=precomp+srep+delta+lzma:a1:mfbt4:d158m:fb2 73:mc1000:lc8



2. Razor12911 & Simple Text Splitter

You can not together the files from Razor12911 it!
You gonna to create a folder to desktop!
like Compressor,MyCompressor, etc.
Copy the Include from razor12911 files and paste to your folder (if you have a create it!) Rename the folder Include to Bin!
Simple Text Splitter it's easy where we need to create a file list it!
like a Part1,part2,part3,part4, etc.
So copy and paste from your folder and rename the simple text splitter to STS it!


3. File Text Saved

No need to create! actually, there's a file lst.txt from your folder it!
make to a part1,5 using the STS, drag & drop the lst.txt to a STS it!
changed the numbet to 5!
& changed the output directory as .\



:(

juniocruz
04-10-2014, 05:29
conclusion
then put together inside mycompressor,,only the folder Include to (bin) (STS.exe) and (batch)....So these three joined?

not understand this part, changed the output directory the .\
how to fill the lst? how gets the list files inside?

drag & drop the Part1.txt,, Part2.txt,, Part3.txt,, Part4.txt,, to the STS.exe ??


how gets the internal lst for subdirectories???

SO?
src\*
Support\*
gameinfo.ini
uninstall.ini

Or SO?
src.\
Support.\


ok

Carldric Clement
04-10-2014, 05:51
conclusion
then put together inside mycompressor,,only the folder Include to (bin) (STS.exe) and (batch)....So these three joined?

not understand this part, changed the output directory the .\
how to fill the lst? how gets the list files inside?

drag & drop the Part1.txt,, Part2.txt,, Part3.txt,, Part4.txt,, to the STS.exe ??

ok

Yeap! There will be joined and making that a part it!

Hmm... I can't explain you!

[Select Output Folder ] < This is bar from STS.exe
to
[.\ ] < This is bar from STS.exe

Okay! Click [Open Text]!
Where that lst.txt file it? Click that file!
And click [OK]!

To change the number,

Number of Chucks: [2 ]
to
Number of Chucks: [5 ]


Thats It!


You can't drag & drop that files the Part1...5.txt it! Lol!! :p

:rolleyes::cool:

Stor31
05-10-2014, 05:53
error

http://nsa33.casimages.com/img/2014/10/05//1410050255135877.jpg

??????

Carldric Clement
05-10-2014, 17:45
error

http://nsa33.casimages.com/img/2014/10/05//1410050255135877.jpg

??????

That Part2.txt has been deleted together!
I'm sorry man!
I will update a batch in many hours it!
Don't worry!
:rolleyes::cool:

r4ll
15-10-2014, 21:16
A request that can you show some ss of steps you perfomed

Carldric Clement
15-10-2014, 21:50
A request that can you show some ss of steps you perfomed

Sorry?
Can you follow this step or what?
:eek::confused: