Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #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: 579
Thanks: 579
Thanked 632 Times in 227 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
  #2  
Old 03-10-2014, 08:27
juniocruz's Avatar
juniocruz juniocruz is offline
Registered User
 
Join Date: Jun 2014
Location: Brazil
Posts: 20
Thanks: 4
Thanked 2 Times in 2 Posts
juniocruz is on a distinguished road
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..

Last edited by juniocruz; 03-10-2014 at 08:29.
Reply With Quote
  #3  
Old 03-10-2014, 23:28
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 579
Thanks: 579
Thanked 632 Times in 227 Posts
Carldric Clement is on a distinguished road
Angry

Quote:
Originally Posted by juniocruz View Post
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
Code:
no! see that i give to the bat it!
Code:
::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

to

::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
2. Razor12911 & Simple Text Splitter
Code:
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
Code:
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 .\


Last edited by Carldric Clement; 03-06-2019 at 23:37.
Reply With Quote
  #4  
Old 04-10-2014, 05:29
juniocruz's Avatar
juniocruz juniocruz is offline
Registered User
 
Join Date: Jun 2014
Location: Brazil
Posts: 20
Thanks: 4
Thanked 2 Times in 2 Posts
juniocruz is on a distinguished road
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

Last edited by juniocruz; 04-10-2014 at 05:52.
Reply With Quote
  #5  
Old 04-10-2014, 05:51
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 579
Thanks: 579
Thanked 632 Times in 227 Posts
Carldric Clement is on a distinguished road
Wink

Quote:
Originally Posted by juniocruz View Post
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!
Code:
[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,
Code:
Number of Chucks: [2     ]
to
Number of Chucks: [5     ]
Thats It!
You can't drag & drop that files the Part1...5.txt it! Lol!!

Reply With Quote
  #6  
Old 05-10-2014, 05:53
Stor31 Stor31 is offline
Registered User
 
Join Date: Aug 2013
Location: Wahranne
Posts: 323
Thanks: 1,025
Thanked 86 Times in 68 Posts
Stor31 is on a distinguished road
error



??????
Reply With Quote
  #7  
Old 05-10-2014, 17:45
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 579
Thanks: 579
Thanked 632 Times in 227 Posts
Carldric Clement is on a distinguished road
Talking

Quote:
Originally Posted by Stor31 View Post
error



??????
That Part2.txt has been deleted together!
I'm sorry man!
I will update a batch in many hours it!
Don't worry!
Reply With Quote
  #8  
Old 15-10-2014, 21:16
r4ll r4ll is offline
Registered User
 
Join Date: Dec 2013
Location: India
Posts: 18
Thanks: 6
Thanked 4 Times in 3 Posts
r4ll is on a distinguished road
A request that can you show some ss of steps you perfomed
Reply With Quote
  #9  
Old 15-10-2014, 21:50
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 579
Thanks: 579
Thanked 632 Times in 227 Posts
Carldric Clement is on a distinguished road
Question

Quote:
Originally Posted by r4ll View Post
A request that can you show some ss of steps you perfomed
Sorry?
Can you follow this step or what?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Blackbox Inno Setup Script Kurutucu Conversion Tutorials 1190 18-08-2019 22:43
Question about making back-ups Viracocha PC Games 4 28-11-2003 14:20
Making No-CD exe's Madnezz PC Games 4 28-03-2003 10:50
Chessmaster 9000 making backup syscho PC Games 3 25-10-2002 07:20
A first guide in making selfbootable dc games DATA+DATA(mode2) @mt@ DC Games 2 14-07-2002 01:53



All times are GMT -7. The time now is 16:46.


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