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
  #121  
Old 02-05-2025, 03:12
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
Well, the vsf2fm tool doesn't convert everything completely, in fact it leaves out some things. I'm writing a code in Delphi that completely converts the styles that will then be read with inno (In FMX 2.5)
Reply With Quote
Sponsored Links
  #122  
Old 02-05-2025, 12:37
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
Hello again, i completed the "Beta" of the tool i called fsf2raw (but it can also do raw2fsf). That converts FMX 2.5 styles from Plain to Indexed Binary and vice-versa.
To use it:
- fsf2raw tf input.style output.fsf
or
- fsf2raw ts input.fsf output.style

The download can be found on my site HERE.

The password is of course "Felix_550" (without the quotes).
__________________
My Site -> felix550.unaux.com
Reply With Quote
The Following User Says Thank You to Yourname For This Useful Post:
audiofeel (02-05-2025)
  #123  
Old 03-05-2025, 01:12
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
Everything seems to be working
I think this utility needs a GUI. It's not 1999
Oh, and here I was still thinking it was the year 2000... I guess I’ll have to update it—
Time to get to work!
__________________
My Site -> felix550.unaux.com
Reply With Quote
  #124  
Old 03-05-2025, 04:01
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
but in general I would like a small, not very cumbersome utility for quick editing of styles without resorting to rad studio
Yes I was thinking of something like this, but creating it with Delphi (I know almost nothing about it) is a big job. Do you happen to know if there is some library/dll to use in VB.net or c++, that allows you to use or modify FMX styles like a wrapper or, much better, something native? Thanks!
__________________
My Site -> felix550.unaux.com
Reply With Quote
  #125  
Old 16-06-2025, 08:55
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
problem starting the installer

Hello, I have a problemin Radeon inno script : when it loads, the startup, and when you select the language, appears centered on the desktop, then the installer appears in the top left corner. How do I change it so that the installer starts centered on the desktop? Thank you, and sorry for my English.
Reply With Quote
  #126  
Old 16-06-2025, 11:13
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
Radeon

Thank you Bro
Reply With Quote
The Following User Says Thank You to calho For This Useful Post:
audiofeel (16-06-2025)
  #127  
Old 23-06-2025, 21:01
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
The design has been slightly changed, the pages are made on the FTABCONTROL. Custom switches.
Is it possible to make the installer accept DiskSpanGUI? If possible, how? Can you help me?
Reply With Quote
  #128  
Old 26-06-2025, 06:49
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
Hi again, I'm trying to create an installer with MonoChrome [29.04], but when I install it, I get an error.

The ISArcEx v0.4 module won't let me install it.
Thanks.
Reply With Quote
  #129  
Old 26-06-2025, 07:21
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
I'm using ultraarc 2.90
I don't know if it's the right one or if I should try another one.
I tried diskspan and I have the same problem.
Reply With Quote
  #130  
Old 26-06-2025, 07:45
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
Quote:
Originally Posted by audiofeel View Post
Ask the authors of these compressors a question on the relevant topic.
thanks
Reply With Quote
  #131  
Old 28-06-2025, 02:29
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
Hello, I have a problem when running the installation, for MonoChrome.iss I create the bin file with UltraARC, but it gives me an error, I don't know if the installer should include a library for external compressors.
Thanks for listening
Reply With Quote
  #132  
Old 02-07-2025, 18:21
lordgamer2354 lordgamer2354 is offline
Registered User
 
Join Date: Apr 2017
Location: Mars
Posts: 2
Thanks: 1
Thanked 1 Time in 1 Post
lordgamer2354 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
In the monochrome installer, all test archives are compressed using Srep.
Code:
arc.exe a -i1 -ep1 -r -ed -s; -hp123test123 -w.\_temp -m=srep+dict:p+lzma _Output\data1.bin "data1\*"
and of course, for their proper unpacking, all files are already included in the installer, but only for Srep. you can compress the archive in another way, but you need to add all the necessary files to the script for unpacking. to do this, edit the files "Script_ToolsList.iss, Script_ToolsList_Init.iss"

and place these files in the appropriate folders
Great designs, you are pro in making these. can i know how you make them? i know thats pascal language but do you code them in editor in inno or there a gui tool like rad studio or something where you make these nice UI elements?
Reply With Quote
The Following User Says Thank You to lordgamer2354 For This Useful Post:
audiofeel (02-07-2025)
  #133  
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
  #134  
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
  #135  
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
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 18:02.


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