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 17-12-2022, 14:34
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
@BLACKFIRE69

There's a slight issue with the function VerifyHashesFromFile.

In my repacks, I read hash files from a _Verify folder, so each line of the file path begins with ..\ to indicate that the files are one directory up from the folder containing the checksum.

However, when reading the checksum file and pointing it to {app} or {app}\Verify, the FMXPlugin is trying to read ..\ as the directory name and is leading to all files returning as incorrect.

Example:



Please may you fix this?

Thanks,
Masquerade
Reply With Quote
Sponsored Links
  #2  
Old 20-12-2022, 11:05
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
Hi everybody. Happy New Year to everyone! and Merry Christmas... the creator of this topic, the creators of this forum and just users. A small pre-holiday script.




Windows 10 users won't be happy if you don't include the following alternatives.


Quote:
// For Windows 10 (if not IsOSMatched(B_WIN11_21H2) then // OS < Windows 11)



1. MsgForm.FCreateBlankForm(FMXForm.HandleHWND, VCLColorToFMXColor($002900), '');

2. DirBrowseDlg.FCreateBlankForm(VCLColorToFMXColor($002900), 'Select Install Directory', WizardForm.DirEdit.Text, '');

3. StartBrowseDlg.FCreateBlankForm(VCLColorToFMXColor($002900), 'Browse for Folders', WizardForm.GroupEdit.Text, '');

4. ExitForm.FCreateBlankForm(FMXForm.HandleHWND, VCLColorToFMXColor($002900), '');


Code:
FMXInno Lib:

- Fixed Custom form HandleHWND.  (for lockscreen:  AutoActivate)

Last edited by BLACKFIRE69; 14-07-2024 at 01:45.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (21-12-2022), hitman797 (20-12-2022)
  #3  
Old 21-12-2022, 09:01
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
If third-party fonts are used in the installer, then after exiting they remain in the "Temp" folder. Manually deleting them is difficult since they are open in "System". All this happens in Windows 10. There may be something wrong with my system... check who has the desire and opportunity

Make sure the FMXInnoShutDown is executed after the RemoveFontResource2. must work.

,

Last edited by BLACKFIRE69; 14-07-2024 at 01:45.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (22-12-2022), audiofeel (21-12-2022), DelphiBuilder (21-12-2022), Gehrman (21-12-2022)
  #4  
Old 22-12-2022, 09:01
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 + FMXInnoSk - Updates

Code:
What's New:

 - Applied the changes made so far.
 - Updated examples for both Windows 10 and Windows 11.
 - Updated CmdOut (internal). (Thanks Ele)

Latest version added to first post.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
DelphiBuilder (22-12-2022), houcine80 (22-12-2022), ScOOt3r (23-12-2022)
  #5  
Old 23-12-2022, 09:26
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 - Updates

FMXInno - Alpha

Code:
* Added Video Player.
  -- Video format: [.avi, .wmv]

Last edited by BLACKFIRE69; 14-07-2024 at 01:45.
Reply With Quote
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (23-12-2022), Cesar82 (23-12-2022), DelphiBuilder (23-12-2022), houcine80 (23-12-2022), ScOOt3r (23-12-2022)
  #6  
Old 30-12-2022, 11:01
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
Quote:
Originally Posted by audiofeel View Post
under OLD Installer
FLAT by Razor12911
CPI by Razor12911
Attached Images
File Type: png FLAT.png (21.4 KB, 234 views)
File Type: png CPI.png (29.9 KB, 237 views)
Reply With Quote
The Following User Says Thank You to hitman797 For This Useful Post:
audiofeel (30-12-2022)
  #7  
Old 30-12-2022, 14:37
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
Thumbs up

Quote:
Originally Posted by audiofeel View Post
Thanks. But I'm used to doing it through "Fluent Icons" = https://learn.microsoft.com/en-us/wi...ent-icons-font . The necessary codes are always at hand (although sometimes there are no necessary ones). And my task was not to repeat everything as it is, but to bring something of my own.
you can create your icon using Illustrator or Photoshop.
and make your font icon using fontself.
https://www.fontself.com/
Attached Images
File Type: png Fontself.png (125.9 KB, 241 views)

