Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24-09-2022, 10:22
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
hitman 797. I know that the language call form can no longer be called after initializing the installer. And I didn't think in this direction like Prince Gupta. thanks. but the whole script will have to be redone
this's not a complete example, just use to get an idea.

non-english texts are indicated by texts surrounded by "[r]" for convenience.
(because i'm too lazy to translate every text. )

Code:
[InstallerLangs]
Lang1=Russian
Lang2=English
;Lang3=
;Lang4=
;Lang5=
;Lang6=
Code:
Example:
// LanguageBox
English_LangOkBtn=Ok
English_LanguageTitle=Select Setup Language
English_LanguageMsg=Select the language to use during the installation:

Russian_LangOkBtn=[r]Ok[r]
Russian_LanguageTitle=[r]Select Setup Language[r]
Russian_LanguageMsg=[r]Select the language to use during the installation:[r]

...

download from here : FMXInno_Test.rar

,

Last edited by BLACKFIRE69; 14-07-2024 at 01:38.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (24-09-2022), audiofeel (24-09-2022), Harsh ojha (24-10-2022), hitman797 (24-09-2022)
Sponsored Links
  #2  
Old 26-09-2022, 22:02
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
Great! the translation works. I share my example. I have a question.... why on "FMXForm.FCreateBlankForm" is the image cropped on the right side?
when you use more than one image as the background image, the dimensions (width,height) of the images should be approximately the same.
but in this case every image is of the same dimension (800x450) so everything works fine.

Last edited by BLACKFIRE69; 14-07-2024 at 01:38.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (26-09-2022)
  #3  
Old 27-09-2022, 04:11
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
here is a more illustrative example
this isn't an issue with FMXInno. it comes from Delphi itself. so i had to comeup with a fix for this.

this will work...

Code:
with WizardForm do
  begin
    Height := ScaleY(450);
    Width := ScaleX(800);
  end;

Last edited by BLACKFIRE69; 14-07-2024 at 01:39.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (27-09-2022), houcine80 (27-09-2022)
  #4  
Old 15-10-2022, 16:09
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno v1.0.0.2 - Updates

FMXInno v1.0.0.2 - Updates

Code:
- Fixed MinimizeFileName function crashing.
- Fixed minor known bugs/issues so far.
- Some improvements.
- Added transparent GIFs support.
Check the first post.

,

Last edited by BLACKFIRE69; 14-07-2024 at 01:39.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (20-10-2022), audiofeel (15-10-2022), Gehrman (15-10-2022)
  #5  
Old 09-11-2022, 00:31
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 568
Thanked 40 Times in 34 Posts
ADMIRAL is on a distinguished road
got error

i compressed the game by blackfire69 compressor what was 96compressor.
and this is the error.
what i should do???
Attached Images
File Type: png Annotation 2022-11-09 125700.png (509.5 KB, 271 views)
__________________
Search and Find
Reply With Quote
  #6  
Old 10-11-2022, 06:11
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno v1.0.0.2 - Updates

FMXInno v1.0.0.2 - Updates

Code:
* Added Dynamic Tiles.
   - Highly customizable.
   - Tile shapes can be regular/rounded corner rectangles or even circles.
   - Allowed users to make their own style tiles.
   - DeltaX, DeltaY and TimeDuration configure the motion of tiles.

* Updated Classes.

Last edited by BLACKFIRE69; 14-07-2024 at 01:41.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (10-11-2022), Gehrman (11-11-2022), Razor12911 (10-11-2022), ScOOt3r (11-11-2022)
  #7  
Old 13-11-2022, 07:54
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 568
Thanked 40 Times in 34 Posts
ADMIRAL is on a distinguished road
i compressed the game by 69compressor and i got this error from WPI.CorePack.Installer about test
i found that this installer is using ISArcEx that is not supporting 69compressor but just freaarc 0.666v
what i can do for it???
is there a way for WPI.CorePack.Installer to use isdone instead of ISarcEx??
Attached Images
File Type: png Annotation 2022-11-09 125700.png (509.5 KB, 222 views)
__________________
Search and Find
Reply With Quote
  #8  
Old 15-12-2022, 11:44
hitman797's Avatar
hitman797 hitman797 is offline
Registered User
 
Join Date: Feb 2013
Location: Algeria
Posts: 168
Thanks: 486
Thanked 202 Times in 122 Posts
hitman797 is on a distinguished road
What color do you want to change in the png?
blue or black.
Attached Images
File Type: png AI.png (135.4 KB, 169 views)
Reply With Quote
  #9  
Old 15-12-2022, 15:35
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by hitman797 View Post
What color do you want to change in the png?
blue or black.
both colors should be changed. the main color to change is blue (cyan). but two sets are needed. dark style with black and white for light style.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
hitman797 (15-12-2022)
  #10  
Old 15-12-2022, 19:31
hitman797's Avatar
hitman797 hitman797 is offline
Registered User
 
Join Date: Feb 2013
Location: Algeria
Posts: 168
Thanks: 486
Thanked 202 Times in 122 Posts
hitman797 is on a distinguished road
Test this if it works.
Attached Images
File Type: png vstyle20x_dark.png (129.3 KB, 160 views)
File Type: png style20x_dark.png (184.1 KB, 158 views)
Attached Files
File Type: 7z AI+PSD.7z (708.3 KB, 14 views)
File Type: 7z Light Green.7z (299.2 KB, 15 views)
File Type: 7z Gradients Red.7z (431.2 KB, 15 views)
Reply With Quote
The Following User Says Thank You to hitman797 For This Useful Post:
BLACKFIRE69 (15-12-2022)
  #11  
Old 15-12-2022, 20:31
hitman797's Avatar
hitman797 hitman797 is offline
Registered User
 
Join Date: Feb 2013
Location: Algeria
Posts: 168
Thanks: 486
Thanked 202 Times in 122 Posts
hitman797 is on a distinguished road
Gradients Blue
Attached Images
File Type: png style20x_dark.png (219.2 KB, 160 views)
Attached Files
File Type: 7z Gradients Blue.7z (502.3 KB, 9 views)
Reply With Quote
The Following User Says Thank You to hitman797 For This Useful Post:
Gehrman (22-01-2023)
  #12  
Old 24-12-2022, 19:14
Behnam2018 Behnam2018 is offline
Registered User
 
Join Date: Jun 2018
Location: IRAN
Posts: 57
Thanks: 974
Thanked 24 Times in 20 Posts
Behnam2018 is on a distinguished road
Wink Help

APEX Installer

Can it be made by script FMXInno?
Attached Images
File Type: jpg 1.JPG (91.6 KB, 261 views)
File Type: jpg 2.JPG (86.3 KB, 257 views)
File Type: jpg 3.JPG (103.7 KB, 258 views)
File Type: jpg 4.JPG (103.5 KB, 257 views)
Attached Files
File Type: rar Installer.rar (7.81 MB, 79 views)
Reply With Quote
The Following User Says Thank You to Behnam2018 For This Useful Post:
ADMIRAL (28-12-2022)
  #13  
Old 24-12-2022, 23:22
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Behnam2018 View Post
APEX Installer

Can it be made by script FMXInno?
yes, it can be done with FMXInno.

Last edited by BLACKFIRE69; 14-07-2024 at 01:46.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (28-12-2022), audiofeel (26-12-2022)
  #14  
Old 26-12-2022, 08:44
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
No pain No gain
ok ladies, let me touch on some key points for Apex Installer.

(i'm little bit busy so i don't have enough time to make a complete script.)


.
Attached Images
File Type: png 1.png (126.8 KB, 274 views)
File Type: png 2.png (126.5 KB, 273 views)

Last edited by BLACKFIRE69; 31-03-2023 at 09:44.
Reply With Quote
The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (28-12-2022), audiofeel (26-12-2022), Gehrman (26-12-2022), Harsh ojha (27-12-2022), houcine80 (26-12-2022), ScOOt3r (27-12-2022)
  #15  
Old 06-01-2023, 14:27
hitman797's Avatar
hitman797 hitman797 is offline
Registered User
 
Join Date: Feb 2013
Location: Algeria
Posts: 168
Thanks: 486
Thanked 202 Times in 122 Posts
hitman797 is on a distinguished road
Post

Quote:
Originally Posted by audiofeel View Post
Again, I'm distracting everyone from the holidays... The example is great, everything works. It is unclear how to fasten to "Progress angle"here is the value from "CPUUsage" "RamUsage" "DiskUsage" "IsarcEx " ?
use Timer.
Code:
VAR
  DiskUsageArc: FColorArc;
  DiskUsage: FDiskUsage;
  RamUsage, CPUUsage: FModernArc2;
  CPU: FCpuUsage;
  RAM: FRamUsage;
  Timer1: FTimer;
Code:
Page Num
  DiskUsageArc:= InitColorArcHandle;
  DiskUsage:= InitDiskUsage;
  RamUsage := InitModernArc2Handle;
  CPUUsage := InitModernArc2Handle;
  CPU := InitCpuUsage;
  RAM := InitRamUsage;
  Timer1 := InitTimerHandle;
Code:
procedure Timer1OnTimer(Sender: TObject);
begin
  CPUUsage.Angle(CPU.CpuLoad, 100);
  RamUsage.Angle(RAM.RamLoad, 100);
end;
procedure DirEditOnChange(Sender: TObject);
begin
  DiskUsage.SetDir(WizardForm.DirEdit.Text);
  DiskUsageArc.SetAngle(DiskUsage.DiskLoad, 100);
end;
Code:
  Timer1.FCreate(Page4.Handle, True);
  Timer1.Interval(750);
  Timer1.OnTimer(@Timer1OnTimer);
Code:
procedure Timer1OnTimer(Sender: TObject);
begin
  PctLB.Text(IntToStr(CPU.CpuLoad));
  RoundArc.Arc.EndAngle(CPU.CpuLoad + C_ANGLE);
  PctLB.Text(IntToStr(RAM.RamLoad));
  RoundArc.Arc.EndAngle(RAM.RamLoad + C_ANGLE);
  RoundArc.Arc.EndAngle(Disk.DiskLoad);
end;
Attached Images
File Type: png RAM.png (571.0 KB, 193 views)
Attached Files
File Type: 7z Apex Installer.7z (2.78 MB, 8 views)

Last edited by hitman797; 06-01-2023 at 16:32.
Reply With Quote
The Following User Says Thank You to hitman797 For This Useful Post:
audiofeel (07-01-2023)
Reply


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Fluent Effects Standalone API - InnoSetup / VCL / FXM BLACKFIRE69 Conversion Tutorials 0 15-11-2023 17:35
Windows Phone Installer similar to razor12911's original design? Kitsune1982 Conversion Tutorials 0 02-07-2020 13:04
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



All times are GMT -7. The time now is 01:08.


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