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
  #91  
Old 03-12-2022, 19:40
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 MojoW View Post
Double checked if that plugin was there and it was.
So it wasn't deleted.
try this and run the Example-Calc.bat as well.

Last edited by BLACKFIRE69; 22-12-2022 at 10:36.
Reply With Quote
Sponsored Links
  #92  
Old 03-12-2022, 20:15
MojoW MojoW is offline
Registered User
 
Join Date: Nov 2022
Location: The Netherlands
Posts: 6
Thanks: 10
Thanked 2 Times in 2 Posts
MojoW is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
try this and run the Example-Calc.bat as well.
Still didn't work and did the example.
Attached Images
File Type: png example.png (308.5 KB, 146 views)
Reply With Quote
  #93  
Old 03-12-2022, 22:39
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
can you tell me the file path of Script1.iss?

(example: C:\Downloads\FMXInno\Script.iss)
I have tried using the "short" path & the problem solved !

Code:
C:\FMXInno v1.0.0.2\Script1.iss
This error is related to "LONG" path names.
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart.
Reply With Quote
The Following 2 Users Say Thank You to amin fear For This Useful Post:
BLACKFIRE69 (04-12-2022), MojoW (04-12-2022)
  #94  
Old 04-12-2022, 03:07
MojoW MojoW is offline
Registered User
 
Join Date: Nov 2022
Location: The Netherlands
Posts: 6
Thanks: 10
Thanked 2 Times in 2 Posts
MojoW is on a distinguished road
Quote:
Originally Posted by amin fear View Post
I have tried using the "short" path & the problem solved !

Code:
C:\FMXInno v1.0.0.2\Script1.iss
This error is related to "LONG" path names.
I tried but still have the same error.

C:\Users\MojoW\Desktop\FMXInno

D:\RepackTools\FMXInno