Last edited by hitman797; 30-12-2022 at 14:47.
Reply With Quote
The Following User Says Thank You to hitman797 For This Useful Post:
ADMIRAL (31-12-2022)
  #8  
Old 30-12-2022, 15:14
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
Quote:
Originally Posted by audiofeel View Post
To be honest, I am in favor of using as few pictures as possible in the installer. In my opinion, this installer is not entirely successful (although I copied it) I will try to explain why it is unsuccessful... to change the game to another one, the user needs to find 8 pictures on the Internet, 8 pictures of Karl!!!. and even different sizes and styles.
I'm just doing this to learn design and programming.
If you convert the installer images to a font, you won't need it dll.
you can use just Label.
Attached Images
File Type: png Font.png (40.2 KB, 235 views)
File Type: png Font 2.png (109.0 KB, 232 views)
Attached Files
File Type: 7z CPI.7z (534.8 KB, 11 views)

Last edited by hitman797; 30-12-2022 at 17:25.
Reply With Quote
The Following User Says Thank You to hitman797 For This Useful Post:
audiofeel (30-12-2022)
  #9  
Old 31-12-2022, 05:51
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
Talking

Quote:
Originally Posted by audiofeel View Post
the CPI font is used (there are problems with the sound image in the font, one character is lower than the other, I fixed it as best I could)
Fix sound image in the font.
Code:
    TObject(Btn[3].GetObject):
    begin
      if MusicObj.IsPaused then
      begin
	MusicObj.Resume;
        Btn[3].Top(NSSY(6.0));
        Btn[3].Text('I');
     end else
      begin
        MusicObj.Pause;
        Btn[3].Top(NSSY(6.0));
        Btn[3].Text('H');
      end;
    end;
Attached Files
File Type: rar CPI.rar (8.4 KB, 8 views)
Reply With Quote
  #10  
Old 10-01-2023, 14:59
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
Well, okay, I figured it out. now the "problem" is with the shadow. The shadow is superimposed on each other - this is not good, otherwise I do not know how to do it.
Thank you audiofeel
Is it possible to change the color of the PNG with a library FMXInno?
Reply With Quote
The Following User Says Thank You to hitman797 For This Useful Post:
audiofeel (10-01-2023)
  #11  
Old 11-01-2023, 15:07
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 - Updates

Code:
What's new:

1. Added full control of Taskbar.
.

Last edited by BLACKFIRE69; 14-07-2024 at 01:47.
Reply With Quote
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (11-01-2023), Behnam2018 (11-01-2023), ffmla (13-01-2023), Gehrman (12-01-2023), hitman797 (12-01-2023)
  #12  
Old 12-01-2023, 13:32
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 - Updates

Code:
What's new:

1. Added more FireMonkey Image Effects.

Link:  More Details
Quote:
  • Reflection Effect
  • Ripple Effect
  • Swirl Effect
  • Magnify Effect
  • Smooth Magnify Effect
  • Bands Effect
  • Wave Effect
  • Wrap Effect
  • Banded Swirl Effect
  • Bevel Effect
  • Tiler Effect
  • Pixelate Effect
  • Emboss Effect
  • Sharpen Effect
  • Toon Effect
  • Sepia Effect
  • Paper Sketch Effect
  • Pencil Stroke Effect
  • Fill Effect
  • Normal Blend Effect
  • Hue Adjust Effect
  • Contrast Effect
  • Bloom Effect
  • Gloom Effect
  • Invert Effect
  • Monochrome Effect
  • ColorKey Alpha Effect
  • Mask To Alpha Effect
  • Crop Effect
  • Box Blur Effect
  • Directional Blur Effect
  • Radial Blur Effect
