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 02-05-2025, 01:51
Yourname's Avatar
Yourname Yourname is offline
Registered User
 
Join Date: Mar 2024
Location: Pyramiden in Svalbard
Posts: 17
Thanks: 7
Thanked 7 Times in 4 Posts
Yourname is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
In fact, there are two ways to save the style file. In binary form (it turns out to be smaller in size with the . fsf extension) and simply in text form (it turns out to be larger in size with the . style extension). I used the first option as if to save space. The style file in binary form can only be edited in the "RAD Studio" program (its installation takes up a lot of space, about 6 GB). Now the question...what do you need to change and where? Perhaps a simple text version will help, where you can adjust all the settings, if you need it, then I will recode the style files into a regular text format and you will be able to edit it in any advanced notepad
Hi Audiofeel, thanks a lot for your reply. I already have Delphi installed (with the FMX style editor), so I can export a .fsf file to a .style file and it works. I was thinking about creating a tool that can convert .fsf files to .style without having to install all 6GB of software. I was looking for a converter in the /bin folder of Delphi, but there are a lot of .exe files to check. Do you know if there is a .dll or .exe file that does this? Then integrate it into a C++/Python or Pascal tool. Thanks again!
Reply With Quote
Sponsored Links
  #2  
Old 02-05-2025, 02:17
Yourname's Avatar
Yourname Yourname is offline
Registered User
 
Join Date: Mar 2024
Location: Pyramiden in Svalbard
Posts: 17
Thanks: 7
Thanked 7 Times in 4 Posts
Yourname is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
There is such a converter, but the style version there is 2.0, not 2.5. I am not sure that after conversion everything will work as intended by the user.
https://github.com/Crayon2000/StyleC...r7itb782757129
Thanks for the reply again. Searching deeper, I think I found something better, the file is called "vsf2fm" and is located in the bin folder of Delphi. The procedure is this:
Take the fsf or style file and add it as a final argument in the command line of vsf2fm
- If you want to convert from fsf to style you use: "vsf2fm -origin style.fsf"
- If instead you want to convert from style to fsf FMX 2.5 you use: "vsf2fm -idx style.style" (-bin instead of -idx if you want FMX 2.0)
Code:
Convert VCL style to FireMonkey style
Usage:
  vsf2fm <file or folder>

Params:
  -origin - raw converter result
  -bin - convert to binary fsf-format instead textual style-format
  -idx - convert to indexed binary fsf-format instead textual style-format
Reply With Quote
The Following User Says Thank You to Yourname For This Useful Post:
audiofeel (02-05-2025)
  #3  
Old 23-07-2025, 01:41
KenGamer KenGamer is offline
Registered User
 
Join Date: Apr 2025
Location: America
Posts: 5
Thanks: 5
Thanked 0 Times in 0 Posts
KenGamer is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
Froza Style
Adaptation - localization of the Java newstone script.
The functionality is all in place.
Four pages, installation of additional software. Checking the location.
Music. Everything scales perfectly by 200%.
Launch the game (after successful installation).
Restarting (itself) the installation after a failed installation.
Deleting the game (if there is a key in the registry) before starting the installation.
Is there a tutorial on how to make our own style?
Reply With Quote
  #4  
Old 11-02-2024, 22:54
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 51
Thanks: 480
Thanked 1,090 Times in 377 Posts
audiofeel is on a distinguished road
Arrow

reserved

Last edited by audiofeel; 23-01-2026 at 23:15. Reason: fixed minor bugs
Reply With Quote
The Following 6 Users Say Thank You to audiofeel For This Useful Post:
ADMIRAL (12-02-2024), BLACKFIRE69 (12-02-2024), Gehrman (15-04-2025), hitman797 (12-02-2024), Jahan1373 (12-02-2024), war100ck (18-03-2024)
  #5  
Old 11-02-2024, 23:10
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 51
Thanks: 480
Thanked 1,090 Times in 377 Posts
audiofeel is on a distinguished road
Arrow 3D Animation

reserved

Last edited by audiofeel; 23-01-2026 at 23:11. Reason: fixed minor bugs.
Reply With Quote
The Following 9 Users Say Thank You to audiofeel For This Useful Post:
ADMIRAL (15-02-2024), Behnam2018 (24-08-2024), BLACKFIRE69 (12-02-2024), Gehrman (15-04-2025), hitman797 (12-02-2024), Jahan1373 (12-02-2024), ScOOt3r (12-07-2024), Valtus (18-08-2024), war100ck (18-03-2024)
  #6  
Old 18-08-2024, 03:18
Valtus Valtus is offline
Registered User
 
Join Date: Oct 2011
Location: rrr
Posts: 15
Thanks: 54
Thanked 8 Times in 6 Posts
Valtus is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
3D Animation.
the Delphi project from Razor12911.
7 pages (FTabControl) is taken as a basis.
Verification of system requirements (not a ban).
Installing additional software.
Selection of components.
Acceptance of the license agreement (if the file is nearby).
Instant color change of the installer and buttons (FColorComboBox).
Everything scales perfectly by 200%.
Thanks to Hitman 797 and Blackfire 69 for the features and procedures on request.
Hello, thank you very much for the installer, although in my case I have an adjustment problem when the monitor scale is 125%.

Reply With Quote
The Following 2 Users Say Thank You to Valtus For This Useful Post:
audiofeel (18-08-2024), hitman797 (18-08-2024)
  #7  