Edit:
So when i comment out the ExtraDiskSpaceRequired i can get all the examples to run except script1.
Script1 then errors out on this line
Code:
DoTmpExtract([{#DoFilesListingEx('.\..\..\Files', '*.png|*.jpg|*.cur|*.txt|*.mp3', StringChange(ExcludeFileList, ",", "|"))}]);
I'm just looking to learn from your examples and scripts (And all others on the forum offcourse) but i'm still curious as to why this is happening.

Last edited by MojoW; 04-12-2022 at 13:32.
Reply With Quote
  #95  
Old 05-12-2022, 03:55
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

What's new:

Code:
* Updated MFT.exe and Added some features.
  (Thanks Cesar82 for the ideas, suggestions and test runs) 

* Integrated BlendOnMoving function into library.

* Updated XHashNext. (internal)

* Added DirectX version.
   - function GetDirectXVersion(const SupportedByOS: Boolean): WideString;

* Added delayload flag.

* Bug fixing and Improvements.

checkout the first post.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (05-12-2022), Cesar82 (05-12-2022), hitman797 (09-12-2022), MojoW (05-12-2022)
  #96  
Old 09-12-2022, 14: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 + FMXInnoSk - Examples

Code:
[*] Lizzard Installer  -  Another example from FMXInno.
,
Attached Images
File Type: jpg 1.jpg (79.9 KB, 499 views)
File Type: jpg 2.jpg (113.7 KB, 488 views)
File Type: jpg 3.jpg (85.6 KB, 492 views)
File Type: jpg 4.jpg (89.3 KB, 487 views)
File Type: jpg 5.jpg (76.4 KB, 477 views)
File Type: jpg 6.jpg (70.0 KB, 477 views)
File Type: jpg 7.jpg (106.8 KB, 473 views)
File Type: jpg 8.jpg (97.5 KB, 472 views)
File Type: jpg 9.jpg (123.4 KB, 475 views)
File Type: jpg 10.jpg (88.3 KB, 473 views)
File Type: jpg 11.jpg (100.6 KB, 482 views)

Last edited by BLACKFIRE69; 22-12-2022 at 10:35.
Reply With Quote
The Following 17 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (10-12-2022), audiofeel (09-12-2022), Cesar82 (09-12-2022), Dunnowho69 (13-06-2025), ffmla (11-12-2022), Gehrman (09-12-2022), Harsh ojha (11-12-2022), hitman797 (09-12-2022), houcine80 (09-12-2022), joker85 (17-06-2025), KaktoR (09-12-2022), kj911 (10-12-2022), Razor12911 (17-12-2022), Saifuddin (03-01-2026), ScOOt3r (10-12-2022), war100ck (18-03-2024), yasserdivar (07-05-2025)
  #97  
Old 14-12-2022, 08:19
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) - Updates

Code:
* A style file was injected into the DLL. 
  - Now it'll be the default skin for FMXInno until you load another style file.

* Stripped unused resources. ( 2.53 MB  -->  2.21 MB )

* Added Trackbar. (Regular and Botva-like)


__________________________________________________ ___________

Quote:
Extra:

* More styles will be added to FMXinno if someone can change the colors of the attached PNGs to the colors provided.

(i can't do it nice and smoothly, not good at stuff like editing )

* PNGs and colors are attached below.

Last edited by BLACKFIRE69; 14-07-2024 at 01:43.
Reply With Quote
The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (16-12-2022), audiofeel (14-12-2022), ffmla (14-12-2022), Gehrman (22-01-2023), Harsh ojha (29-01-2023), hitman797 (14-12-2022)
  #98  
Old 14-12-2022, 09:02
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
FMXInno (Alpha) - Updates

Code:
* A style file was injected into the DLL. 
  - Now it'll be the default skin for FMXInno until you load another style file.

* Stripped unused resources. ( 2.53 MB  -->  2.21 MB )

* Added Trackbar. (Regular and Botva-like)


__________________________________________________ ___________
I am testing this in win 10(I only have this).
In the example script ie. Example_DefaultSkin.iss, while compiling(Inno EE 5.5.1) it throws the following exception msg.

Code:
[22:29:28.728]   InitializeWizard raised an exception (fatal).
[22:29:28.730]   Exception message:
[22:29:28.732]   Message box (OK):
	Runtime Error (at 301:2942):
	
	Exception "EFOpenError" at address 00497587.
Reply With Quote
  #99  
Old 14-12-2022, 14:15
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

Quote:
Originally Posted by ffmla View Post
I am testing this in win 10(I only have this).
In the example script ie. Example_DefaultSkin.iss, while compiling(Inno EE 5.5.1) it throws the following exception msg.
Code:

Code:
[22:29:28.728]   InitializeWizard raised an exception (fatal).
[22:29:28.730]   Exception message:
[22:29:28.732]   Message box (OK):
	Runtime Error (at 301:2942):
	
	Exception "EFOpenError" at address 00497587.
found out what the problem was...

Code:
Error:

Memo1.LoadFromfile('C:\Program Files (x86)\Inno Setup 5\license.txt');
Code:
Fix:

[Files]
...

Source: ".\license.txt"; DestDir: "{tmp}"; Flags: dontcopy;


{Code]
...

Memo1.LoadFromfile(ExtractAndLoad('license.txt'));
Code:
Hint:

* Use BlankForm instead of FluentForm for Windows 10.


Example:

#define Windows10

....

#ifdef Windows10
  FMXForm.FCreateBlankForm(WizardForm.Handle, ALCoral, '');
#else
  FMXForm.FCreateFluent(WizardForm.Handle, True, False, 0.56, 0);
#endif

...

,

Last edited by BLACKFIRE69; 14-07-2024 at 01:43.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (16-12-2022), audiofeel (14-12-2022), ffmla (15-12-2022), Razor12911 (17-12-2022)
  #100  
Old 15-12-2022, 03:58
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

FMXInno + FMXInnoSkia - Updates


The FMXInno v1.0.0.2 (SRC Version: 14.0 - 14.9) is almost done.


Quote:
This was the to-do list in version 1.0.0.2.

* Ability to directly access MouseDown events of main forms.
* Auto DarkMode.
* Auto-scroll form background image.
* Blend on Moving.
* Botva2-like buttons, checkboxes, Trackbars and progress bars.
* Button Sounds.
* Color conversion between FMX and VCL or HTML.
* Customizable lock screen.
* Custom Fluent Window.
* Custom Opacity and brightness for Fluent forms.
* Default Skin.
* Dynamic Tiles.
* File Patching.
* Fluent Design DirBrowse Window.
* Fluent Design StartMenuBrowse Window.
* Form image SlideShow.
* FXPcker / FXStream.
* HTTP Client Api.
* Integration with Skia.
* Image SlideShow.
* NewScaler v2.0.
* SplashScreen.
* Translucent Objects.
* Transparent GIFs.
* Toggle CheckBox v2.0.
* Windows Notifications.


Before moving to the next version, if you need to add anything or any modification in the current version leave it below.

The next version (v1.0.0.3) will be released once it's done, but i can tell it won't be anytime soon.


Latest version added to first post.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ffmla (15-12-2022), Gehrman (22-01-2023), ScOOt3r (15-12-2022)
  #101  
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
  #102  
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)
  #103  
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)
  #104  
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)
  #105  
Old 15-12-2022, 21:31
Behnam2018 Behnam2018 is offline
Registered User
 
Join Date: Jun 2018
Location: IRAN
Posts: 57
Thanks: 973
Thanked 24 Times in 20 Posts
Behnam2018 is on a distinguished road
Unhappy nothing happens when I run this script

Hi audiofeel , nothing happens when I run this script

My operating system is Windows 7 64-bit
Attached Images
File Type: jpg 1.jpg (202.6 KB, 156 views)
File Type: jpg 2.jpg (296.0 KB, 163 views)
File Type: jpg 3.jpg (246.6 KB, 164 views)
Attached Files
File Type: 7z OpenSetup.7z (16.67 MB, 11 views)

Last edited by Behnam2018; 15-12-2022 at 21:33.
Reply With Quote
The Following User Says Thank You to Behnam2018 For This Useful Post:
audiofeel (15-12-2022)
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 20:46.


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