|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#46
|
||||
|
||||
|
what kind of advice?
|
| Sponsored Links |
|
#47
|
||||
|
||||
|
Thanks to pakrat for reminding me on this thread.
But still I have some questions: How do you create exact game buttons. - I'm sure you capture those buttons from the game, right, but which program is good for that; what if I catch cursor also, how to remove it then. Some users are able to use game cursor in conversions. How? - Are you using some program to extract game files, which one, but if you can't extract it where do you find it then. Almost the same question regarding Fonts. Also How? - Or does PS maybe contains already that kind of the font. Compression methods? - How do you know when to use some compression method, when you will use srep, precomp, or no compression at all. DVD size question? - When you are using external compression, is it possible to define the size of the "compressed" files i.e. size of the .bin or Data.cab file or whatever: - e.g. I don't want my DVD to be 3,7GB or 3,27GB or 3,6GB in size, I want to be e.g. 4GB + autorun+setup files.......... Also: Is it possible if someone could do some basic tutorial about PS - only what is used for conversion. Or just to post list of tools used in PS needed. I hope someone is Willing to answer me. ![]() Thank You |
|
#48
|
||||
|
||||
|
Quote:
__________________
always above all, keep in mind that some day you will die. Bushido. |
|
#49
|
||||
|
||||
|
@spawniectes
Thank you for your answers.... What program you use to Extract sound from video file. Thank You once again. Cheers Last edited by Newbie; 31-05-2013 at 04:06. |
|
#50
|
||||
|
||||
|
Virtualdub or Vegas 12
__________________
always above all, keep in mind that some day you will die. Bushido. |
| The Following User Says Thank You to spawniectes For This Useful Post: | ||
Newbie (31-05-2013) | ||
|
#51
|
||||
|
||||
|
I would like to create two pages and browse the readme file to insert this code in here, but I'm not good: (.
Or resize these pages Welcome, Dir, License, and Finish. my project some parts of the code are of black box help me. Project1 |
|
#52
|
||||
|
||||
|
attachment link dead.
![]() But everything you need is in documentation. |
|
#54
|
||||
|
||||
|
Any idea how to resize or move the buttons of the various windows?
I do not know all the codes and do not know where to find them. I'm a little studying but I'm still beginner. |
|
#55
|
||||
|
||||
|
hmm, okay, this is how you do it,
Create a button or use existing button. this is how you set up a new button [Code] var Button1: TButton; procedure InitializeWizard; begin Button1:= TButton.Create(WizardForm); with Button1 do begin Left:=Number Here Top:=Number Here Width:=Number Here Height:=Number Here Parent:= WinControl Here Caption:= Text Here end; Last edited by Razor12911; 31-05-2013 at 13:25. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
nicola16 (02-06-2013) | ||
|
#56
|
|||
|
|||
|
RoundedCornerX = 0
RoundedCornerY = 0 This only works in the script but in version 8.5.7.4 1.0.0.6 also can be put on or not. |
|
#57
|
|||
|
|||
|
how can I integrate the setup.exe file setup.cab, so you only have one file and not 2 please
|
|
#58
|
||||
|
||||
|
@sentinelks
extract the setup.cab open the installer and lang script, Remove semi colon from internal at the beginning and compile. |
|
#59
|
||||
|
||||
|
I can not find the values of this image TextBG.png in the ini file and the source setup.cab 1.0.0.6??
how do I use it if you do not reference, guidance and incomplete, and even the source. these are the values / / / / / / / / / / / / / / / / / / / / / / SETUP INTERFACE DESIGN / / / / / / / / / / / / / / / / / / / / / / [Flash1] Left = 55 Top = 0 Width = 714 Height = 106 [Logo] LogoLeft = 400 LogoTop = 90 LogoWidth = 178 LogoHeight = 80 [TextStage] Top = 100 Left = 397 Width = 498 Height = 310 SpaceFromBorder = 10 Center = 1 Font = Edo FontSize = 3 FontColor = $ 000,000 [InterfaceSettings] ChangeFrame = 0 InstallerWidth = 900 InstallerHeight = 500 BackgroundWidth = 1280 BackgroundHeight = 720 ShowBGFullscreen = 0 ProgressBarLabelColor = $ FFFFFF ProgressBarHeight = 12 MoveProgressBarLabel = 0 MoveDirectoryInfo = 15 MoveProgressBar = 4 how to use these values do not write anything specific?? TextCenter => enable/disable center alignment of the text in installer TextPositionLeft => set the texts left position TextPositionTop => set the texts top position TextPositionWidth => set the texts width => it should be the width of TextBG.png if you use it TextPositionHeight => set the texts height => it should be the height of TextBG.png if you use it TextSpaceFromBorder => set the space between the text and the border of the text file reference to the guide |
|
#60
|
||||
|
||||
|
@sentinelks
hmm, to leave setup.exe only do Internal and set Debug True. |
![]() |
|
|