Quote:
-- Transition effects --
  • Banded Swirl Transition Effect
  • Blind Transition Effect
  • Blood Transition Effect
  • Blur Transition Effect
  • Bright Transition Effect
  • Circle Transition Effect
  • Crumple Transition Effect
  • Dissolve Transition Effect
  • Drop Transition Effect
  • Fade Transition Effect
  • Line Transition Effect
  • Magnify Transition Effect
  • Pixelate Transition Effect
  • Ripple Transition Effect
  • Rotate Crumple Transition Effect
  • Saturate Transition Effect
  • Shape Transition Effect
  • Slide Transition Effect
  • Swipe Transition Effect
  • Swirl Transition Effect
  • Water Transition Effect
  • Wave Transition Effect
  • Wiggle Transition Effect
  • Perspective Transform Effect
  • Affine Transform Effect

Last edited by BLACKFIRE69; 31-03-2023 at 09:45.
Reply With Quote
The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (12-01-2023), Behnam2018 (12-01-2023), ffmla (13-01-2023), hitman797 (12-01-2023), houcine80 (12-01-2023), ScOOt3r (13-01-2023)
  #13  
Old 13-01-2023, 09:50
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 - Updates

Code:
What's new:

1. Added more animations.
    - ColorKey Animation 
    - FloatKey Animation

2. Updated Other Animation Classes.

3. Added the following properties to objects.
Quote:
  • procedure SetClipParent(FValue: Boolean);
  • procedure SetClipChildren(FValue: Boolean);
  • function GetClipParent: Boolean;
  • function GetClipChildren: Boolean;
  • procedure UpdateEffects;
  • procedure BeginUpdate;
  • procedure EndUpdate;
  • procedure RecalcSize;
  • procedure RecalcEnabled;
  • procedure RecalcOpacity;
  • procedure RecalcUpdateRect;
  • procedure RecalcAbsolute;
  • procedure Repaint;
  • procedure SetFocus;
  • procedure ResetFocus;
  • function IsFocused: Boolean;
  • procedure Pressed(FValue: Boolean);
  • function IsPressed: Boolean;
  • function IsMouseOver: Boolean;
  • function IsVisible: Boolean;
  • procedure AddObject(const AObject: TFmxObject);
  • procedure InsertObject(index: Integer; const AObject: TFmxObject);
  • procedure RemoveObject(const AObject: TFmxObject);
  • procedure RemoveObject2(index: Integer);
  • function ContainsObject(const AObject: TFmxObject): Boolean;
  • procedure ExchangeObjects(const AObject1, AObject2: TFmxObject);
  • procedure DeleteChildren;
  • function IsChild(AObject: TFmxObject): Boolean;
  • function ChildrenCount: Integer;
  • function GetParent: Longint;
  • procedure BringToFront;
  • procedure SendToBack;
  • procedure BringChildToFront(Child: TFmxObject);
  • procedure SendChildToBack(Child: TFmxObject);
  • function Equals(AObject: TObject): Boolean;
  • procedure SetTag(Tag: Integer);
  • function GetTag: Integer;

Last edited by BLACKFIRE69; 31-03-2023 at 09:46.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (13-01-2023), ffmla (13-01-2023), hitman797 (13-01-2023), houcine80 (13-01-2023)
  #14  
Old 14-01-2023, 02:34
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 - Updates

Quote:
Originally Posted by BLACKFIRE69 View Post
Code:
What's new:

1. Added full control of Taskbar.
Code:
1. Added an extra option (Taskbar Flash).
  - procedure pTaskBarFlash(FValue: Boolean);

Last edited by BLACKFIRE69; 14-07-2024 at 01:47.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (14-01-2023), ffmla (14-01-2023), Gehrman (21-01-2023), hitman797 (14-01-2023)
  #15  
Old 15-01-2023, 02: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
file "data1.bf" no. but it is deduced that he is just "bad". in my opinion it should be like "missing"?
yes, it should show as "missing". sorry for my little mistake.

.

Last edited by BLACKFIRE69; 14-07-2024 at 01:47.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (15-01-2023), ScOOt3r (15-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 18:20.


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