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 11-02-2019, 03:53
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Code:
beta6

- Fixed french translation for CRC check page (forgot some spaces)
- Fixed some other things
- Added RazorTools
  > ZSTD Precompressor
  > FIFA 19 Cas Decryption Tool + Precompressor
  > Project CARS 2 Bff Decryption Tool
Attached Files
File Type: 7z 7.1.2.beta6.7z (3.45 MB, 67 views)
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
mausschieber (11-02-2019), Titeuf (11-02-2019)
Sponsored Links
  #2  
Old 11-02-2019, 04:38
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 614
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Code:
beta6

- Fixed french translation for CRC check page (forgot some spaces)
- Fixed some other things
- Added RazorTools
  > ZSTD Precompressor
  > FIFA 19 Cas Decryption Tool + Precompressor
  > Project CARS 2 Bff Decryption Tool
Hello KaktoR,
Thank you for this new version.
Excellent work (as usual) !!
for the moment this version works very well.
Warmest looks
Reply With Quote
  #3  
Old 11-02-2019, 05:22
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 614
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Hi,
How to display the text: Elapsed & Remaining

Please, because the text is not displayed!
Thank
Reply With Quote
  #4  
Old 12-02-2019, 06:02
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Change
Code:
ElapsedLabel.Caption := Format('%s', [TicksToStr(CurTick - StartTick)]);
to
Code:
ElapsedLabel.Caption := ExpandConstant('{cm:ElapsedTime}') + ': ' + Format('%s', [TicksToStr(CurTick - StartTick)]);
For correct time remaining i have to pass pcoftotal to isarcextract and define it for each archive. It's not the way I want it because I want it without set a value for each archive in use. And that's why I have time remaining deactivated in current release (with current system you will get incorrect times). Will see if there is a other way to make without do it manually.
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
pakrat2k2 (12-02-2019), Titeuf (12-02-2019)
  #5  
Old 12-02-2019, 13:42
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
New one for components (first test)

Code:
beta 6(2)

- Added components
  > With this you can unpack language archives
  > Set them in Settings.ini
  > You don't need to add them to Records.ini
With included archives it works well. I haven't tested it with any compression or more data but it should work anyways.
Attached Files
File Type: 7z 7.1.2.beta6(2).7z (3.46 MB, 53 views)
__________________
Haters gonna hate
Reply With Quote
The Following 4 Users Say Thank You to KaktoR For This Useful Post:
mausschieber (13-02-2019), pakrat2k2 (12-02-2019), Schabik (12-02-2019), Titeuf (12-02-2019)
  #6  
Old 12-02-2019, 20:54
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
New one for components (first test)

Code:
beta 6(2)

- Added components
  > With this you can unpack language archives
  > Set them in Settings.ini
  > You don't need to add them to Records.ini
With included archives it works well. I haven't tested it with any compression or more data but it should work anyways.
Will test it today, lately tomorrow :-)
Reply With Quote
  #7  
Old 13-02-2019, 10:39
LilKil LilKil is offline
Registered User
 
Join Date: Jul 2018
Location: Genf
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
LilKil is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
New one for components (first test)

Code:
beta 6(2)

- Added components
  > With this you can unpack language archives
  > Set them in Settings.ini
  > You don't need to add them to Records.ini
With included archives it works well. I haven't tested it with any compression or more data but it should work anyways.
Works good but there's a problem when you disable "Component" in "Settings.ini" and then try to run the script:



Is there something I need to do or is that a bug?
Reply With Quote
  #8  
Old 16-02-2019, 02:33
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 614
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
New one for components (first test)

Code:
beta 6(2)

- Added components
  > With this you can unpack language archives
  > Set them in Settings.ini
  > You don't need to add them to Records.ini
With included archives it works well. I haven't tested it with any compression or more data but it should work anyways.
Hello KaktoR,
I'm going to do a test with the language files, and I want to put the language files in a subdirectory, can you tell me what are the changes to make for this work please?
thanks in advance

Edit: After compilation I have these messages that appears in Inno (look at me picture).
Thank you
Attached Images
File Type: jpg componenterror.jpg (105.1 KB, 126 views)

Last edited by Titeuf; 16-02-2019 at 03:07.
Reply With Quote
  #9  
Old 16-02-2019, 10:21
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
Quote:
Originally Posted by Titeuf View Post
Hello KaktoR,
I'm going to do a test with the language files, and I want to put the language files in a subdirectory, can you tell me what are the changes to make for this work please?
thanks in advance

Edit: After compilation I have these messages that appears in Inno (look at me picture).
Thank you
Why bother? If the game don't have hebrew so it won't be nessesary.

Checked for compression afr+srepmax+lolz for lang files and it runs smoothly.
Reply With Quote
The Following User Says Thank You to Schabik For This Useful Post:
Titeuf (16-02-2019)
  #10  
Old 13-02-2019, 11:27
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
It's not a bug, I just forgot something Will post a fix asap
__________________
Haters gonna hate
Reply With Quote
  #11  
Old 13-02-2019, 13:16
LilKil LilKil is offline
Registered User
 
Join Date: Jul 2018
Location: Genf
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
LilKil is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
It's not a bug, I just forgot something Will post a fix asap
Cool, thank you! Also, is there a way to force the Setup to use the english language only instead of letting the user choose his own?

And I couldn't manage to change the .exe icon even by changing the "Setup.ico", it only changes the icon within the setup, no idea if you already noticed it.

Thank you for your great work!
Reply With Quote
  #12  
Old 13-02-2019, 14:18
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
It's not a bug, I just forgot something Will post a fix asap
I used 712 beta6(2) & compiled perfectly fine.. maybe he's using wrong version of inno ?
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
Titeuf (13-02-2019)
  #13  
Old 14-02-2019, 07:31
LilKil LilKil is offline
Registered User
 
Join Date: Jul 2018
Location: Genf
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
LilKil is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
No, but you can change ShowLanguageBox=0 (installer starts in OS language then. If Installer doesn't support OS language, english will be used as default).

Move Setup.exe to somewhere else. It's a windows problem for not updating icons properly.
Thank you for the clarification!

Quote:
Originally Posted by pakrat2k2 View Post
I used 712 beta6(2) & compiled perfectly fine.. maybe he's using wrong version of inno ?
I use the latest unicode version available, do I need to use another version?
Reply With Quote
  #14  
Old 13-02-2019, 13:43
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
No, but you can change ShowLanguageBox=0 (installer starts in OS language then. If Installer doesn't support OS language, english will be used as default).

Move Setup.exe to somewhere else. It's a windows problem for not updating icons properly.
__________________
Haters gonna hate
Reply With Quote
  #15  
Old 14-02-2019, 03:51
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
KaktoR,


I have a suggestion about components page,


Instead of checkboxes can You use RadioButtons?


Or some "if" statements so if one checkbox is checked then other isn't It will block the installation of many languages at once.
Attached Images
File Type: png 2019-02-14_12h27_22.png (62.4 KB, 152 views)
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
[Help] need Advanced Installer script with Razor1911's UltraArc module rez3vil Conversion Tutorials 3 15-04-2024 02:24
Portable Installer Inno Setup Script y_thelastknight Conversion Tutorials 59 23-10-2020 00:02
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Simple Arc Installer 78372 Conversion Tutorials 1 15-06-2017 15:37
MSC+Srep+lzma Simple Script Example gozarck Conversion Tutorials 10 07-09-2015 16:31



All times are GMT -7. The time now is 15:34.


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