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
  #76  
Old 12-11-2022, 22:03
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 FMXInnoSkia v1.0.0.0 - Updates

FMXInnoSkia v1.0.0.0 - Updates


Code:
* Updated sk4d.dll  from  v3.4.1(skia v98.1.0)  -->  v4.0.1(skia v107.0.0)

Downloads: FMXInnoSk v1.0.0.0 - Final Release [2022-Nov-11].rar


(not compatible with older versions. so don't mess-up)

,

Last edited by BLACKFIRE69; 14-07-2024 at 01:41.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (12-11-2022)
Sponsored Links
  #77  
Old 13-11-2022, 06:22
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
Quote:
Originally Posted by audiofeel View Post
here is another example of what can be done with FMXInno. the work is taken as a basis
https://krinkels.org/resources/yuwiz.416/
I like this design, would it be possible to do an English translation of the script? The Russian characters do not show correctly for me.
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
audiofeel (13-11-2022)
  #78  
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
  #79  
Old 14-11-2022, 04: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
here is another example of what can be done with FMXInno. the work is taken as a basis
https://krinkels.org/resources/yuwiz.416/
good job mate. keep going...


for peeps who love Win11 blur effects,
Code:
// function IsOSMatched(const fOsMinimum: DWORD): Boolean;

if IsOSMatched(B_WIN11_21H2) and FBlur then  // Windows 11 or newer
  // enable Fluent blur
else
  // regular


--------------------------------------------------------------------------

Code:
FMXInno:

* Latest update added to first post. [2022-Nov-14]

Last edited by BLACKFIRE69; 14-07-2024 at 01:42.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (14-11-2022), audiofeel (14-11-2022), houcine80 (14-11-2022), ScOOt3r (14-11-2022)
  #80  
Old 14-11-2022, 10:25
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
inno setup

Quote:
Originally Posted by audiofeel View Post
If I didn't notice it, I misunderstood. keep the script
https://ibb.co/VDB2v30
Hi Friend Good Job about this script, but which inno setup did you use??
I tested with the inno-setup 5.5.1 ee2 enhanced and it had a problem like this
Attached Images
File Type: jpg Untitled.jpg (248.4 KB, 201 views)
__________________
Search and Find
Reply With Quote
The Following 2 Users Say Thank You to ADMIRAL For This Useful Post:
audiofeel (15-11-2022), Gehrman (15-11-2022)
  #81  
Old 15-11-2022, 07:29
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
Quote:
Originally Posted by audiofeel View Post
in Windows 10, there are no fonts that are involved in the script (only Win 11). I was trying to do something... try it!
Boy, I'm so slow minded
I should have thought that it was from the font, if we were neighbors, I would have invited you for a drink. Thank you very much, dear friend
__________________
Search and Find
Reply With Quote
The Following 2 Users Say Thank You to ADMIRAL For This Useful Post:
audiofeel (15-11-2022), BLACKFIRE69 (15-11-2022)
  #82  
Old 17-11-2022, 11: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
Arrow FMXInno v1.0.0.2 - Updates

FMXInno v1.0.0.2 - Updates

Code:
* Added SplashScreen.  (Splash.png + Splash.wav)
 - FSplashScreen

* FMX Objects can directly access MouseDown events of main forms. (FMXForm and CustomFluentWindow)
 - FMXForm.AddMousedownControls(Text1.Handle);
   FMXForm.AddMousedownControls(Text2.Handle);
   ...

 - MsgForm.AddMousedownControls(MsgRect1.Handle);
   ...

* Added TPopupBox class.

Last edited by BLACKFIRE69; 22-12-2022 at 10:37.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (19-11-2022), audiofeel (17-11-2022), ffmla (19-11-2022), ScOOt3r (17-11-2022)
  #83  
Old 18-11-2022, 04:54
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

a good working check for the Windows version
whether the os is Win11 or not is only relevant if the transparent effect is used for the installer.
therefore, i think it's best to do it in the following way.

Code:
if IsOSMatched(B_WIN11_21H2) then  // Windows 11 21H2 or newer
  FMXForm.FCreateFluent(WizardForm.Handle, FDark, False, 0.56, 0)
else
  FMXForm.FCreateBlankForm(WizardForm.Handle, ALCrimson, ExtractAndLoad('Installer.png'));
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (19-11-2022), audiofeel (18-11-2022)
  #84  
Old 21-11-2022, 20: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
A small bug when using "FMXForm.FCreateNormal" and an overlay of "FImage" on it. When minimizing the window.
sorry, i forgot to mention that MinimizeWindowCustomAnimated function doesn't work for FCreateNormal.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (21-11-2022), houcine80 (22-11-2022)
  #85  
Old 27-11-2022, 04:41
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

Quote:
Originally Posted by audiofeel View Post
AddMousedownControls = a small bug. when using "lockscreen" (if you click on "lockscreen"), the window is unexpectedly moved to a random location
Code:
* Fixed AddMousedownControls for lockscreen.
latest version added to the first post.
__________________________________________________ ________

Code:
What's new

* Added Windows Notifications.
* Updated Skia (sk4d  v4.0.1  -->  v4.0.2)
* Some improvements.

Last edited by BLACKFIRE69; 14-07-2024 at 01:42.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (27-11-2022), houcine80 (27-11-2022), ScOOt3r (28-11-2022)
  #86  
Old 03-12-2022, 01:42
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
Error

I am getting this error when compiling with Inno v6 , what is the solution ?



Is there any tutorial for this nice script ?
Attached Images
File Type: jpg Error-FMX-Setup.jpg (114.2 KB, 172 views)
__________________
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
  #87  
Old 03-12-2022, 02:51
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
Quote:
Originally Posted by amin fear View Post
I am getting this error when compiling with Inno v6 , what is the solution ?



Is there any tutorial for this nice script ?
use inno setup 5.5.1 ee2 to compile
__________________
Search and Find
Reply With Quote
The Following User Says Thank You to ADMIRAL For This Useful Post:
audiofeel (03-12-2022)
  #88  
Old 03-12-2022, 05:36
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 amin fear View Post
I am getting this error when compiling with Inno v6 , what is the solution ?

Is there any tutorial for this nice script ?
can you tell me the file path of Script1.iss?

(example: C:\Downloads\FMXInno\Script.iss)
Reply With Quote
  #89  
Old 03-12-2022, 12:05
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
can you tell me the file path of Script1.iss?

(example: C:\Downloads\FMXInno\Script.iss)
I wanted to try the examples aswell and had the same error.
Happened on IS 6.0.5 and 6.2.1.
The folders i tried the script in were:
D:\Repack Tools\FMXInno1.0.0.2+FMXInnoSkia1.0.0.0\Script1.is s
C:\Users\MojoW\Downloads\Compressed\FMXInno v1.0.0.2 + FMXInnoSkia v1.0.0.0 - Final Release [2022-Nov-27]\Script1.iss

Last edited by MojoW; 03-12-2022 at 12:08.
Reply With Quote
  #90  
Old 03-12-2022, 14:46
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 audiofeel View Post
This error occurs if there is no file "MFT.EXE ". Check if the "Plugin\MFT" folder is located next to the script and there should be a file in this folder "MFT.exe ". Perhaps your antivirus tried (deleted it, etc.)
I just repeated this error myself by deleting this file
Double checked if that plugin was there and it was.
So it wasn't deleted.
Attached Images
File Type: png ex.png (300.6 KB, 144 views)

Last edited by MojoW; 03-12-2022 at 17:57.
Reply With Quote
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:58.


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