|
|
|
#1
|
||||
|
||||
|
all exe's are in same folder Game\Bin ?
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
yes all exe's are in The Sims 3\Game\bin\TS3.exe
The Sims 3\Ambitions\Game\bin\TS3EP02.exe The Sims 3\Fast Lane Stuff\Game\bin\TS3SP02.exe The Sims 3\Generations\Game\bin\TS3EP04.exe |
|
#3
|
||||
|
||||
|
then each path has to point to the correct folder for each exe.
MyExecutableIconName=The Sims 3 MyExecutableName=TS3.exe MyExecutablePath=The Sims 3\Game\bin //The Sims 3 Ambitions MyExecutableIconName2=The Sims 3 Ambitions MyExecutableName2=TS3EP02.exe MyExecutablePath2=The Sims 3\Ambitions\Game\bin //The Sims 3 Fast Lane Stuff MyExecutableIconName3=The Sims 3 Fast Lane Stuff MyExecutableName3=TS3SP02.exe MyExecutablePath3=The Sims 3\Fast Lane Stuff\Game\bin //The Sims 3 Generations MyExecutableIconName4=The Sims 3 Generations MyExecutableName4=TS3EP04.exe MyExecutablePath4=The Sims 3\Generations\Game\bin hope it helps
|
|
#4
|
|||
|
|||
|
i think left behind and I do not understand though repeatedly read,, whether you have video tutorial ?
|
|
#5
|
|||
|
|||
|
The problem here: http://fileforums.com/showpost.php?p...&postcount=376 is exists furthermore but i have a new problem:
I will make a autorun menu with 3 games my problem is now, i can't change the "iconname" from the first "play" button (this should stand "Homeworld" not "Spielen") the other 2 buttons let too easily rename. ![]() Here my setup.ini Code:
[InstallOptions]
ApplicationName=Homeworld Collection
Publisher=Sierra
GameSize=1537
MyExecutableIconName=Homeworld
MyExecutableName=Homeworld\homeworld.exe
MyExecutablePath=Homeworld
//Homeworld Cataclysm
MyExecutableIconName2=Cataclysm
MyExecutableName2=Homeworld Cataclysm\cataclysm.exe
MyExecutablePath2=Homeworld Cataclysm
//Homeworld 2
MyExecutableIconName3=Homeworld 2
MyExecutableName3=Homeworld2.exe
MyExecutablePath3=Homeworld 2\Bin\Release
Lang=de
Editor=YENER90
[SystemRequirement]
ProcCore=1
ProcFreq=833
RAM=256
VideoRAM=32
WinVerMajor=5
WinVerMinor=0
ServicePack=4
[ExtractSettings]
FreeArcFile1={src}\H.arc;DestDir:{app};Comp:1
FreeArcFile2={src}\HC.arc;DestDir:{app};Comp:2
FreeArcFile3={src}\H2.arc;DestDir:{app};Comp:3
[ComponentsSettings]
Component1=Homeworld
Component1Size=339
Component2=Homeworld Cataclysm
Component2Size=399
Component3=Homeworld 2
Component3Size=799
[InterfaceSettings]
InstallerWidth=875
InstallerHeight=506
BackgroundWidth=1280
BackgroundHeight=720
ProgressBarHeight=12
MoveProgressBarLabel=0
SmallInstallerWidth=500
SmallInstallerHeight=200
LogoLeft=355
LogoTop=10
LogoWidth=178
LogoHeight=80
TextPositionTop=130
TextPositionLeft=280
TextPositionWidth=360
TextPositionHeight=300
MoveDirectoryInfo=0
MoveProgressBar=4
Button1Left=28
Button1Top=455
Button2Left=228
Button2Top=455
Button3Left=428
Button3Top=455
Button4Left=628
Button4Top=455
ButtonWidth=216
ButtonHeight=53
Button2Width=216
Button3Width=216
Button4Width=216
Button2Height=53
Button3Height=53
Button4Height=53
SmallButtonWidth=216
SmallButtonHeight=53
SmallButton2Width=216
SmallButton3Width=216
SmallButton2Height=53
SmallButton3Height=53
ProgressBarLabelColor=$FFFFFF
ShowBGFullscreen=1
SmallInstallerFontColor=$FFFFFF
SmallButtonFontSize=1
TextSpaceFromBorder=0
TextCenter=1
ButtonFont=MicrogrammaDBolExt
ButtonOneLiner=1
ButtonFontSize=10
ButtonFontBold=0
ButtonFontColor=$CCCCCC
ButtonFontColorOnMouse=$FFFFFF
ButtonFontColorMouseDown=$FFFFFF
ButtonFontColorDisabled=$7F7F7F
SetupFont=MicrogrammaDBolExt
SetupFontSize=1
SetupFontColor=$FFFFFF
RoundedCornerX=25
RoundedCornerY=25
[AutorunSettings]
AutorunWidth=875
AutorunHeight=506
MusicLeft=840
MusicTop=15
MusicWidth=24
MusicHeight=24
LangBoxCenter=1
LangBoxLeft=400
LangBoxTop=10
PlayLeft=70
PlayTop=345
Play2Left=70
Play2Top=400
Play3Left=70
Play3Top=455
InstallLeft=325
InstallTop=455
ExitLeft=580
ExitTop=455
ButtonWidth=216
ButtonHeight=53
Button2Width=216
Button3Width=216
Button4Width=216
Button5Width=216
Button6Width=216
Button2Height=53
Button3Height=53
Button4Height=53
Button5Height=53
Button6Height=53
ButtonFont=MicrogrammaDBolExt
ButtonFontSize=12
ButtonFontBold=0
ButtonFontColor=$CCCCCC
ButtonFontColorOnMouse=$FFFFFF
ButtonFontColorMouseDown=$FFFFFF
ButtonFontColorDisabled=$7F7F7F
RoundedCornerX=25
RoundedCornerY=25
|
|
#6
|
||||
|
||||
|
I am using this script to compress my files:
Code:
arc a -lc8 -ep1 -ed -r -w.\ Data\Data1.cab -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 and changed the values in setup.ini to this: Code:
[ExtractSettings2]
FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1;PrecSrep:1
I cant get the extraction to work at all. The setup just say installation finished without giving me a error. When i see the files in program files nothing has been installed. |
|
#7
|
||||
|
||||
|
@alley_u2
What version of CI you are using? |
|
#8
|
||||
|
||||
|
The latest one i.e 8.5.7.4
The thing is the setup is not giving me a error at all. I dont know what i am doing wrong. I previously used to work with blackbox script provided in this forum. Its like this script is not executing the extraction process at all. Last edited by alley_u2; 06-09-2013 at 06:04. |
|
#9
|
||||
|
||||
|
You are using the old parameters. The current parameters are:
Add on Setup.ini in: [InstallOptions] PrecompVer=inside And in: [ExtractSettings] FreeArcFile1=Data1.cab;DestDir:{app};Disk:1; FreeArcFile2=Data2.cab;DestDir:{app};Disk:2; Depends how many Data.cabs and DVDs you have. |
|
#10
|
||||
|
||||
|
Quote:
FYI: Code:
[InstallOptions]
ApplicationName=Rise of Nations Gold
Publisher=Microsoft Games
GameSize=2048
MyExecutableName=thrones.exe
MyExecutablePath=
Editor=Alien RePack
PrecompVer=inside
Lang=en,de,fr,it,es,tr
[SystemRequirement]
ProcCore=1
ProcFreq=500
RAM=128
VideoRAM=16
WinVerMajor=5
WinVerMinor=1
ServicePack=3
[InstallSettings]
GDFBinary=GDF.dll
[ExtractSettings2]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
[ComponentsSettings]
Component1=
Component1Size=
[InterfaceSettings]
InstallerWidth=875
InstallerHeight=506
ButtonWidth=216
ButtonHeight=53
Button1Left=20
Button1Top=190
Button2Left=20
Button2Top=250
Button3Left=20
Button3Top=310
Button4Left=20
Button4Top=370
BackgroundWidth=1280
BackgroundHeight=720
ProgressBarHeight=12
MoveProgressBarLabel=0
SmallInstallerWidth=500
SmallInstallerHeight=200
MoveDirectoryInfo=0
MoveProgressBar=4
SmallButtonWidth=128
SmallButtonHeight=30
ProgressBarLabelColor=$FFFFFF
SmallInstallerFontColor=$FFFFFF
SmallButtonFontSize=9
ButtonFont=Times New Roman
ButtonOneLiner=0
ButtonFontSize=9
ButtonFontUC=1
ButtonFontBold=1
ButtonFontColor=$CCCCCC
ButtonFontColorOnMouse=$FFFFFF
ButtonFontColorMouseDown=$FFFFFF
ButtonFontColorDisabled=$7F7F7F
FlashLeft=55
FlashTop=0
FlashWidth=714
FlashHeight=106
LogoLeft=355
LogoTop=10
LogoWidth=178
LogoHeight=80
SetupFont=Times New Roman
SetupFontSize=1
SetupFontColor=$FFFFFF
ShowBGFullscreen=0
TextPositionTop=130
TextPositionLeft=280
TextPositionWidth=360
TextPositionHeight=300
TextSpaceFromBorder=0
TextCenter=1
[AutorunSettings]
AutorunWidth=439
AutorunHeight=600
MusicLeft=400
MusicTop=15
MusicWidth=24
MusicHeight=24
LangBoxCenter=1
LangBoxLeft=0
LangBoxTop=10
PlayLeft=200
PlayTop=380
InstallLeft=200
InstallTop=440
ExitLeft=200
ExitTop=500
ButtonWidth=216
ButtonHeight=53
ButtonFont=Times New Roman
ButtonFontUC=1
ButtonFontColor=$CCCCCC
ButtonFontColorOnMouse=$FFFFFF
ButtonFontColorMouseDown=$FFFFFF
ButtonFontColorDisabled=$7F7F7F
ButtonFontSize=9
ButtonFontBold=1
[LauncherSettings]
InstallRedist=1
Launch1=DirectX
Launch164=0
Launch1BeforeInstall=0
LaunchCom1={src}\redist\directX\DXSETUP.exe
LaunchArg1=/silent
Launch2=Visual C++ 2010 x86
Launch564=0
Launch5BeforeInstall=0
LaunchCom5={src}\redist\vcredist_x86.exe
LaunchArg5=/silent
|
| The Following User Says Thank You to alley_u2 For This Useful Post: | ||
clagby (24-11-2013) | ||
|
#11
|
||||
|
||||
|
Quote:
Launch2=Visual C++ 2010 x86 Launch264=0 Launch2BeforeInstall=0 LaunchCom2={src}\redist\vcredist_x86.exe LaunchArg2=/silent |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
alley_u2 (06-09-2013) | ||
|
#12
|
||||
|
||||
|
Got the error [ExtractSettings2] should have been [ExtractSettings]
|
|
#13
|
||||
|
||||
|
Yes, [ExtractSettings]
|
|
#14
|
||||
|
||||
|
Is this compatible with precomp 0.43 and srep 32
|
|
#15
|
||||
|
||||
|
Im not sure, i think not. To old version of CI.
Last edited by Fabioddq; 06-09-2013 at 07:09. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tutorial On How To Create Your Own Crack..! | mojo8850 | PC Games | 17 | 20-03-2005 22:43 |
| Mafia - Newbie Cracking Tutorial online | cdkiller | PC Games | 6 | 14-12-2002 09:01 |
| every game needs a special dvd rip tutorial??? | billete100 | PS2 Games | 1 | 10-10-2001 01:44 |
| Brief fast tutorial on DC copy? | webcamworld | DC Games | 1 | 02-05-2001 20:27 |
| grandia 2 SAGICE's tutorial | DarCwuN | DC Games | 2 | 17-12-2000 16:43 |