Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 16-12-2022, 04:58
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,617 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Behnam2018 View Post
thank you audiofeel
this might work.

in the latest release (22-Dec-15), i removed resources for Windows 7 and Windows 8.

Quote:
Originally Posted by BLACKFIRE69 View Post
FMXInno (Alpha) - Updates

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

Last edited by BLACKFIRE69; 14-07-2024 at 01:44.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (16-12-2022)
Sponsored Links
  #2  
Old 16-12-2022, 09:11
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,617 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno - Updates

FMXInno - Updates

Code:
* FMXInno is now fully compatible with Windows 10 (except transparency).
* DrawFrame is available for every form.

 (Tested on Windows 10 22H2 x64)
,

Last edited by BLACKFIRE69; 14-07-2024 at 01:44.
Reply With Quote
The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (19-12-2022), audiofeel (16-12-2022), ffmla (19-12-2022), Harsh ojha (18-12-2022), hitman797 (16-12-2022), Razor12911 (17-12-2022)
  #3  
Old 17-12-2022, 14:34
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,218
Thanks: 294
Thanked 1,407 Times in 637 Posts
Masquerade is on a distinguished road
@BLACKFIRE69

There's a slight issue with the function VerifyHashesFromFile.

In my repacks, I read hash files from a _Verify folder, so each line of the file path begins with ..\ to indicate that the files are one directory up from the folder containing the checksum.

However, when reading the checksum file and pointing it to {app} or {app}\Verify, the FMXPlugin is trying to read ..\ as the directory name and is leading to all files returning as incorrect.

Example:



Please may you fix this?

Thanks,
Masquerade
Reply With Quote
  #4  
Old 17-12-2022, 21:45
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,617 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
@BLACKFIRE69

There's a slight issue with the function VerifyHashesFromFile.

In my repacks, I read hash files from a _Verify folder, so each line of the file path begins with ..\ to indicate that the files are one directory up from the folder containing the checksum.

However, when reading the checksum file and pointing it to {app} or {app}\Verify, the FMXPlugin is trying to read ..\ as the directory name and is leading to all files returning as incorrect.

Example:



Please may you fix this?

Thanks,
Masquerade


try this out.

Code:
Improvement

BasePath:  
  C:\Testing1\Testing2\_Verify    =    ( {app}\_Verify )

HashFile.md5:
  ...
  07c7314cfefa2fc0292a4780da6c6ede *..\chunk.pb0

  OR

  07c7314cfefa2fc0292a4780da6c6ede ..\chunk.pb0
  ...

XHash (Internal) Reading:
  >>  C:\Testing1\Testing2\chunk.pb0    =    ( {app}\chunk.pb0 )

Last edited by BLACKFIRE69; 22-12-2022 at 10:33.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (21-12-2022), Masquerade (18-12-2022)
  #5  
Old 18-12-2022, 01:35
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,218
Thanks: 294
Thanked 1,407 Times in 637 Posts
Masquerade is on a distinguished road
^^
This is correct, however the hashes are always returning bad. I think FMXInno is thinking the hashes are MD5 whereas they are blake3.

Is Blake3 implemented?

Thanks,
Masquerade
Reply With Quote
  #6  
Old 18-12-2022, 02:26
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,617 Times in 574 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
^^
This is correct, however the hashes are always returning bad. I think FMXInno is thinking the hashes are MD5 whereas they are blake3.

Is Blake3 implemented?
it's there.

Quote:
function VerifyHashesFromFile(ChecksumFile, BasePath: WideString; HashAlgo: Integer; LogFile: Boolean; Callback: TMultiHashCallback): Integer;

Blake3_256 ==>
HashAlgo := 11 OR
HashAlgo := H_BLAKE3_256

Last edited by BLACKFIRE69; 14-07-2024 at 01:44.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (19-12-2022), auaksa (18-12-2022), audiofeel (20-12-2022), Masquerade (18-12-2022)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 10:08.


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