Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-04-2015, 09:32
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
how you have it listed is correct
Reply With Quote
Sponsored Links
  #2  
Old 06-04-2015, 06:53
yasitha's Avatar
yasitha yasitha is offline
Registered User
 
Join Date: Apr 2013
Location: Krypton
Posts: 297
Thanks: 204
Thanked 48 Times in 33 Posts
yasitha is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
how you have it listed is correct
if you know how it worked, please tell me step by step..
__________________
Keep Up The Good Works!
Reply With Quote
  #3  
Old 06-04-2015, 07:24
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,413
Thanks: 6,865
Thanked 11,972 Times in 3,320 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by yasitha View Post
if you know how it worked, please tell me step by step..
Example: Setup.ini

Code:
/////////////////////  SETUP SETTINGS  //////////////////////

[InstallOptions]
ApplicationName=Red Faction Tetralogy
Publisher=Atari
GameSize=19800
//ProductCode={3FEA6CD1-EA13-4CE7-A74E-A74A4A0A7B5C}
PrecompVer=inside
Lang=EN,FR,DE,IT,ES
SetupVersion=1.0
GameVersion=1.0

[SystemReq]
ProcCore=2
ProcFreq=2000
RAM=1024
VideoRAM=256
WinVerMajor=5
WinVerMinor=1
ServicePack=3

[Executable1]
Name=Red Faction 1
Exe=RCT.EXE
ExePath=Red Faction Tetralogy\Red Faction 1
Parameter=
Icon=Red Faction Tetralogy\Red Faction 1\1.ico
GDFBinary=

[Executable2]
Name=Red Faction 2
Exe=RCT2.EXE
ExePath=Red Faction Tetralogy\Red Faction 2
Parameter=
Icon=Red Faction Tetralogy\Red Faction 2\2.ico
GDFBinary=

[Executable3]
Name=Red Faction 3
Exe=RCT3plus.EXE
ExePath=Red Faction Tetralogy\Red Faction 3
Parameter=
Icon=Red Faction Tetralogy\Red Faction 3\3.ico
GDFBinary=

[Executable4]
Name=Red Faction 4 
Exe=RCT3plus.EXE
ExePath=Red Faction Tetralogy\Red Faction 4
Parameter=
Icon=Red Faction Tetralogy\Red Faction 4\4.ico
GDFBinary=

[Component1]
Name=Red Faction 1
Size=1400

[Component2]
Name=Red Faction 2
Size=1600

[Component3]
Name=Red Faction 3
Size=7500

[Component4]
Name=Red Faction 4
Size=9300

[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:2;
FreeArcFile3=Data3.cab;DestDir:{app};Disk:3;
FreeArcFile3=Data4.cab;DestDir:{app};Disk:1;

//////////////////////  SETUP DESIGN BUTTON  //////////////////////

[StandardButton]
Width=180
Height=50
Font=Ubuntu
FontUC=1
FontColor=$aaaaaa
FontColorOnMouse=$aaaaaa
FontColorMouseDown=$aaaaaa
FontColorDisabled=$ffffff
FontSize=12
FontSizeOnMouse=12
FontBold=1
OneLiner=1
Alignment=center
Shadow=1

[NextButton]
Left=61
Top=75
Width=160
Height=65
FontColorOnMouse=$aaaaaa
FontColorMouseDown=$aaaaaa
FontColorDisabled=$ffffff
FontColor=0

[BackButton]
Left=60
Top=155
Width=160
Height=65
FontSize=12
FontColor=0
FontColorOnMouse=$aaaaaa
FontColorMouseDown=$aaaaaa
FontColorDisabled=$ffffff

[CancelButton]
Left=60
Top=230
Width=160
Height=65
FontSize=12
FontColor=0
FontColorOnMouse=$aaaaaa
FontColorMouseDown=$aaaaaa
FontColorDisabled=$ffffff

[MusicButton]
Left=-600
Top=10

//////////////////////  SETUP DESIGN SMALL BUTTON  //////////////////////

[SmallButton]
Width=124
Height=29
FontSize=10
FontSizeOnMouse=10

//////////////////////  SETUP DESIGN OTHER BUTTON  //////////////////////

[EqualizerButton]
Left=630
Top=15
NumberOfStripes=6
NumberOfBlocks=6
BlockWidth=4
BlockHeight=1
LineHeight=1
Visible=1

//////////////////////  SETUP DESIGN INTERFACE  //////////////////////

[Flash1]
Left=55
Top=0
Width=714
Height=106

[TextStage]
Top=125
Left=320
Width=412
Height=212
SpaceFromBorder=10
Center=1
Font=Ubuntu
FontSize=2
FontColor=$FFFFFF
Shadow=1

[InterfaceSettings]
ChangeFrame=1
InstallerWidth=800
InstallerHeight=600
BackgroundWidth=1280
BackgroundHeight=720
ShowBGFullscreen=0

ProgressBarLabelColor=$ffffff
ProgressBarHeight=15
MoveProgressBarLabel=0
MoveDirectoryInfo=25
MoveProgressBar=4

[SmallInstaller]
Width=550
Height=300
TextLeft=30
TextTop=101
TextWidth=494
TextHeight=190
FontColor=$ffffff
PosRightDown=0

//////////////////////  AUTORUN DESIGN //////////////////////

[AutorunSettings]
AutorunWidth=600
AutorunHeight=600
Music=1

[StandardButtonAR]
Width=180
Height=50
Font=Ubuntu
FontUC=1
FontColor=$aaaaaa
FontColorOnMouse=$01cefd
FontColorMouseDown=$00cdfc
FontColorDisabled=$ffffff
FontSize=12
FontSizeOnMouse=12
FontBold=1
OneLiner=1
Alignment=center
Shadow=1
LabelX=0
LabelY=0

[Play1Button]
Left=10
Top=177
Text=Red Faction 1
FontSize=12
Width=180
Height=50

[Play2Button]
Left=10
Top=233
Text=Red Faction 2
FontSize=12
Width=180
Height=50

[Play3Button]
Left=410
Top=177
Text=Red Faction 3
FontSize=12
Width=180
Height=50

[Play4Button]
Left=410
Top=230
Text=Red Faction 4
FontSize=12
Width=180
Height=50

[UnInstallButton]
Left=13
Top=517

[EqualizerButtonAR]
Left=280
Top=360
NumberOfStripes=6
NumberOfBlocks=6
BlockWidth=4
BlockHeight=1
LineHeight=1
Visible=1

[MusicButtonAR]
Left=280
Top=455
Width=31
Height=120
Visible=0

[LangBox]
Left=210
Top=570
//Center=1
ShowOnly=5
Position=Horizontal

[SetupTitleAR]
Top=8
FontSize=12
FontColor=$ffffff
Visible=0

[Exit1Button]
Left=404
Top=518


[LauncherSettings]
InstallRedist=0
Reply With Quote
The Following 2 Users Say Thank You to mausschieber For This Useful Post:
pakrat2k2 (06-04-2015), yasitha (06-04-2015)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -7. The time now is 19:52.


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