|
|
|
|
|||||||
![]() |
|
|
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 |
|
#3
|
||||
|
||||
|
jackstuff, ( oops, you only want 1 exe, then its only available in CIU V2 ( beta test ATM )
Make sure you set #define internal in BOTH scripts. Then in setup.ini you need this section ( if not there already ) IF you use compress.bat to make archives, if you just use the ISS script then that section shouldn't be there. Then you have 2 exe's, but you only want 1. Code:
[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:2;
Last edited by pakrat2k2; 29-09-2013 at 11:09. |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
jackstuff (29-09-2013) | ||
|
#4
|
||||
|
||||
|
depends on whose script, anyways you need the arc.ini to be included in setup.cab so it knows what you used to compress the files. also if yeners script in setup.ini
in InstallOptions section needs PrecompVer=Inside line added if not there. |
|
#5
|
||||
|
||||
|
I am creating a batch file for iso creation using mkisofs.exe. My problem is that how ever the big the source folder is the iso files is of 725mb only. Can anybody help me out to make this work.
|
|
#6
|
||||
|
||||
|
why not just use imgburn, the settings for it are already at the bottom of compress.bat?
|
|
#7
|
||||
|
||||
|
How can I change the shortcut program than it will be created in the desktop???? I want to change the shortcut in the desktop of the game for its launcher....
I'm using FIFA 14 INNO converter...^^ |
|
#8
|
||||
|
||||
|
if there is a setup.ini the shortcut is created from that, if there isn't you'll have to ask the author.
|
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
mystikal242 (17-10-2013) | ||
|
#9
|
||||
|
||||
|
guys i'm making my own conversion for Tom Clancy's Splinter Cell Blacklist and i was wondering about if anyone knows what is the gdf binary for this game?
thanks for help |
|
#10
|
||||
|
||||
|
look in your installed game folder
|
|
#11
|
||||
|
||||
|
#12
|
||||
|
||||
|
then it may not have one.
|
|
#13
|
||||
|
||||
|
no it does i could see it when the game installed from original source
|
|
#14
|
||||
|
||||
|
the only gdf file is in src/system > gdf.dll
|
|
#15
|
||||
|
||||
|
will it seems that i lost this file for some reason ,anyway just one more thing i have CIU 1.0.1.0 and i just need to know how to enable internal installation so i don't need to use setup.cab
can you help? thanks |
![]() |
|
|
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 |