FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   QUESTIONS - All Conversion Questions to be Posted Here (https://fileforums.com/showthread.php?t=94970)

punchao 13-03-2015 12:43

[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 ?

punchao 13-03-2015 14:41

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

punchao 13-03-2015 14:42

http://rghost.net/7DZNjJmnR
I use this compressor

punchao 13-03-2015 14:45

Compress Precom + Srep.bat
http://rghost.net/8GHzrVLGS

pakrat2k2 13-03-2015 15:09

Quote:

Originally Posted by punchao (Post 438844)
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.

sied 13-03-2015 15:52

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

Pasq92 18-06-2015 07:38

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

Quote:

Originally Posted by WankaWanka (Post 441713)
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

Quote:

Originally Posted by mausschieber (Post 441714)
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

ghaly 30-09-2015 04:18

Please help solve this problem:( .. Sorry for my weak in English

http://cdn.top4top.co/i_61e9d9914c1.png

pakrat2k2 30-09-2015 09:57

Quote:

Originally Posted by ghaly (Post 443573)
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

Quote:

Originally Posted by Aneeskhan (Post 443764)
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
Code:

/////////////////////  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


omdj 13-10-2015 08:42

Quote:

Originally Posted by marvel1911 (Post 443814)
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

Quote:

Originally Posted by omdj (Post 443815)
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

Quote:

Originally Posted by omdj (Post 443815)
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.

omdj 13-10-2015 09:57

Quote:

Originally Posted by pakrat2k2 (Post 443816)
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.

omdj 09-11-2015 05:34

Quote:

Originally Posted by marvel1911 (Post 444386)
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

Quote:

Originally Posted by omdj (Post 444389)
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.

omdj 09-11-2015 06:18

Quote:

Originally Posted by marvel1911 (Post 444391)
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

Quote:

Originally Posted by omdj (Post 444393)
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.

akarikk 13-12-2015 12:08

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

Cesar82 02-01-2016 15:19

Help me inno unicode skin view
 
2 Attachment(s)
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.

Cesar82 03-01-2016 17:30

1 Attachment(s)
Quote:

Originally Posted by LuisCésar82 (Post 445914)
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 .

osho13 22-06-2016 15:03

1 Attachment(s)
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.

Quote:

[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:

Quote:

[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

Quote:

Originally Posted by truerepacks (Post 449719)
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.

osho13 26-06-2016 12:53

Quote:

Originally Posted by osho13 (Post 449650)
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

1 Attachment(s)
Quote:

Originally Posted by pakrat2k2 (Post 449720)
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.

osho13 27-06-2016 09:20

Quote:

Originally Posted by pakrat2k2 (Post 449725)
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. :)


All times are GMT -7. The time now is 15:27.

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