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 20-07-2023, 03:18
Fak Eid Fak Eid is offline
Registered User
 
Join Date: Jun 2023
Location: Mars
Posts: 147
Thanks: 98
Thanked 152 Times in 54 Posts
Fak Eid is on a distinguished road
Redshank v2

Hi Everyone,

I along with Audiofeel have been working on a Redshank v2 Installer Script. Many thanks and grateful to Audiofeel for helping me out with bugs and issues, while upgrading.

This v2 includes:
- MD5 verification support
- FMX Fluent UI and adjusted alignment
- Credits section
- About Game Pop-up
- Color Customization
- srep+lolz extraction support (thanks to sc00t3r) and -mx extraction support
- Better selective components installation
- Speed of data transfer display on Installation Page

https://www.mediafire.com/file/h0rlg...nk_v2.zip/file

I've just started and if you want can support me by subscribing to my Youtube channel.
https://www.youtube.com/@RandomGamertags
Attached Images
File Type: jpg Welcome Verify.jpg (167.3 KB, 130 views)
File Type: jpg Welcome Credits.jpg (167.5 KB, 131 views)
File Type: jpg About Game.jpg (219.0 KB, 134 views)
File Type: jpg Installer Page.jpg (108.2 KB, 131 views)
Reply With Quote
The Following 3 Users Say Thank You to Fak Eid For This Useful Post:
audiofeel (20-07-2023), Harsh ojha (31-07-2023), ScOOt3r (20-07-2023)
Sponsored Links
  #2  
Old 20-07-2023, 12:09
Fak Eid Fak Eid is offline
Registered User
 
Join Date: Jun 2023
Location: Mars
Posts: 147
Thanks: 98
Thanked 152 Times in 54 Posts
Fak Eid is on a distinguished road
Wink

Quote:
Originally Posted by audiofeel View Post
It would be better if it was an original installer with an original design
I know . But to learn, I started working on an upgrade. I've an idea. Soon with your help, we'll be implementing it
Reply With Quote
  #3  
Old 27-07-2023, 06:52
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 v1.0.0.2 - Cumulative Updates [2023-July-27]


Code:
(*) The FMXInno_Fluent_API has been upgraded from v1.0 to v2.0.

  - The following systems are now supported.
    1. Windows 7
    2. Windows 8 / 8.1 
    3. Windows 10
    4. Windows 11
    5. Windows 12 (Upcoming)  
   
  - Note: Ensure your scripts are up-to-date since the "EnableFluent" function 
    within "FluentApi.dll" has been modified.  
 
(*) Integrated Blend2d - 2D Vector Graphic Engine, to advanced users.
 
(*) Updated ChatGPT.
  
  - Support extended to the following models.
    1. gpt-3.5-turbo
    2. gpt-3.5-turbo-0613
    3. gpt-3.5-turbo-16k
    4. gpt-4
    5. gpt-4-0613
    6. gpt-4-32k
   
(*) Added the capability to create Gradient Forms.  
  - Customizable.
Code:
(*) New properties have been introduced into the Form class.
  - procedure ChangeFluentTheme(const FDark: Boolean);
  - procedure ChangeFluentColor(const VCLColor: TColor);
  - procedure PauseFormUpdateOnMove(FValue: Boolean);
  - procedure PauseFluentEffectsOnDeacive(FValue: Boolean);
  - procedure Invalidate;
 
(*) Added Global Animator for FMXForm.
  - Ex: FMXForm.AnimateFloatWait(ARect.Handle, 'Position.X', NSX(400), 1.2, atInOut, itBack);
   
(*) Added DiskList blueprint.
  - Customizable.
 
(*) Added percentage indicator for ThinProgressBar class.
  - Customizable.  
  
(*) Added StopWatch class.
(*) Added Math class.
Code:
(*) New properties have been introduced into the following classes.
  1. WinMacTitleBar class.
  2. DynamicTiles class.
  3. SideMenuItem class.  
  4. Fluent Dir/Start Browse class.
  
