View Full Version : QUESTIONS - All Conversion Questions to be Posted Here
If you have any type of conversion questions, which does not belong to a specific conversion, then post them in this thread please.
If you have a Question regarding a specific conversion then ask your question in that specific conversion's thread.
We try to keep the Conversion section of the forum for the actual Conversions and not for things like random questions etc. It helps us to be better organized and easier for others to find answers to possibly the same questions.
Thankyou
Pirate Ted
24-07-2013, 21:24
hi, how to merge setup.dll,setup.cab into setup.exe according yener90 script?
HellRazor
25-07-2013, 03:31
hi, how to merge setup.dll,setup.cab into setup.exe according yener90 script?
Unpack all files from Setup.cab to folder Setup, add ; in front of #define ProgramFiles (second line) inside InstallerScript.iss.
Remove ; from ;#define Internal (tenth line) in InstallerScript.iss.
Remove ; from ;#define Internal (first line) in LangScript.iss.
Compile and that's that.
hi! what are the scripts to get maximum possible compression with innosetup without using any 3rd party softwares?
artdekdok
28-07-2013, 10:53
hi! what are the scripts to get maximum possible compression with innosetup without using any 3rd party softwares?
http://www.jrsoftware.org/ishelp/index.php?topic=setup_compression
HellRazor
28-07-2013, 12:49
hi! what are the scripts to get maximum possible compression with innosetup without using any 3rd party softwares?
You should check the link that @artdekdok provided.
Highest compression that you can use with Inno is lzma2, however...
It has been reported on few occasions that difference between lzma2/ultra and lzma2/ultra64 is only by several megabytes and it takes way longer to compress with /ultra64 parameter.
Which is not worth, IMHO.
inovateqsa
14-08-2013, 01:15
Which method results in the best compression - Internal using Lzma2, or External using Freearc (No Srep or Precomp, since I have no clue how to use them)?
Also, I am having a rather irritating problem with a video at the moment:
After converting it with "Any Video Converter" to an .Avi file (Xvid codec), and renaming it to 'Video', I place it in the background folder and it simply does not play.
Placing at least one .Jpg file allows the video to play - However the Video is fast forwarded and ends in less than 5 seconds, then the picture is shown.
The actual install does take longer than the video would have played for, so that can't be the problem.
The game is Cloudberry Kingdom, but I have had this problem before with Hitman Absolution as well.
I am using CI 8.5.7.4.
Is there any way to fix this?
how to change compresion method
pakrat2k2
22-08-2013, 05:04
open any iss script, click on help ( top right ) search for compression in index
prudislav
23-08-2013, 04:10
Just wanna ask which DiskSliceSize use to minimize free disk space on both DVD5 and DVD9, and usage of DVD9/5 would be choosed just by different SlicesPerDisk. (1550000000 lefts too much free disk space on DVD9)
Example situation: 20GB and want to do it on 1xDVD9 and 3xDVD5
mausschieber
23-08-2013, 04:19
Just wanna ask which DiskSliceSize use to minimize free disk space on both DVD5 and DVD9, and usage of DVD9/5 would be choosed just by different SlicesPerDisk. (1550000000 lefts too much free disk space on DVD9)
Example situation: 20GB and want to do it on 1xDVD9 and 3xDVD5
Valid values:
262144 through 2100000000, or max
Default value:
max (2100000000)
Description:
This specifies the maximum number of bytes per disk slice (SETUP-*.BIN file). Normally, this should be set to the total number of bytes available on the disk media divided by the value of the SlicesPerDisk [Setup] section directive, which defaults to 1.
This directive is ignored if disk spanning is not enabled using the DiskSpanning [Setup] section directive.
To optimally fill 4.7 GB recordable DVDs, use:
SlicesPerDisk=3
DiskSliceSize=1566000000
To optimally fill 8.5 GB (dual-layer) recordable DVDs, use:
SlicesPerDisk=5
DiskSliceSize=1708200000
To optimally fill 700 MB (80-minute) recordable CDs, use:
SlicesPerDisk=1
DiskSliceSize=736000000
To optimally fill 1.44MB floppy disks, use:
SlicesPerDisk=1
DiskSliceSize=1457664
source: Inno setup help file DiskSlizeSize
prudislav
23-08-2013, 06:07
mausschieber - i know that - i just want to figure out optimal DSS for both DVD5(4.7) and DVD9(8.5) at once ;-)
pakrat2k2
23-08-2013, 07:45
you cant do both at once. diskslicesize tells inno wether you want a dvd9 or dvd5 cant do both at once. you can do dvd5 but reduce 1566000000 to say 1555000000
to allow redist room on first dvd. Then just move some of the setup2.bin files to first folder until it reaches dvd9 size, then rest of setup3.bin files across remainder dvd5 folders.
prudislav
23-08-2013, 08:07
i know i just wanted some number which minimizes free space on both :-D 1566.... fits fine on DVD5 (+-100MB free) but you can add additional 2 on DVD9 which lefts (+-900MB free) - i just wanted optimal number to minimizes tthis free space
I have changed my VGA to a Radeon Hd7950 3Gb and since then in the system verificacion of any conversion made with CIU 1.0.0.6 it always appears in red like it doesn't meet the minimum requirements, i think maybe it's related to the 3gb but i don't really know, is there any way to fix this in the conversion script?
PS: I don't know if my question goes here but if it don't, please let me know, thank you
The-revenge
30-08-2013, 08:44
Hi, I have a question. If I would personalize the conversion already poster, for example conversion with LZMA, and I want to add srep+precomp for more compression, how I chose the file that can be compressed by srep+precomp without a waste of time?
In other words, there are a method to estimate the efficency of compression, for each file, BEFORE start compression?
Fabioddq
30-08-2013, 10:05
Always depends of the game files. You need test to know.
Some game files accept insane compression like Hitman Absolution.
Others makes no difference like COD Black Ops II.
So, you need always to test. :D
The-revenge
30-08-2013, 10:14
Thanks for the info....so the only way is to test :( I read on internet that the compression software using an euristich algorithm, so the time needed to estimate the final compression ratio is egual to time needed to compress the file...for this reason the only way is to test and verify for each game...
LOL I tried :D
Hi i have tried to compress Saints Row IV with this settings
Compression=lzma2/ultra64
InternalCompressLevel=ultra
DiskSpanning=True
DiskSliceSize=1566000000
SlicesPerDisk=3
CompressionThreads=2
LZMAAlgorithm=1
LZMAMatchFinder=BT
LZMANumFastBytes=64
LZMAUseSeparateProcess=yes
LZMADictionarySize=65536
LZMABlockSize=262144
LZMANumBlockThreads=2
Result was something like 6,3GB. I have read manual of Inno Setup and i can not set some values at higher level because it will be out of range.
So i do not know how it is possible, that somebody have same game with same files, but compressed to something like 5,3GB.
Where did i make mistake? :confused:
I have:
CPU: Q9400 3,2 GHz, 5 GB RAM. This should be sufficient for compression
Thank you for you help.
alley_u2
02-09-2013, 04:26
alley_u2;422757]Method of compression used :
arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-1.bin -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
Can anyone tell me how to decompress the file. Any specific commands?
pakrat2k2
02-09-2013, 06:41
get rid of first -lc8 & depending on whose script your using the arc.ini must be included as well. so it knows what values to use for compression / decompression.
alley_u2
02-09-2013, 09:13
get rid of first -lc8 & depending on whose script your using the arc.ini must be included as well. so it knows what values to use for compression / decompression.
This is the bat file:
@echo off
Title Compressor for Blackbox Script - by AliEN
echo ************************************************** *****************************
echo * Freearc+Precomp+Srep Compressor for Blackbox Script *
echo * Don't forget. Open this file with notepad. *
echo * Change C:/* to your files directory. Example: C:/Folder/* *
echo * By AliEN *
echo ************************************************** *****************************
pause
@echo Working Arc+Precomp+Srep+Arc again
arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-1.bin -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\Users\Allen\Desktop\v3"
@echo Finished.
pause
This is the arc.ini file:
[External compressor:srep]
header = 0
packcmd = srep {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
[External compressor:precomp]
header = 0
packcmd = precomp -intense0 -cn- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
Thank you for the help !!! :D
alley_u2
05-09-2013, 21:55
Can anyone tell me is there any tutorial form where i can learn to add "system requirement" in Inno Setup?
pakrat2k2
06-09-2013, 06:49
Can anyone tell me is there any tutorial form where i can learn to add "system requirement" in Inno Setup?
here's some scripts to look thru for system requirements.
AHMED SAMI
12-09-2013, 12:45
How i can Compression file used Compress Srep or Compress Precomp BY INNO SETUP
Means
How can I use Inno Setup to Compression file using Srep or Precomp ?
Waiting for the answer
Thank you very much
Eng : AHMED SAMI
:)
sentinelks
12-09-2013, 13:38
How i can Compression file used Compress Srep or Compress Precomp BY INNO SETUP
How can I use Inno Setup to Compression file using Srep or Precomp ?
you need a folder that contains the files for compression
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
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!
C:\Program Files (x86)\gamedirectory): paste your game directory EX:C:\Program Files (x86)\Dusty Revenge
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
dais6969
28-09-2013, 09:56
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
Hi,
i'm trying to make a conversion for all Wing Commander Series but i'm having some troubles becouse some Wing Commander games are old and require DOSBOX.
I need to create icons like (the installation path of the game is "D:\Giochi\Wing Commander Collection", Wing Commander 3 is the component3):
Destination: "D:\Giochi\Wing Commander Collection\DOSBOX\dosbox.exe" -conf dosboxWC3.conf -noconsole -c "exit
From: "D:\Giochi\Wing Commander Collection\Wing Commander 3\"
i only found some code like:
Name: {group}\{code:GetAppName} {code:MyExecutableIconName3}; Filename: {app}\{code:GetMyAppExePath3}\{code:GetMyAppExeNam e3}; WorkingDir: {app}\{code:GetMyAppExePath3}; Check: ThirdExecCheck1
Name: {userdesktop}\{code:GetAppName} {code:MyExecutableIconName3}; Filename: {app}\{code:GetMyAppExePath3}\{code:GetMyAppExeNam e3}; WorkingDir: {app}\{code:GetMyAppExePath3}; Check: ThirdExecCheck1
Name: {group}\{cm:Config}; Filename: {app}\{code:GetMyAppExePath3}\{code:GetMyAppExeNam e3}; WorkingDir: {app}\{code:GetMyAppExePath3}; Check: ThirdExecCheck2
Name: {userdesktop}\{cm:Config}; Filename: {app}\{code:GetMyAppExePath3}\{code:GetMyAppExeNam e3}; WorkingDir: {app}\{code:GetMyAppExePath3}; Check: ThirdExecCheck2
jackstuff
29-09-2013, 10:53
Unpack all files from Setup.cab to folder Setup, add ; in front of #define ProgramFiles (second line) inside InstallerScript.iss.
Remove ; from ;#define Internal (tenth line) in InstallerScript.iss.
Remove ; from ;#define Internal (first line) in LangScript.iss.
Compile and that's that.
Its internal process but setup.dll doesn't merge, its possible in the latest ciuv2 of yener's only one executable its a feature
pakrat2k2
29-09-2013, 11:07
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.
[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:2;
pakrat2k2
30-09-2013, 05:08
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.
alley_u2
30-09-2013, 06:08
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.
pakrat2k2
30-09-2013, 16:38
why not just use imgburn, the settings for it are already at the bottom of compress.bat?
mystikal242
16-10-2013, 18:23
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...^^
pakrat2k2
16-10-2013, 19:27
if there is a setup.ini the shortcut is created from that, if there isn't you'll have to ask the author.
JacksMafia
17-10-2013, 23:22
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
pakrat2k2
18-10-2013, 05:08
look in your installed game folder
JacksMafia
18-10-2013, 12:54
look in your installed game folder
i did but couldn't find it
pakrat2k2
18-10-2013, 14:24
then it may not have one.
JacksMafia
18-10-2013, 14:36
then it may not have one.
no it does i could see it when the game installed from original source
pakrat2k2
18-10-2013, 15:38
the only gdf file is in src/system > gdf.dll
JacksMafia
18-10-2013, 15:44
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
pakrat2k2
18-10-2013, 16:22
sure, just make sure in installerscript.iss the 2nd line has a ; in front
;#define ProgramFiles ....
settings.iss
first line = #define Internal NOT ;#define Internal
lastly that you have your setup.cab extracted into setup folder ( then can get rid of setup.cab, as all files will be included in autorun.exe & setup.exe )
JacksMafia
18-10-2013, 16:29
that's what i did before but it keeps give me this error
required function procedure 'getappname' not found
how to fix that?
thanks for help
pakrat2k2
18-10-2013, 16:34
you have setup.ini & style.ini with required game information etc
JacksMafia
18-10-2013, 16:39
yes style.ini in setup folder and setup.ini is out of it
pakrat2k2
18-10-2013, 16:42
post contents of both here so I can take a look for you.
JacksMafia
18-10-2013, 16:51
here they are
pakrat2k2
18-10-2013, 19:44
there is no dll by the following name in game folder.
[InstallSettings]
GDFBinary=GDFBinary_en_US.dll anywhere in the game folders, so remove this section, from style.ini. Shorten the following 2 items, as it will prefix from application name. IE:
ApplicationName=Splinter Cell Blacklist
MyExecutableIconName=DX9 > Becomes ... Splinter Cell Blacklist DX9 ( desktop shortcut )
MyExecutableIconName2=DX11 > Becomes ... Splinter Cell Blacklist DX11 ( desktop shortcut )
Launch2=Uplay Installer
Launch264=0
Launch2BeforeInstall=0
LaunchCom2=Support\Uplay\UplayInstaller.exe
LaunchArg2=/S this was missing :)
the only things I could see that might cause any issue. The biggest issue was the gdfbinary section.
any other problems just PM :)
JacksMafia
18-10-2013, 20:05
nope still the same error
pakrat2k2
18-10-2013, 20:15
check PM
JacksMafia
18-10-2013, 20:26
check PM
prudislav
12-11-2013, 07:04
Hi packed EFLC into GTAIV conversion, but need help with creating both shortcuts in setup.ini
HAve this [InstallOptions]
ApplicationName=Grand Theft Auto IV - Complete edition
Publisher=Rockstar Games
MyExecutableName=LaunchGTAIV.exe
MyExecutablePath=GTAIV
MyExecutableName2=LaunchEFLC.exe
MyExecutablePath2=EFLC
but it creates only shortcut for GTAIV , Any idea how to do both?
For shortcut 2 you need this line
[InstallOptions]
ApplicationName=Grand Theft Auto IV - Complete edition
Publisher=Rockstar Games
MyExecutableName=LaunchGTAIV.exe
MyExecutablePath=GTAIV
MyExecutableIconName2=Episodes from Liberty City
MyExecutableName2=LaunchEFLC.exe
MyExecutablePath2=EFLC
Hey guys.I'm new to this and I'm learning so much already,I want to know about compress.bat files.I downloaded some game archives here and some compress.bat files compress files and some doesn't compress files to speed up the process.now I want to know how to edit them individually from no compression to highest compression.the attributes etc.thank you
pakrat2k2
03-12-2013, 06:32
Hey guys.I'm new to this and I'm learning so much already,I want to know about compress.bat files.I downloaded some game archives here and some compress.bat files compress files and some doesn't compress files to speed up the process.now I want to know how to edit them individually from no compression to highest compression.the attributes etc.thank you
compress.bat
NO Compression ( -m0 )
:Data2
set arc=Data2.cab
if exist .\Data1\%arc% goto end
arc a -ep1 -r -w.\ -m0
[email protected] -dp"%choice1%" .\Data1\%arc%
better compression
:Data1
set arc=Data1.cab
if exist .\Data1\%arc% goto Data2
arc a -ep1 -r -w.\ -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
[email protected] -dp"%choice1%" .\Data1\%arc%
[email protected] means that only files listed in the Data1.lst will be compressed
[email protected] means that files in this list will NOT be included in archive.
All info has been posted before in Conversion Tutorials subforum, read each of the topics in that sub-forum too.
When i try to make rounded cornes in photoshop i get this... look at border.. i dont know why, i try to make it in five differents ways, but always have the bad white border.. thanks for yours helps.
http://i43.tinypic.com/2u7ro08.png
y_thelastknight
09-12-2013, 07:01
When i try to make rounded cornes in photoshop i get this... look at border.. i dont know why, i try to make it in five differents ways, but always have the bad white border.. thanks for yours helps.
http://i43.tinypic.com/2u7ro08.png
are you using botva2?
then attach mask file and the png file. i will help you
yes, i'm using mask.. i thought was my script, but with yener90 ciu and with razor12911 installer creator its the same..
y_thelastknight
09-12-2013, 07:33
yup botva2 mask will like that..you have to reduce the mask black thing little bit small.
HellRazor
09-12-2013, 07:53
Did you edit Installer.bmp to support same shape as the Installer1.png?
Mask problem solved.. thaks y_thelastknight and HellRazor
I'm solved the previus mask problem but i still have one... the corners that are transparent in png still semitransparent in conversion when i apply the bmp mask, ains... in two days i post more problem than in 4 years...
http://i44.tinypic.com/1zaete.png
P.D. Problem solved.. its was the filter effect in photohop. Sorry for that..
pakrat2k2
09-12-2013, 17:32
thanks for posting back what you did to fix it, others may have same issue.
One question.. how add mask to an installer with botva2.dll? the problem with compression is solved, this is why i delete the post
ahmetbtmn
20-12-2013, 09:15
How can I create a shortcut to the desktop with Installer Creator? Please help
>by pakrat2k2
wrong thread belongs here > http://fileforums.com/showthread.php?t=94605&page=29
One small question... How can i read de appname set in a external ini in a custom message?..
Razor12911
23-12-2013, 00:42
[Setup]
AppName={code:ApplicationName}
UsePreviousLanguage=No
[Code]
function ApplicationName(Default:String):String;
begin
Result:=GetIniString('Application', 'Name', '', ExpandConstant('{src}\Example.ini'))
end;
Example.ini must look like this
[Application]
Name=Razor12911
I make this, but welcome custom message look like this: "Welcome to {ApplicationName}", not with the name I set in the ini file.. I'm lost with delphi costant, hehehe.
Razor12911
23-12-2013, 02:16
did you write it like this {code:ApplicationName} or {ApplicationName}
Razor12911
23-12-2013, 02:29
private message me bro.
Someone can tell me how to put remaining time, elapsep time, and porcentaje? with innosetup 5.5.1. Dont use 5.5.4 because i use functions only avaliable in restools..
Someone can tell me how to put remaining time, elapsep time, and porcentaje? with innosetup 5.5.1. Dont use 5.5.4 because i use functions only avaliable in restools..
use ISDone
y_thelastknight
24-12-2013, 15:20
how can i change left right position of botva2 progress bar?
RinMegumi
24-12-2013, 23:16
Hi... i need instaler CI 8.3.5.1
i need link download
somebody can help me?
sentinelks
25-12-2013, 00:19
Hi... i need instaler CI 8.3.5.1
i need link download
somebody can help me?
download a conversation in the forum already made ;)
I have a problem when cancel the install.. when cancel i want the install delete the folder inno created, i think my code is right but for some reason dont work.. i post my cancel button code.. someone help me please :D.. thanks.
P.D. y_thelasknight, form problem solved,, thanks for your help.
procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean);
begin
sndPlaySound(ExpandConstant('{tmp}\click.wav'), $0001);
Confirm:=False;
if CurPageID=wpInstalling then begin;
if Cancel then begin
ISDoneError:=True;
ISDoneCancel:=1;
AppNameLabel.Font.Color:=clRed;
AppNameLabel.Caption:='Deshaciendo cambios, por favor espere...'
DelTree(ExpandConstant('{app}'), True, True, True);
WizardForm.CancelButton.Enabled:=False;
end;
y_thelastknight
07-01-2014, 04:21
I have a problem when cancel the install.. when cancel i want the install delete the folder inno created, i think my code is right but for some reason dont work.. i post my cancel button code.. someone help me please :D.. thanks.
P.D. y_thelasknight, form problem solved,, thanks for your help.
did you try with this line under procedure CurStepChanged(CurStep: TSetupStep);
if (CurStep=ssPostInstall) and ISDoneError then begin
Exec(ExpandConstant('{uninstallexe}'), '/VERYSILENT','', sw_Hide, ewWaitUntilTerminated, ResultCode);
end;
Yup. i try that, buy its only unninstall when for example there's not bin in the src :D.. when i click in cancel button dont delete anything. All in my installer work ok, but cancel button delete not :d
AHMED SAMI
07-01-2014, 18:41
Hi i need code to deCompress archive and when finish he delete the file automatic !
Waiting For Halep
y_thelastknight
08-01-2014, 10:34
Hi i need code to deCompress archive and when finish he delete the file automatic !
Waiting For Halep
explain me.
AHMED SAMI
08-01-2014, 12:30
This is an example of what I want :
arc.exe Code For decompression ? (Here the file name).arc
del (Here the file name).arc
del steup.bat
( del )---> Means delete the file after decompression
Done
y_thelastknight
08-01-2014, 21:33
This is an example of what I want :
arc.exe Code For decompression ? (Here the file name).arc
del (Here the file name).arc
del steup.bat
( del )---> Means delete the file after decompression
Done
do you need inno script? if you then did you try with ISDone0.6f script?
False or True > It's an option to delete the arc file after unpacking process, True means, file must be deleted and False means file mustn't be deleted.
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\arc.arc'), ExpandConstant('{app}\'), '', False, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
y_thelastknight
09-01-2014, 03:12
Yup. i try that, buy its only unninstall when for example there's not bin in the src :D.. when i click in cancel button dont delete anything. All in my installer work ok, but cancel button delete not :d
for this error i suggested this fix.. is this fine?
under this lineprocedure CurStepChanged(CurStep: TSetupStep);
if (CurStep=ssInstall) and (ISDoneError = True) then begin
DelTree(ExpandConstant('{app}'), True, True, True);
end;
reiji777
26-01-2014, 15:28
how to change yes & no button language on confirmation message box?
Razor12911
26-01-2014, 21:07
Edit inno setup language file(.isl). Usually default.isl from inno setup compiler directory or locate isl if specified.
Isl are normal text files
aimbot199604
01-02-2014, 11:50
Confluence of a good time!
Help the necessary parameters LZMA
sorry for bad English
nhinchihap3
03-02-2014, 10:01
How to reduce the image of the game (I mean the video size, bad eng) when the file extension should be very much different (although per game)
Thank very much
Razor12911
03-02-2014, 15:03
You need to research on stuff like that, but what's possible is you can you can deal with bik videos with rad tools, for vp6 videos. you'll need to google for avi/mp4 to vp6 and the other way round. if you have avi/mp4 then use xilisoft or any video converting software to set custom resolution and details then back to vp6.
Rather some games have a detecting system, rather delete the video but this can be done experimentally. test whether game will run and if everything seems to work fine when it comes to that particular scene in the game where video should play, if game skips video then it means that videos can be removed if not, an error might pop-up or game will freeze which means that procedure shouldn't be used.
take note some game videos are inside some files, to check use a program such as scarface explorer
mystikal242
03-03-2014, 08:51
I need CoD Ghosts in DVD9, but I only found in 4 DVD9 or in 6 DVD5... Does someone know how to convert for 3 DVD9 or modify the splitdvd9todvd5' conversion????
EA-Games
07-03-2014, 03:41
Question Call Of Duty Not Compressed
question ..
i try to compress call of duty 2 - call of duty modern warfare - call of duty modern warfare 3
the same size after compressing
i use this compressing ..
Compress in blok Precom + Srep.bat
http://www.mediafire.com/download/0otb93l523t2joc/Compresor.rar
any help
Question Call Of Duty Not Compressed
question ..
i try to compress call of duty 2 - call of duty modern warfare - call of duty modern warfare 3
the same size after compressing
i use this compressing ..
Compress in blok Precom + Srep.bat
http://www.mediafire.com/download/0otb93l523t2joc/Compresor.rar
any help
.iwi files are simple .zip files with some chages, thats why thay compress bed.
Question Call Of Duty Not Compressed
question ..
i try to compress call of duty 2 - call of duty modern warfare - call of duty modern warfare 3
the same size after compressing
i use this compressing ..
Compress in blok Precom + Srep.bat
http://www.mediafire.com/download/0otb93l523t2joc/Compresor.rar
any help
It make no sense to set such strong Compression Methods on Achived Files like .zip, .rar, .arc, .bik, .wmv....
On those Files you may use lzma or -m0 (no compression).
Search for Folders with loose Files like .iwd, .oppc, .packed, and so on, Compress them first with srep, precomp.
EA-Games
08-03-2014, 03:46
thanks
altef_4
and thank you
Inge
i will try and till you ..
PinHeaDi
08-03-2014, 14:44
D:\Tomb Raide Collection\ and in this foleder there are all Tomb Raider games untill today but i cant make a repack where u can actually choose which one to install. Can anyone help me? Im using norlmal Inno setup. :)
EA-Games
22-03-2014, 05:03
It make no sense to set such strong Compression Methods on Achived Files like .zip, .rar, .arc, .bik, .wmv....
On those Files you may use lzma or -m0 (no compression).
Search for Folders with loose Files like .iwd, .oppc, .packed, and so on, Compress them first with srep, precomp.
i try to compress .iwd with precomp + serp
the same size
my idea is compress -- Call Of Duty Modern Warfare 3 to 2 DVD
y_thelastknight
27-03-2014, 04:35
after trying on Kurutucu script on Video .. Finally review like this ..
the sound work but the video not work
any solutions ..
install video codec pack like K-lite Codec Pack
What is wrong in this script i use ISSkin please help.
http://www.mediafire.com/download/qw27zyai5km5gfm/Bister.rar
What is wrong in this script i use ISSkin please help.
http://www.mediafire.com/download/qw27zyai5km5gfm/Bister.rar
for use .msstyles skin you must create .cjstyles from it, just open Skinbuilder, import .msstyles skin, and export as .skinproj, then rename it to cjstyles.
EA-Games
06-04-2014, 15:01
how to make this code to high compress ::
arc a -ep1 -ed -r -w.\ Setup-1.bin -mprecomp:t-nfj:zl11,18,34,39,44,55,68,75,82,83,84,85,97,98:d1 0+srep+exe+delta+lzma:a1:mfbt4:d256m:fb128:mc1000: lc8 "E:\Games\DS 2\Setup-1\*"
i just want to compress Grand Theft Auto IV to 1xDVD5 or 2xDVD5
for use .msstyles skin you must create .cjstyles from it, just open Skinbuilder, import .msstyles skin, and export as .skinproj, then rename it to cjstyles.
I've try does not work.
http://www.mediafire.com/download/q89d9ns71foru3y/Bister2.rar
I've try does not work.
http://www.mediafire.com/download/q89d9ns71foru3y/Bister2.rar
you use ISSkin.dll for ANSI, try to change it to UNICODE version
p.s. in attachment example for both versions
you use ISSkin.dll for ANSI, try to change it to UNICODE version
p.s. in attachment example for both versions
Work,thnks.
EA-Games
08-04-2014, 13:55
a very important question ..
when i split the game to 2xDVD5 .. i put Redist folder in first dvd .. when i install the game from CD-Rom . he ask me the second dvd .. but when the game finish installing he not install the directx and vcredist_x86.exe from redist folder ..
please help .
a very important question ..
when i split the game to 2xDVD5 .. i put Redist folder in first dvd .. when i install the game from CD-Rom . he ask me the second dvd .. but when the game finish installing he not install the directx and vcredist_x86.exe from redist folder ..
please help .
put redist on second dvd
How to add DirectX,vcredist and other program recomendet for games.
Hi, I'm using 1.0.0.6 CIU. I would like to know how to put a button that appears at the beginning, the autorun and take me to my website. I can not find where to place the image as a button and add the line of code to Setup.ini ... Pelase Help!
EA-Games
10-04-2014, 13:35
put redist on second dvd
i will try and tell you ..
pakrat2k2
10-04-2014, 16:17
Hi, I'm using 1.0.0.6 CIU. I would like to know how to put a button that appears at the beginning, the autorun and take me to my website. I can not find where to place the image as a button and add the line of code to Setup.ini ... Pelase Help!
doesn't exist in 1006 ( not as far as ive been able to find )
How to add percent % in progres bar.
Razor12911
29-04-2014, 06:20
You have to make a label, a timer and do some calculations.
for example if using Inno Setup Enhanced Edition
var
Timer: TTimer;
PGPC: TLabel;
procedure PBTimer(Sender: TObject);
begin
if WizardForm.ProgressGauge.Max <> 0 then
PGPC.Caption:= IntToStr((WizardForm.ProgressGauge.Position * 100) div WizardForm.ProgressGauge.Max) + '%';
end;
procedure InitializeWizard;
begin
PGPC:= TLabel.Create(WizardForm);
with PGPC do begin
SetBounds(Left,Top,Width,Height);
Parent:=WizardForm;
end;
Timer:=TTimer.Create(WizardForm);
with Timer do begin
OnTimer:=@PBTimer;
Interval:=500;
Enabled:=True;
end;
end;
Use Curpage to show and hide label.
You have to make a label, a timer and do some calculations.
for example if using Inno Setup Enhanced Edition
var
Timer: TTimer;
PGPC: TLabel;
procedure PBTimer(Sender: TObject);
begin
if WizardForm.ProgressGauge.Max <> 0 then
PGPC.Caption:= IntToStr((WizardForm.ProgressGauge.Position * 100) div WizardForm.ProgressGauge.Max) + '%';
end;
procedure InitializeWizard;
begin
PGPC:= TLabel.Create(WizardForm);
with PGPC do begin
SetBounds(Left,Top,Width,Height);
Parent:=WizardForm;
end;
Timer:=TTimer.Create(WizardForm);
with Timer do begin
OnTimer:=@PBTimer;
Interval:=500;
Enabled:=True;
end;
end;
Use Curpage to show and hide label.
I use inno setup ultra.
This is my script https://www.mediafire.com/?bz8so92s0i6bioy.
Can yu insert percent I do not know.
Can any one post what or where I could find the application called "yener's CI"?
I googled it many times but google just shows me comments on filefourm.com.
anyone, please?
Anyone have convertion for Wargame Red Dragon?
UNCAL KEMBU
25-05-2014, 09:42
Hi .. Please tell me how to make a game conversion?? Thank you
jamel2013
25-05-2014, 09:52
Hi .. Please tell me how to make a game conversion?? Thank you
__________________________________________________ ______________
http://fileforums.com/showthread.php?t=94605
Carry this program you'll learn everything
https://scontent-a-cdg.xx.fbcdn.net/hphotos-prn2/t1.0-9/q71/s720x720/10363916_677275838988458_1070613376346377507_n.jpg
thenokiottos
01-07-2014, 03:21
Is there a script to unpack an archive compressed using this method -mprecomp+srep+lzma:a1:mfbt4:d256m:fb273:mc1000:lc8 ?
Cale2201
11-07-2014, 15:04
I Have This Problem When Install From Image, Please Help!
http://www.hizliresimyukle.com/image/TG7
MotoGP 14 Compression -msrep...(3xDVD 5) IC2.3 By_(Razor12911) - houcine80
Sniper Elite III Africa Dark Installation(3xDVD 5) _IC-2.3.. - houcine80
Sniper Elite 3 [3xDVD5, Srep64, IC 2.5.1] - Inge
when install from folder everything is working fine
Sorry For My Bad English! :)
Razor12911
11-07-2014, 15:35
Is there a script to unpack an archive compressed using this method -mprecomp+srep+lzma:a1:mfbt4:d256m:fb273:mc1000:lc8 ?
yes there is or are, Installer Creator can do this, BlackBOX, EI and etc...
Razor12911
11-07-2014, 15:38
I Have This Problem When Install From Image, Please Help!
http://www.hizliresimyukle.com/image/TG7
MotoGP 14 Compression -msrep...(3xDVD 5) IC2.3 By_(Razor12911) - houcine80
Sniper Elite III Africa Dark Installation(3xDVD 5) _IC-2.3.. - houcine80
Sniper Elite 3 [3xDVD5, Srep64, IC 2.5.1] - Inge
when install from folder everything is working fine
Sorry For My Bad English! :)
i hate errors from my program, for now just click ignore, it is no biggy. That icon is for control panel(add/remove).
Problem solved.
thenokiottos
19-07-2014, 15:29
Is someone here knowledgeable about .bik file? In short, my problem is this: i have a .bik file whith several audio tracks. I wanted to reduce its size by "binking" it again and setting the data rate to 80% of the original. Problem is, the new .bik file loses all audio tracks which the original had: in fact, when the conversion begins, a warning message "No sound found in the bik file" appears, even though there are audio tracks. What do i have to do in order to make the software recognize them? I have also attached the settings i'm currently using.
Here is a screenshot of the original bik file info: http://i.imgur.com/0F0BaB2.png?1
Converted bik file info: http://i.imgur.com/F8OLaG5.png?1
Current settings: http://i.imgur.com/u1bj3kJ.png?1
Razor12911
20-07-2014, 14:55
This might help.
http://www.radgametools.com/binkfaq.htm
or maybe at least write level 1 instead of 0 or untick the audio compression or write 101 on compression level, install codecs as well. Try all possible loose-ends, patch them up. I had this problem as well and I don't remember what I did with it.
thenokiottos
20-07-2014, 18:03
Well, i searched up a bit and this guy http://www.fileforums.com/showthread.php?t=88155 had a similar problem, it seems that multiple audio tracks aren't recognized. I have to demultiplex the file using a program called VGMToolbox, convert the video and mix in the audio tracks again one by one.
It's a really long process.
vinay sawan
21-07-2014, 00:54
how to add Slides show in this Script
mahdis14
03-08-2014, 04:01
ini file not found
Hi every one :)
I need some conversions please :(
nfs carbon , nfs undercover , nfs underground 1 & 2
gta 3 , gta vice city , gta san andreas
avatar,pes 8,10,11,12
Thank your for your help;)
pakrat2k2
11-08-2014, 15:18
Hi every one :)
I need some conversions please :(
nfs carbon , nfs undercover , nfs underground 1 & 2
gta 3 , gta vice city , gta san andreas
avatar,pes 8,10,11,12
Thank your for your help;)
try looking in game index, BEFORE asking for a number of conversions, most if not all have been done.
http://fileforums.com/showthread.php?t=74084
sandmaan
14-08-2014, 07:30
Guys I'm learning about this Repacking so I like to know how to use the these 3 software utilities to gain the best compression.
FreeARC (No compression) + precomp + srep64 + FreeARC ( Ultra compression)
or
FreeARC (No compression) + Srep64 + precomp + FreeARC ( Ultra Compression)
or
FreeARC (No compression) + Precomp + Srep64 + 7Zip (Ultra)
or
FreeARC (No compression) + Srep64 + precomp + 7Zip (Ultra)
And like to know how to create these file injection things like myth use to drop file size down dramatically.
mystikal242
15-08-2014, 11:58
I want to ask about one detail that I'm taking note these days in the most of the conversions with the "minimize" button. The button works only in the installation of the first DVD. After change the DVD's, the installation doesn't minimize. Is this normal???? Is it possible to fix???
prudislav
16-08-2014, 08:26
small question - i have finished converion but want to do one simple fix within *.iss file. Any way to do it without recompressing whole thing (just new stup.exe to work with prevous files)?? (using just default inno script)
^
I don't know but i think its not possible with internal compression. But you can use default installer with external arc option. then it should work.
edit: for my very own simple game dvd's (eg. for game collections from GOG) i use this script with arc/srep/precomp support. its very easy to use (same as default inno script).
prudislav
16-08-2014, 09:57
^
ok will recompile whole thing
any more info how to setup default istaller to use external?? (for examle stuff like srep)
Dont have time and skills and to deal with fancy installers like CIU
See edit in my post above. all you need is in main.iss.
logansama
19-08-2014, 18:26
hi everyone, i have a cuestion about freeark, i have sucess to convert a 12 gb of a game, into 7 gb, but only one file. i need to know how split, for fit in one 2 dvds. i use only free arc program. thanx for you help
arc dont support file split option. what you can do, dont compress whole game folder at once, pick up some game files and compress them to fit on 1xdvd5, then compress the rest of the game files (except the files you have already compressed in first arc file).
Hi, i always wanted to know how to do my conversions, any one can tell me if is there a tutorial to learn to do it?, and maybe i kind of wizard to do it easier?
also I way to find the regs of any game to put them on the conversions.
I have always use others conversions and is nice and I thanks them all, but some times, the is no conversion for my game, I will like to learn to use inno and the other type of conversions that you do here.
thanks for any help
Dante1995
26-10-2014, 11:26
Hi, i always wanted to know how to do my conversions, any one can tell me if is there a tutorial to learn to do it?, and maybe i kind of wizard to do it easier?
also I way to find the regs of any game to put them on the conversions.
I have always use others conversions and is nice and I thanks them all, but some times, the is no conversion for my game, I will like to learn to use inno and the other type of conversions that you do here.
thanks for any help
it's all very simple .. but you have to know what you will have to start (the type of installer) and know its functions
then learn a little batch (where action) file lists (folders or files to be included or not)
know a little bit of photoshop or gimp
the rest is a snap (just committed)
Hi guys. I have a questions about conversions the games. In Step when I find ( Open InstallerScript.iss ) How I can open this file .ISS ?
And the important question is, When I find this step ( Save and compile ) How I can compile, which programs can I use ?
I'm sorry for my English and Thanks
You need Inno Setup
http://www.jrsoftware.org/isdl.php
Most conversion scripts need unicode version of IS.
Dark_Siegfried89
03-12-2014, 13:03
Hi friends, I have a question to ask yourself:
you can run the installer without using the autorun?
P.S. I use CIU version 1.0.0.6. thanks so much!
Dark_babe
15-12-2014, 16:43
Any predictions conversions to far cry 4 and assassin's creed unity? I intend to write to blu ray yourself, just need an installer for the version I have has no installer you are copying files and play in any folder. I know they are games that is difficult to do something, especially the assassin's creed that unity has a single file with more than 10gb. Well I thank anyone who devote their time to perform any conversion of any game. It is an amazing and very well done. Forgive the bad English.
palievka
25-12-2014, 14:28
Hello .We Black_Box_Script_By_Kurutucu_V1.8 this script to compression InnoSetup.Thank
palievka
26-12-2014, 00:03
! Game_Installer_Designer_1.6 as add files for internal compresion
supernoro
30-01-2015, 01:59
Hey Guys, how to fix this in CI 8.5.7.4 :confused::confused:
http://i.imgur.com/RC4xNDV.jpg
Razor12911
30-01-2015, 03:22
UltraARC CI script but, It will be fixed.
MartinezPL
01-02-2015, 05:20
Hello :)
I got Tiger.cjstyles and skin.cjstyles and visuals from installer come from this two files, my question is can I edit somehow this too files :)?
Razor12911
01-02-2015, 05:38
I think Codejock Skin Builder is used for styling codejock styles
http://www.codejock.com/products/skinframework/tour_skinbuilder.asp
supernoro
02-02-2015, 09:11
How to enable internal installation in CIU1014 :confused:
pakrat2k2
02-02-2015, 10:38
Hey Guys, how to fix this in CI 8.5.7.4 :confused::confused:
http://i.imgur.com/RC4xNDV.jpg
in setup.ini
MoveDirectoryInfo=0
MoveProgressBar=4
change those values.
How to enable internal installation in CIU1014 :confused:
- settings.iss make sure its just #define internal ( NO ; at front of line )
- installerscript.iss make sure there IS a ; in front of line #2
- in style.ini below below [install options] make a section
[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:1;
the numbers are what are important if you have 5 cab files then there must be 5 lines, and the numbers/names for the cab files match.
IE you named your first file xyz.abc then the first line in that section would be
FreeArcFile1=xyz.abc;DestDir:{app};Disk:1;
it doesn't have to end in cab, bin, arc, you can name it however you want.
Take a look at any of the conversions that use compress.bat & you see how its layed out.
Just don't try to do this IF your using the CIU1014 from the UltraARC topic as it has been modified to use UltraARC & the extract section no longer applies.
If your using the version from yener90's Inno Project Source Codes topic then what I've written above DOES apply.
supernoro
03-02-2015, 01:26
precomp is compatible with CIU1014M or not :confused:
pakrat2k2
03-02-2015, 08:23
its one of the choices in ultraarc then it 1014M can handle it. It just takes so much longer unpacking precomp files, that most conversion makers decide not to use it.
supernoro
03-02-2015, 12:38
Hey pakrat, sorry dude another question : i compile all inno setup (InstallerScript - LangScript - Settings) :confused:
pakrat2k2
03-02-2015, 12:57
nope just the first 2, it read the settings.iss script in the first 2
http://snap.ashampoo.com/uploads/2015-03-13/AjgDfXw5.png
How to solve this error?
pakrat2k2
13-03-2015, 11:30
well for one thing did precomp ( 4th line in picture ) give you those settings when you first archived the files,
or was just copy/paste from something else.
thanks for youe answer,but my english(Im spanish) is very bad
I did not understand well that I do
http://rghost.net/7DZNjJmnR
I use this compressor
With Srep+arc work fine ,but when use Precom + Srep gives me error
pakrat2k2
13-03-2015, 12:34
edit you arc.ini & remove those extra settings from precomp section.
[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -m3f -a1 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
[External compressor:precomp]
header = 0
packcmd = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
you can tell me exactly what I have to delete?
pakrat2k2
13-03-2015, 14:22
ok, options shown in picture are not listed there, are they in the compress.bat ?
arc a -ep1 -ed -r -w.\ Setup-1.bin -mprecomp:t-nfj:zl11,18,34,39,44,55,68,75,82,83,84,85,97,98:d1 0+srep+exe+delta+lzma:a1:mfbt4:d256m:fb128:mc1000: lc4 "D:\CHROME\SESINCRIUP\*"
pause
http://rghost.net/7DZNjJmnR
I use this compressor
Compress Precom + Srep.bat
http://rghost.net/8GHzrVLGS
pakrat2k2
13-03-2015, 15:09
arc a -ep1 -ed -r -w.\ Setup-1.bin -mprecomp:t-nfj:zl11,18,34,39,44,55,68,75,82,83,84,85,97,98:d1 0+srep+exe+delta+lzma:a1:mfbt4:d256m:fb128:mc1000: lc4 "D:\CHROME\SESINCRIUP\*"
pause
remove this
:t-nfj:zl11,18,34,39,44,55,68,75,82,83,84,85,97,98:d1 0
as it was provided for something else, not your files.
IF when you run it, after it completes & shows you similar to speed up compression, then you add it to that line.
hi... I have problem error line 38 "SetupIconFile=Setup.ico" resource update error.. need help...
Razor12911
16-03-2015, 07:21
recompile script again. if it happens again, disable anti-virus for 5 mins for compilation to take place.
ivanlakersss666
01-04-2015, 09:17
opsss
http://fileforums.com/showthread.php?t=94605&page=88
Hi, i'm trying to compress some files, i'm using a .bat file with the script below, and I'm wondering if there's a better script for compression:
@echo Working Working Srep+Arc
arc a -ep1 -ed -r -w.\ Data\Setup-1.bin -msrep+exe+delta+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8 "E:\Software\Repack Tools\Input1\*"
What's wrong with the sctipt?
Thank You :D
WankaWanka
26-06-2015, 21:02
I compile the CIU 2.0.3.0 with the Inno Setup Unicode 5.5.5 and I get this error:
----
Compiler Error
File: ...\include\protected\botva2.iss
Line 289:
Column 14:
Unknown identifier 'ExtractTemporaryFileSize'
----
Any help?
mausschieber
27-06-2015, 00:48
I compile the CIU 2.0.3.0 with the Inno Setup Unicode 5.5.5 and I get this error:
----
Compiler Error
File: ...\include\protected\botva2.iss
Line 289:
Column 14:
Unknown identifier 'ExtractTemporaryFileSize'
----
Any help?
you must use Inno Setup Enhanced Unicode
try this that should help you
http://fileforums.com/showpost.php?p=437536&postcount=1
WankaWanka
27-06-2015, 06:00
you must use Inno Setup Enhanced Unicode
try this that should help you
http://fileforums.com/showpost.php?p=437536&postcount=1
Thank you... Worked...
Edioscote
15-08-2015, 12:00
Where do I find the " Installer Creator v2.9 " to download ? thanks
Please help solve this problem:( .. Sorry for my weak in English
http://cdn.top4top.co/i_61e9d9914c1.png
pakrat2k2
30-09-2015, 09:57
Please help solve this problem:( .. Sorry for my weak in English
http://cdn.top4top.co/i_61e9d9914c1.png
make sure enough freespace on HD, Turn off AV, need more information as to what you were doing when this happened.
Aneeskhan
11-10-2015, 04:02
How to compress 9 gb game to 3 gb
help pls
pakrat2k2
11-10-2015, 07:39
How to compress 9 gb game to 3 gb
help pls
that all depends on the types of files in the game. Some compress very well others not at all, there is no way to guarantee that you turn 9gb into 3gb, only testing will tell you how much it will compress down.
marvel1911
13-10-2015, 08:02
i use CIU2030 but after install not create shortcut on desktop. only create uninstall shortcut on start menu or start menu can you help me. sorry for my weak English.
my setup.ini
///////////////////// SETUP SETTINGS //////////////////////
[InstallOptions]
ApplicationName=Pro Evolution Soccer 2016
Publisher=KONAMI
GameSize=8100
//ProductCode={3FEA6CD1-EA13-4CE7-A74E-A74A4A0A7B5C}
PrecompVer=inside
Lang=en,es,fr,it,da,nl,pl,prbr,ru
SetupVersion=1.0
GameVersion=1.0
[Executable1]
Name=Pro Evolution Soccer 2016
Exe=SmartSteamLoader.exe
ExePath={app}\SmartSteamLoader.exe
Parameter=
Icon=PES2016.ico
GDFBinary=
[MinSystemReq]
ProcCore=2
ProcFreq=2000
RAM=2048
VideoRAM=512
WinVerMajor=5
WinVerMinor=1
ServicePack=3
[RecSystemReq]
ProcCore=4
ProcFreq=2600
RAM=4096
VideoRAM=1024
WinVerMajor=5
WinVerMinor=1
ServicePack=3
//[ExtractSettings]
//FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
//FreeArcFile2=Data2.cab;DestDir:{app};Disk:2;
////////////////////// SETUP DESIGN BUTTON //////////////////////
[StandardButton]
Width=150
Height=40
Font=Fight This
FontUC=1
FontColor=$ffffff
FontColorOnMouse=$01cefd
FontColorMouseDown=$00cdfc
FontColorDisabled=$aaaaaa
FontSize=23
FontSizeOnMouse=26
FontBold=0
OneLiner=1
Alignment=center
Shadow=1
[NextButton]
Left=460
Top=475
[BackButton]
Left=50
Top=475
[CancelButton]
Left=255
Top=475
[MusicButton]
Left=2
Top=-437
////////////////////// SETUP DESIGN SMALL BUTTON //////////////////////
[SmallButton]
Width=100
Height=22
FontSize=18
FontSizeOnMouse=20
////////////////////// SETUP DESIGN OTHER BUTTON //////////////////////
[EqualizerButton]
Left=83
Top=134
NumberOfStripes=8
NumberOfBlocks=4
BlockWidth=17
BlockHeight=2
LineHeight=1
[MinimizeButton]
Left=920
Top=20
Width=24
Height=24
[ExitButton]
Left=856
Top=20
Width=24
Height=24
////////////////////// SETUP DESIGN INTERFACE //////////////////////
[Flash1]
Left=55
Top=0
Width=714
Height=106
[Logo]
LogoLeft=400
LogoTop=90
LogoWidth=178
LogoHeight=80
[TextStage]
Top=180
Left=50
Width=550
Height=230
SpaceFromBorder=0
Center=1
Font=ubuntu
FontSize=2
FontColor=$ffffff
Shadow=1
[InterfaceSettings]
ChangeFrame=0
InstallerWidth=900
InstallerHeight=560
BackgroundWidth=1280
BackgroundHeight=720
ShowBGFullscreen=0
ProgressBarLabelColor=$ffffff
ProgressBarHeight=12
MoveProgressBarLabel=0
MoveDirectoryInfo=15
MoveProgressBar=4
//MoveFileLabelY=0
//MoveTimeLabelY=0
[SmallInstaller]
Width=500
Height=280
TextLeft=30
TextTop=115
TextWidth=440
TextHeight=130
FontColor=$ffffff
PosRightDown=0
//MoveProgressBar=0
//MoveFileLabelY=0
//MoveTimeLabelY=0
//MoveMusicX=0
//MoveMusicY=0
//MoveCancelX=0
//MoveCancelY=0
[BigTitle]
Left=2
Top=-354
Width=554
Height=80
FontSize=56
FontColor=$bebebe
FontUC=1
Visible=0
[SetupTitle]
Top=8
FontSize=10
FontColor=$ffffff
Visible=0
////////////////////// AUTORUN DESIGN //////////////////////
[AutorunSettings]
AutorunWidth=870
AutorunHeight=506
Music=1
[StandardButtonAR]
Width=291
Height=50
Font=Fight This
FontUC=1
FontColor=$ffffff
FontColorOnMouse=$00a00f
FontColorMouseDown=$00a00f
FontColorDisabled=$aaaaaa
FontSize=24
FontSizeOnMouse=27
FontBold=0
OneLiner=1
Alignment=left
Shadow=1
LabelX=25
LabelY=6
[Play1Button]
Left=1
Top=95
ShowPlayLabel=1
[Play2Button]
Left=-563
Top=0
Text=config
[UnInstallButton]
Left=1
Top=147
[WebsiteButton]
Left=1
Top=199
Site=pes.konami.com/au/pes2016
[BrowseDVDButton]
Left=309
Top=288
Visible=0
[EqualizerButtonAR]
Left=25
Top=51
NumberOfStripes=11
NumberOfBlocks=5
BlockWidth=6
BlockHeight=2
LineHeight=1
Visible=1
[MusicButtonAR]
Left=280
Top=455
Width=31
Height=120
Visible=0
[LangBox]
Left=15
Top=485
//Center=1
ShowOnly=0
//Position=Vertical
[SetupTitleAR]
Top=8
FontSize=12
FontColor=$ffffff
Visible=0
[Exit1Button]
Left=1
Top=251
[MinimizeARButton]
Left=0
Top=0
Width=24
Height=24
[Exit2Button]
Left=-656
Top=20
Width=24
Height=24
[LauncherSettings]
InstallRedist=1
[Launch1]
Name=Microsoft DirectX
32Exe={app}\Support\Tools\DirectX\DXSetup.exe
Argument=/silent
BeforeInstall=0
[Launch2]
Name=Microsoft Visual C++ 2012 Redistributable
32Exe={app}\Support\Tools\Microsoft Visual C++ 2012 Redistributable\32Bit.exe
64Exe={app}\Support\Tools\Microsoft Visual C++ 2012 Redistributable\64Bit.exe
Argument=/q /norestart
BeforeInstall=0
[Launch3]
Name=Microsoft.NET Framework 4.0.30319.01
32Exe={app}\Support\Tools\Microsoft.NET Framework 4.0\Install.exe
Argument=/q /norestart
BeforeInstall=0
i use CIU2030 but after install not create shortcut on desktop. only create uninstall shortcut on start menu or start menu can you help me. sorry for my weak English.
You must remove all in line ExePath.
must be:
ExePath=
ExePath applies when the executable is in a subdirectory. Example:
Exe=SmartSteamLoader.exe
ExePath=Bin
pakrat2k2
13-10-2015, 09:29
You must remove all in line ExePath.
must be:
ExePath=
ExePath applies when the executable is in a subdirectory. Example:
ExePath=Bin\SmartSteamLoader.exe
Yes for the INSTALLED version of the game's EXE location, NOT where it will be in the conversion.
marvel1911
13-10-2015, 09:40
You must remove all in line ExePath.
must be:
ExePath=
ExePath applies when the executable is in a subdirectory. Example:
ExePath=Bin\SmartSteamLoader.exe
Thank you so much. great help.
Yes for the INSTALLED version of the game's EXE location, NOT where it will be in the conversion.
Right.
marvel1911
09-11-2015, 05:03
hello.
some guys speak about CIU2036 in http://fileforums.com/showthread.php?t=96619
but in yener90's Inno Project Source Codes" only CIU2030 exist.
I'm confused. can you help me?
sorry for my bad english.
hello.
some guys speak about CIU2036 in http://fileforums.com/showthread.php?t=96619
but in yener90's Inno Project Source Codes" only CIU2030 exist.
I'm confused. can you help me?
sorry for my bad english.
CIU 2036 is here:
http://fileforums.com/showpost.php?p=437539&postcount=2
but it has errors.
marvel1911
09-11-2015, 05:58
CIU 2036 is here:
http://fileforums.com/showpost.php?p=437539&postcount=2
but it has errors.
you sure? it is not original script. its only update script for ultraarc.
you sure? it is not original script. its only update script for ultraarc.
If You Want use CIU2036 overwrite these files with the original script (CIU 2030) :
http://fileforums.com/showthread.php?t=91563
CIU2030 posted only supports Ultraarc, original script not posted.
marvel1911
09-11-2015, 07:09
If You Want use CIU2036 overwrite these files with the original script (CIU 2030) :
http://fileforums.com/showthread.php?t=91563
CIU2030 posted only supports Ultraarc, original script not posted.
thank you so much.
Hi, i need some help here, to do my own repack from origina games in this case sims 4, cuz i saw origin games have reg keys, and steam doesnt, (I have already done some repacks whit steam using install creator) but as i told before i saw that origin have reg keys, i need, help to know how i can find them, and then sabe, add or what ever i need to do to put them in my conversión.
Can anyone tell me how i can do this.
Thanks
Please, I need help.
The skin viewer (.cjstyles) does not work if compiled with inno setup unicode version.
If compiled with unicode inno it does not detect the INI file (ISSkinIniCombo).
It works only if compiled in standard ANSI version or enhanced edition of inno setup. If compiled with the standard unicode inno or enhanced edition unicode the combobox fields of the ini file is blank.
I believe the problem is that the function EnumResourceNames in script file.
Please download the rar file for analyze the script file in inno setup unicode.
If any Advanced User could analyze the script I thank you.
The skin viewer (.cjstyles) does not work if compiled with inno setup unicode version.
If compiled with unicode inno it does not detect the INI file (ISSkinIniCombo).
It works only if compiled in standard ANSI version or enhanced edition of inno setup. If compiled with the standard unicode inno or enhanced edition unicode the combobox fields of the ini file is blank.
I believe the problem is that the function EnumResourceNames in script file.
I managed to fix it.
To use Inno Setup unicode version should also be used to ansi version of EnumResourceNames (EnumResourceNamesA) of kernel32.dll library.
But using Inno Setup unicode version should be changed lpType and lpName of String to PAnsiChar.
I posted the modified script if someone is interested.
Maxgrilo
12-04-2016, 02:46
One suggestion was to not create and extract direct the installation directory not this thing together first in the temporary folder takes much, type only create a .cab file on each DVD example data1.cab DVD1, DVD2 data2.cab and so on .
hello... I would like to say this from the beginning... i'm new to this whole repack thing.
i'm doing my best to learn but there's a problem that i can't know a solution for it.
I downloaded this script.
these lines will make a desktop shortcut for the game.
[Execs]
;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=Divinity - Original Sin Enhanced Edition/Shipping||EoCApp.exe|Divinity - Original Sin
;AppExe2=Battlefield 4 (64-Bit)||bf4.exe|Play Battlefield(TM) 4 (64-Bit)
my problem is that my exe file in the game isn't in the main folder.
this is what i'm trying to do and it's not working:
[Execs]
;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=A Story About my Uncle\Binaries\Win32||ASAMU-Win32-Shipping.exe|A Story About my Uncle
it makes a shortcut to the game's main folder not the specified location of the .exe file.
any help would be much appreciated. Thanks!
truerepacks
26-06-2016, 05:08
hey guys! i want to hide labels of buttons on CIU 2036 (Autorun). how can i?
pakrat2k2
26-06-2016, 09:26
hey guys! i want to hide labels of buttons on CIU 2036 (Autorun). how can i?
either set all in button to 0 (zero), or make width negative number, or bigger then image width.
hello... I would like to say this from the beginning... i'm new to this whole repack thing.
i'm doing my best to learn but there's a problem that i can't know a solution for it.
I downloaded this script.
these lines will make a desktop shortcut for the game.
my problem is that my exe file in the game isn't in the main folder.
this is what i'm trying to do and it's not working:
it makes a shortcut to the game's main folder not the specified location of the .exe file.
any help would be much appreciated. Thanks!
any solution for this please? :(
pakrat2k2
26-06-2016, 13:17
tried adding a / to the beginning of the first folder > binaries/win32 >> /binaries/win32 so its actually a subfolder ? OR
repost the question with the archive in the topic for the installer itself, will most likely get better help there from the OP or others who use that installer.
truerepacks
27-06-2016, 04:52
either set all in button to 0 (zero), or make width negative number, or bigger then image width.
Sorry bt can't understand u
Actually working on a conversion of GTA 4 + EFLC (my first one) and want to make something like that
and also some advice over graphics may help
pakrat2k2
27-06-2016, 08:58
Originally Posted by pakrat2k2
either set all in button to 0 (zero), or make width negative number, or bigger then image width.
[Play1Button]
Left=0
Top=0
only want next & back buttons no cancel button
[CancelButton]
Left=-182
Top=355
Image of Autorun 700x400
[WebsiteButton]
Left=9700
Top=269
Site=www.site.goes.here.com
truerepacks, that should be more info for what I originally replied with.
tried adding a / to the beginning of the first folder > binaries/win32 >> /binaries/win32 so its actually a subfolder ? OR
repost the question with the archive in the topic for the installer itself, will most likely get better help there from the OP or others who use that installer.
thanks for the help, but it didn't work. :)
pakrat2k2
27-06-2016, 15:14
looking at your file, you don't follow layout very well, there are 4 sections
YOURS had 3, missed first one. try the bottom & see if works, notice the first section has 2 ||, rest has 1 |
that's what you were missing also.
[Execs]
;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=Divinity - Original Sin Enhanced Edition/Shipping||EoCApp.exe|Divinity - Original Sin
corrected to follow the inputs
[Execs]
;Tile Caption||Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=Divinity - Original Sin Enhanced Edition||Shipping|EoCApp.exe|Divinity - Original Sin Enhanced Edition
WaltonSimons
29-06-2016, 23:09
I keep having problems with conversions as of late. The UltraARC-compressed ones. Basically, the installation begins normally, lasts a SECOND and then it "completes successfully" with no files extracted. What would cause that. I'm on Win 10 64bit.
Make sure Records.ini is in same folder as Setup.exe.
Sony091090
05-10-2016, 22:35
hello.. can anyone teach me how to compress data game folder to a single .bin file? And, what is the best compression method to use so when i install the game, installing proccess can be faster. thanks
Im new here and still learning about scripting. :)
.:DDoS:.
05-11-2016, 03:36
How to obtain this in my setup like RLD.
I use O2Mania to test the script of my setup.
http://i.imgur.com/9fhbgB0.png
I'm just starting to learn ISTool. Please help.
-Thanks!
pakrat2k2
05-11-2016, 06:54
easiest way is display it as a splash image. In CIUv2 it has the possibility to display X number of splash images. Screens between autorun & installer, grab any conversion posted here & run the setup. AFTER the setup screen is displayed & you choose to install the next image(s) that come up is the splash images.
hope that helps a little.
Isn't the best way something like "print" message?
pakrat2k2
05-11-2016, 07:15
mean like to take a screenshot of when that's displayed, yes CTRL-Print/Screen buttons will take a screenshot of it for you, which you can paste into paint/photoshop whatever you use for images.
.:DDoS:.
05-11-2016, 07:44
How to obtain this in my setup like RLD.
I use O2Mania to test the script of my setup.
http://i.imgur.com/9fhbgB0.png
I'm just starting to learn ISTool. Please help.
-Thanks!
What if when I click the [setup.exe], it displays the [fade in] MsgBox in 5 seconds without the [OK] button and closes [fade out] after then continues the installation process.
Is it possible?
mean like to take a screenshot of when that's displayed, yes CTRL-Print/Screen buttons will take a screenshot of it for you, which you can paste into paint/photoshop whatever you use for images.
No, i mean
print=hello world
I don't know if it's possible in inno script language :D
pakrat2k2
05-11-2016, 09:13
What if when I click the [setup.exe], it displays the [fade in] MsgBox in 5 seconds without the [OK] button and closes [fade out] after then continues the installation process.
Is it possible?
that's exactly what using CIUV2 ( 2030 etc ) does to display splash image
IE: Splash.png, splash2.png, etc it will display the image for so long & goto next one if it exists, if it doesn't it loads the installer image to continue with installation.
Hi
I hope someone can help me here (yes, this time i need help :D)
The problem is, precomp doesnt seem to work for me anymore. As i can tell, it's not precomp directly, but the switch between precomp and srep. The same with precomp and just lzma.
No matter if i use Ultraarc or standard compressor, precomp runs, then after some time, precomp finished, then the window closes itself with no error or something, so when srep must be the next step.
I have tested and used several versions of precomp and srep, with no result.
So, whenever i use precomp, srep/lzma will not be finished or even started.
Some days ago, all worked fine. I think, if my PC could speak with me, he (it?) would tell me, he has enough of this shit :D
Someone knows about this?
pakrat2k2
08-12-2016, 08:50
^^ sorry bud cant help you there, ive never liked using precomp as it takes too long, just as soon use another dvd or two, versus the long compress/install period.
zirkhaki
09-12-2016, 14:13
is there an equal for "srep+exe+exe2+delta+lzma" in freearc?
if not, is There any other compressor that could compress with that setting and be as easy as freearc (by "easy" I mean it could be possible to right click on a folder and choose to compress it and chose the amount of compression)
and also I like it to be compatible with installers which are made here by conversion makers.
mjoehahn
30-12-2016, 03:34
Hello, I would like to ask about run as admin privilege
I'm using Inno Setup, how to make my "setup.exe" file automatically set to run as administrator
and also how to make my "game.exe" file automatically set to run as administrator after installation
thanks in advance
pakrat2k2
30-12-2016, 07:31
look to inno help, from within your ISS script, look up run as admin gives the information for you.
[Setup]: PrivilegesRequired > This is already set to admin by default, so to answer your question its already done that for you by default.
suspirija
25-01-2017, 08:17
Which program to split the ISO image (31 Gb) Batman Arkham Knight game, to fit on two Blu-ray disc of 25 Gb and can be installed with them?
I apologize for the worse in English and thank you in advance for your response.
pakrat2k2
25-01-2017, 09:01
You cant just split an iso image & have it install from that, you would still need to combine the contents of both bluray to install. look for a conversion in the game index for the game, and maybe someone has already put the info for bluray in the topic, if not ask for it.
suspirija
25-01-2017, 11:13
Thanks for your reply.
I know how I can share the image, but after that I have been compiled on the HDD, and to start the installation of the HDD. I wanted to share the image on the two disc to get the installation with these discs.
I looked at whether somebody has made such a conversation, but it is not.
zirkhaki
23-05-2017, 05:44
is there any program to merge two or more "bin" files which are divided into multiple parts into one "bin" file.
for example, I have something like this:
Data2a.bin => 20mb
Data2b.bin => 4.1 GB
I want to merge them manually and put Data2.bin in DVD2.
How can I do that?
is there any program to merge two or more "bin" files which are divided into multiple parts into one "bin" file.
for example, I have something like this:
Data2a.bin => 20mb
Data2b.bin => 4.1 GB
I want to merge them manually and put Data2.bin in DVD2.
How can I do that?
used UltraARC?
What is in UltraArc.ini
or else just extract Data2a.bin and Data2b.bin in one place and compress them again at once
is there any program to merge two or more "bin" files which are divided into multiple parts into one "bin" file.
for example, I have something like this:
Data2a.bin => 20mb
Data2b.bin => 4.1 GB
I want to merge them manually and put Data2.bin in DVD2.
How can I do that?
http://fileforums.com/showthread.php?p=442637
zirkhaki
23-05-2017, 06:18
used UltraARC?
What is in UltraArc.ini
or else just extract Data2a.bin and Data2b.bin in one place and compress them again at once
Yes I can extract that bin and compress the files, but it takes a lot of time to compress 14GB into 4GB again.
more info: I've compressed a game with UltraArc.
http://fileforums.com/showthread.php?p=442637
I don't know how to use this program. I cannot run it.
Make a batch file
AdvSplit .\DVD1\Data1a.bin .\Folder\Data1.bin
AdvSplit .\DVD1\Data1b.bin .\Folder\Data1.bin
Follow until you reach last Data1x.bin file
Next step in batch file should be extracting merged Data1.bin
zirkhaki
23-05-2017, 06:33
Make a batch file
AdvSplit .\DVD1\Data1a.bin .\Folder\Data1.bin
AdvSplit .\DVD1\Data1b.bin .\Folder\Data1.bin
Follow until you reach last Data1x.bin file
Next step in batch file should be extracting merged Data1.bin
Thanks. you're awesome. it worked perfectly
I really appreciate Razor12911 work, too.
Glad to help you, mate.
I'm working atm on a own compress.bat file wich alows to compress and split afterwards with all possible pre-/compressors because ultraarc is buggy like hell.
lupetto77
09-06-2017, 07:58
Hi everyone, it's a long time not to use hymn setup, but now i need to do an installation and i have a problem.
To explain my problem, I should install it in the root of a folder I will have to select during the installation, but that's not why I always create the folder we set in #AppName.
How can I fix it?
Thanks in advance
lupetto77
09-06-2017, 08:34
I resolved looking at the various official commands of hymn setup, thank you all to the next.
lupetto77
10-06-2017, 12:18
Hi I am again, I use this bat file to compress the folders:
@echo off
color 0c
Title Compressor
echo ************************************************** *****************************
echo * Srep+Arc *
echo ************************************************** *****************************
pause
@echo In process Srep+Arc
arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\Users\MyUser\Desktop\Example\*"
cls
echo ************************************************** *****************************
echo.
echo Compression is complete
echo.
echo ************************************************** *****************************
pause
The problem is if I have to do more files I should add a new line, for example:
arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-2.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\Users\MyUser\Desktop\Example\*"
and so on.
But I would like to know if there is a way to move the directory of a folder, and using this code with some modifications divide into multiple Setup-1.bin files, Setup-2.bin, ... automatically, and if possible give The size of each bin file
pakrat2k2
10-06-2017, 13:58
Go look for conversions by peterf1999, Fabioddq, Rev0 ( Early conversions ) that use a batch file, look at it, you'll see how they handled multiple files & directories.
lupetto77
11-06-2017, 07:08
Ok I will try, thank you for the answer.
any help ?i got this !
i used :ultraarc Reflate Edition (v2.8.0.0)
with : ref/pzb (pzlib 0.42) + srep + lzma
threshold percent : 100
Game Converted : hitman v1.11.2 !
final size 6 DVD's!
thanx!:)
What script are you using?
This is not compatible with UltraARC 2800 reflate edition.
Use "UltraARC 2800 R2 Edition" with this script.
Downside, i think you must compress the game again.
Or try to change arc.ini from script and compare pzlib options in config#.txt in resources folder of ultraarc reflate edition.
In UltraARC reflate edition pzlib was = precomp. Now (with this script) pzlib is = pzlib. There is the error.
Like i said, try to fiddle with arc.ini
tried the second option ! now , it works!
well done , KaKtoR!
Another Request plz !
i just wanna change the decompression path , in the script, from "tmp"
to the game installation directory !
once again , thank u!
I don't know sorry.
Change {tmp} to {app} in records.ini instead. It works for a workaround.
Got This , while installing forza horizon 3!
i used :ultraarc Reflate Edition (v2.8.0.0)
with : ref/pzb (pzlib 0.42) + srep + lzma
threshold percent : 100
works already with hitman (thanks ,KaKtoR!)!
any help???
Ask razor, it's his splitter.
fixed !
found out the pb! it was in the records.ini!:)
pakrat2k2
04-07-2017, 22:12
fixed !
found out the pb! it was in the records.ini!:)
good to post back what was causing the error, so others who might have same problem, will know where to look first :cool:
kokousic
25-07-2017, 00:38
Is there anyway to change the level of compression for LZMA in UltraARC like using higher dictionary size and/or number of cpu threads to use? I am a noob so please forgive if doing anything wrong.
pakrat2k2
25-07-2017, 14:39
Is there anyway to change the level of compression for LZMA in UltraARC like using higher dictionary size and/or number of cpu threads to use? I am a noob so please forgive if doing anything wrong.
use the newest version, will give more choices for compression.
^He asks for LZMA compression.
@kokousic: Ask in UltraArc Topic, but i guess, since LZMA is not listed in config, it is somewhere other.
kokousic
26-07-2017, 09:41
use the newest version, will give more choices for compression.
Yes it does but unfortunately it crashed whenever compression level is selected maximum and ultra despite having an i7 and 24 GB RAM.
pakrat2k2
26-07-2017, 15:44
^He asks for LZMA compression.
@kokousic: Ask in UltraArc Topic, but i guess, since LZMA is not listed in config, it is somewhere other.
Its on the OPTIONS tab.
:confused:
Where you see any LZMA settings for example dictionary size?
Standard for UltraARC is: lzma:a1:mfbt4:d256m:fb273:mc1000000000:lc8
He would like to change LZMA settings. And i don't know where those settings are stored. I guess somewhere in UltraARC.exe.
pakrat2k2
26-07-2017, 16:51
guess it helps IF I read it properly.
kokousic
28-07-2017, 00:32
:confused:
Where you see any LZMA settings for example dictionary size?
Standard for UltraARC is: lzma:a1:mfbt4:d256m:fb273:mc1000000000:lc8
He would like to change LZMA settings. And i don't know where those settings are stored. I guess somewhere in UltraARC.exe.
Its not in ULTRAARc, its only available in 7-zip. MAximum and Ultra crashes.
:confused:
Where you see any LZMA settings for example dictionary size?
Standard for UltraARC is: lzma:a1:mfbt4:d256m:fb273:mc1000000000:lc8
He would like to change LZMA settings. And i don't know where those settings are stored. I guess somewhere in UltraARC.exe.
Edit Lzma:
Resources\Config0.txt
My Method:
tor = pzlib:fast+srep+lzma:176mb:normal:bt4:273:mc100000 0000:lc8
http://uupload.ir/files/fmzo_pmd.png
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.