|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Quote:
Step 1 1) compress.bat 2) arc.exe 3) arc.ini 4) precomp.exe 5) Srep.exe 6) Data.lst (used to add files depending on the size, exclusion etc.. content in the forum are almost always shared in the conversions Fabioddq, Revo etc.. ----------------------------------------------------------- Step2 compress.bat mode arc+precompress+srep+lzma 1XDVD5 Code:
echo off :start cls color 1e set choice1= set arc= set retry= echo.================================================================================ echo. Select your GAME directory. echo. echo.================================================================================ echo. echo. set /p choice1= (e.g. C:\Program Files (x86)\gamedirectory): if "%choice1%"=="" goto start cls echo. echo Creating Data.cab, please wait... echo. :Data1 set arc=Data1.cab if exist .\DVD_1\%arc% goto end arc a -ep1 -r -w.\ -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] -dp"%choice1%" .\DVD_1\%arc% if ERRORLEVEL 1 goto arcfail :end echo.Finished! if exist .\DVD_1\%arc% goto end =create a folder DVD_1 and add the file conversion ( if exist = is the command to skip if the file is already in the folder. [email protected] = excludes fle of the game that you enter in the Data1.lst (the files to add important are the uninstall unins000.exe and unins000.dat). Data1.cab = will create a file with the .cab, but you can change it .arc or .bin arc a -ep1 -r -w.\ -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 = is the compression algorithm precompress+SREP+FreeArc+lzma (among the most powerful). --------------------------------------------------------- end step Last edited by sentinelks; 08-10-2013 at 06:38. |
| The Following 2 Users Say Thank You to sentinelks For This Useful Post: | ||
mausschieber (12-09-2013), mier90 (13-05-2014) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
pliss tell me about this,,
i will make the new instaler but, i don't know how to make this file..if you have tutorial to make this ,attach file for me ,,thanks ![]() and make instaler by costumize, exp the language has change in indonesia language Last edited by pakrat2k2; 28-09-2013 at 11:56. Reason: double posting |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |
| soft mod - opinions, questions | dneray22 | XBox Games | 2 | 01-08-2003 06:36 |
| A few questions I need answered. | rms2001 | XBox Games | 5 | 05-12-2002 12:55 |
| Newbie with 1,000 questions ( not really 1,000, but close enough) | tdoran70 | PS2 Games | 3 | 29-05-2002 00:47 |
| A few questions, PLLeaase Read | Bill-Something | PSX Games | 6 | 18-08-2001 08:18 |