(*) Added a pair of new functions.
  1. function wIsDriveRemovable(const DriveLetter: WideString): Boolean;
  2. function wGetDriveMediaType(const DriveLetter: WideString): Integer;
    - Return Type:
      1. UNKNOWN
      2. HDD
      3. SSD
      4. SCM
 
(*) Updated BlendOnMove.
(*) Updated CmdOut.
(*) Updated XHashEx.  

(*) Several additional improvements and bug fixes.


The first post has been updated.



.

Last edited by BLACKFIRE69; 14-07-2024 at 02:00.
Reply With Quote
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (27-07-2023), ffmla (27-07-2023), hitman797 (27-07-2023), ScOOt3r (27-07-2023), Tihiy_Don (27-07-2023)
  #4  
Old 26-07-2023, 19:44
Behnam2018 Behnam2018 is offline
Registered User
 
Join Date: Jun 2018
Location: IRAN
Posts: 57
Thanks: 975
Thanked 24 Times in 20 Posts
Behnam2018 is on a distinguished road
Unhappy I run the script, it doesn't give any action

Hello, I run the script, it doesn't give any action, the setup doesn't run, it's Windows 7
Attached Images
File Type: jpg Capture.JPG (169.5 KB, 166 views)
Reply With Quote
  #5  
Old 28-07-2023, 13:04
crachlow's Avatar
crachlow crachlow is offline
Registered User
 
Join Date: Nov 2017
Location: Eka-burg
Posts: 22
Thanks: 44
Thanked 11 Times in 7 Posts
crachlow is on a distinguished road
@BlackFire69. Here we are faced with such a problem. When packing using the 4x4 method, IsArcEx , when unpacking archives is canceled, it closes abruptly without showing the completion page. And with many other cls, the same thing happens. Could you see how to solve this problem
Reply With Quote
  #6  
Old 29-07-2023, 13:38
crachlow's Avatar
crachlow crachlow is offline
Registered User
 
Join Date: Nov 2017
Location: Eka-burg
Posts: 22
Thanks: 44
Thanked 11 Times in 7 Posts
crachlow is on a distinguished road
Link to example https://youtu.be/f1n4cadWCvc
Reply With Quote
  #7  
Old 29-07-2023, 22:53
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 crachlow View Post
@BlackFire69. Here we are faced with such a problem. When packing using the 4x4 method, IsArcEx , when unpacking archives is canceled, it closes abruptly without showing the completion page. And with many other cls, the same thing happens. Could you see how to solve this problem
Quote:
Originally Posted by crachlow View Post

could you test this?

.

Last edited by BLACKFIRE69; 02-09-2023 at 09:14.
Reply With Quote
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (29-07-2023), crachlow (29-07-2023), Gehrman (29-07-2023), hitman797 (30-07-2023), ScOOt3r (30-07-2023)
  #8  
Old 30-07-2023, 00:18
crachlow's Avatar
crachlow crachlow is offline
Registered User
 
Join Date: Nov 2017
Location: Eka-burg
Posts: 22
Thanks: 44
Thanked 11 Times in 7 Posts
crachlow is on a distinguished road
Thanks to @BlackFire69 for the prompt response. So far everything seems to be working as it should. I still have a couple of questions, but for later.
https://youtu.be/eMo9Mo53UH0
Reply With Quote
  #9  
Old 30-07-2023, 01:49
crachlow's Avatar
crachlow crachlow is offline
Registered User
 
Join Date: Nov 2017
Location: Eka-burg
Posts: 22
Thanks: 44
Thanked 11 Times in 7 Posts
crachlow is on a distinguished road
@BlackFire69. In continuation of the same topic question. In the task manager, after unpacking is canceled or its emergency termination, incomplete processes from cls remain that continue their work, while consuming memory quite well. Maybe it is possible to solve this issue somehow?
https://youtu.be/IvkcMEwYrbA
Reply With Quote
  #10  