Old 18-08-2024, 09:04
Valtus Valtus is offline
Registered User
 
Join Date: Oct 2011
Location: rrr
Posts: 15
Thanks: 54
Thanked 8 Times in 6 Posts
Valtus is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
@Valtus
and before this update, everything was fine with 125 percent scaling?
No, I have not tried the previous one to the update, I have been looking at but I do not find the download link, I have discharged the "UWP-Tiles" that is very similar and if it works well, so I comfort myself.

All the best

Last edited by Valtus; 18-08-2024 at 09:08.
Reply With Quote
The Following User Says Thank You to Valtus For This Useful Post:
audiofeel (18-08-2024)
  #8  
Old 18-08-2024, 10:27
Valtus Valtus is offline
Registered User
 
Join Date: Oct 2011
Location: rrr
Posts: 15
Thanks: 54
Thanked 8 Times in 6 Posts
Valtus is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
check out this fix and if everything is fine then let us know about it
Yes, this works correctly.

Reply With Quote
The Following User Says Thank You to Valtus For This Useful Post:
audiofeel (18-08-2024)
  #9  
Old 11-02-2024, 23:42
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 51
Thanks: 480
Thanked 1,090 Times in 377 Posts
audiofeel is on a distinguished road
Arrow

reserved

Last edited by audiofeel; 23-01-2026 at 23:24. Reason: fixed minor bugs
Reply With Quote
The Following 6 Users Say Thank You to audiofeel For This Useful Post:
BLACKFIRE69 (12-02-2024), Gehrman (15-04-2025), hitman797 (12-02-2024), Jahan1373 (12-02-2024), Lord.Freddy (12-02-2024), war100ck (18-03-2024)
  #10  
Old 11-02-2024, 23:53
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 51
Thanks: 480
Thanked 1,090 Times in 377 Posts
audiofeel is on a distinguished road
Arrow

reserved

Last edited by audiofeel; 23-01-2026 at 23:16. Reason: fixed minor bugs
Reply With Quote
The Following 9 Users Say Thank You to audiofeel For This Useful Post:
Behnam2018 (18-04-2025), BLACKFIRE69 (12-02-2024), calho (30-07-2025), Gehrman (15-04-2025), hitman797 (12-02-2024), Jahan1373 (12-02-2024), Lord.Freddy (12-02-2024), ScOOt3r (24-02-2024), war100ck (18-03-2024)
  #11  
Old 30-07-2025, 00:08
calho calho is offline
Registered User
 
Join Date: May 2025
Location: spain
Posts: 8
Thanks: 3
Thanked 1 Time in 1 Post
calho is on a distinguished road
EndVer problem

Hi, how can I select the components I want to install instead of installing them directly? And if I want direct access to the desktop and start menu, I use EndVer.
Thanks.
Reply With Quote
  #12  
Old 16-08-2025, 14:47
Lucifer Crossman Lucifer Crossman is offline
Registered User
 
Join Date: Jun 2025
Location: Russia
Posts: 6
Thanks: 4
Thanked 0 Times in 0 Posts
Lucifer Crossman is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
Well, the design does not provide for all of the above
Можешь пожалуйста добавить в Redshank выбор языка установщика?
Reply With Quote
  #13  
Old 05-09-2025, 10:04
Lucifer Crossman Lucifer Crossman is offline
Registered User
 
Join Date: Jun 2025
Location: Russia
Posts: 6
Thanks: 4
Thanked 0 Times in 0 Posts
Lucifer Crossman is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
well, damn, you give it, and in two days you ask for something else... If your question sounded something like this. - teach-show an example of how to make a language choice?
Извиняюсь. Сможете научить добавлять как многоязычность?
Reply With Quote
  #14  
Old 12-02-2024, 00:10
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 51
Thanks: 480
Thanked 1,090 Times in 377 Posts
audiofeel is on a distinguished road
Arrow

reserved

Last edited by audiofeel; 23-01-2026 at 23:23. Reason: fixed minor bugs
Reply With Quote
The Following 8 Users Say Thank You to audiofeel For This Useful Post:
Behnam2018 (16-05-2025), BLACKFIRE69 (12-02-2024), Gehrman (15-04-2025), hitman797 (12-02-2024), Jahan1373 (12-02-2024), Lord.Freddy (12-02-2024), ScOOt3r (24-02-2024), war100ck (18-03-2024)
  #15  
Old 12-02-2024, 00:32
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 51
Thanks: 480
Thanked 1,090 Times in 377 Posts
audiofeel is on a distinguished road
Arrow

reserved

Last edited by audiofeel; 23-01-2026 at 23:21. Reason: fixed minor bugs
Reply With Quote
The Following 8 Users Say Thank You to audiofeel For This Useful Post:
ADMIRAL (16-02-2024), BLACKFIRE69 (12-02-2024), Gehrman (15-04-2025), hitman797 (12-02-2024), Jahan1373 (12-02-2024), Lord.Freddy (12-02-2024), ScOOt3r (24-02-2024), war100ck (18-03-2024)
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
ASIS: Advanced Simple Installer Script KaktoR Conversion Tutorials 1477 20-05-2026 10:52
FMXInno - Windows Fluent Design Installer UI for Inno BLACKFIRE69 Conversion Tutorials 626 08-04-2026 12:33
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Installer Creator Source Code Razor12911 Conversion Tutorials 19 13-12-2015 10:20



All times are GMT -7. The time now is 16:58.


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