View Single Post
  #1  
Old 02-10-2014, 01:44
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 596
Thanks: 599
Thanked 659 Times in 234 Posts
Carldric Clement is on a distinguished road
Lightbulb [Tutorial] Making Compressor like BlackBox?

Hi! This is i'm gonna show you how to make a compressor like BlackBox?

Fisrt, you need to download from Razor12911 and Website!
Second, make a new folder from desktop and set the name as you want it! For example:
Code:
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!
Code:
@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:mc1000:lc8
set methodZ=precomp+srep+delta+lzma:a1:mfbt4:d158m:fb273: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:
Code:
Drag & Drop the lst.txt to STS.exe it! 
Set directory output as ".\"! 
Set the number 2 to 5! Try it!

Last edited by Carldric Clement; 02-10-2014 at 01:47.
Reply With Quote
The Following 6 Users Say Thank You to Carldric Clement For This Useful Post:
Andrey167 (02-10-2014), Gamer009 (04-10-2014), Harsh ojha (26-07-2019), Razor12911 (02-10-2014), Simorq (25-01-2015), _EZEKiEL_ (21-11-2014)
Sponsored Links