Old 30-07-2023, 05: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
Quote:
Originally Posted by crachlow View Post
@BlackFire69. In continuation of the same topic question. In the task manager, after unpacking is canceled or its emergency termination, incomplete processes from cls remain that continue their work, while consuming memory quite well. Maybe it is possible to solve this issue somehow?
https://youtu.be/IvkcMEwYrbA

for my system, this update is working as expected(xtool+srep+lolz) (though untested on non-English systems). if you encounter issues, please manually terminate all tasks.

Code:
Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM xtool.exe', '', SW_HIDE, ewWaitUntilTerminated, ErrCode);
Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM cls-lolz_x64.exe', '', SW_HIDE, ewWaitUntilTerminated, ErrCode);
Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM cls-srep_x64.exe', '', SW_HIDE, ewWaitUntilTerminated, ErrCode);

.

Last edited by BLACKFIRE69; 14-07-2024 at 02:01.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (30-07-2023), crachlow (30-07-2023), hitman797 (30-07-2023), Tihiy_Don (30-07-2023)
  #11  
Old 30-07-2023, 08:33
crachlow's Avatar
crachlow crachlow is offline
Registered User
 
Join Date: Nov 2017
Location: Eka-burg
Posts: 22
Thanks: 44
Thanked 11 Times in 7 Posts
crachlow is on a distinguished road
@BlackFire69. Thanks for the emergency fix.
https://youtu.be/q2jW1hAfZ_s
Reply With Quote
The Following 3 Users Say Thank You to crachlow For This Useful Post:
audiofeel (31-07-2023), BLACKFIRE69 (30-07-2023), Tihiy_Don (30-07-2023)
  #12  
Old 31-07-2023, 22: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
Lightbulb FMXInno Dev

FMXInno Dev


can you perform a test with the given conditions and let me know if the scaling is accurate or not?

1. in 2k..8k monitors.
2. with Higher DPI values.

.

Last edited by BLACKFIRE69; 02-09-2023 at 09:11.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (31-07-2023), hitman797 (01-08-2023), Tihiy_Don (31-07-2023)
  #13  
Old 01-08-2023, 03:14
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
The first result (unfortunately, it cannot be called reliable, since we used just screen scaling as a high-resolution emulation).
On the form type "FCreateImageForm" - the result is just fine, except that "FWinTitleBar" refuses to scale on this form type (only on this form type) and looks small. Now for the cons. The form always appears in the upper left corner of the screen and not in the center as it should. ""Toggle CheckBox" scaled a little wrong, the bottom space is a little hidden and they look smudged.

@audiofeel,

don't go beyond that. the given DLL file is not completed and is in development stage. so just tell me about the given example (_TestSpace.iss).
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
hitman797 (01-08-2023)
  #14  
Old 01-08-2023, 08: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

FMXInno Update - 2023-July-31

Code:
* Updated to the Hotfix-02.

* Added new property for the FMXForm.
  - procedure CanvasQuality(FCanvasQuality: TCanvasQuality);

* Updated ISArcEx.
  - CurrentFile in the callback function won't be empty.

The first post has been updated.
Reply With Quote
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post:
alexachu (11-08-2023), audiofeel (01-08-2023), hitman797 (01-08-2023), ScOOt3r (01-08-2023), Tihiy_Don (01-08-2023)
  #15  
Old 02-08-2023, 13:23
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 FXPacker - Updates

Update available!

Code:
* Some improvements.
.
Attached Images
File Type: png 00.png (6.9 KB, 200 views)
File Type: png 01.png (8.1 KB, 197 views)

Last edited by BLACKFIRE69; 14-07-2024 at 02:01.
Reply With Quote
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (12-08-2023), audiofeel (02-08-2023), hitman797 (04-08-2023), Lord.Freddy (02-08-2023), ScOOt3r (02-08-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 15:22.


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