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

Reply
 
Thread Tools Display Modes
  #571  
Old 07-02-2019, 03:45
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 610
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Open Settings.iss and add this to somewhere

Because you don't have a type-in field in compact mode.

Hello KaktoR,
Is it me who forgot something but in normal mode the input field is not displayed!
hmm maybe i'm so tired! lol
Reply With Quote
Sponsored Links
  #572  
Old 07-02-2019, 04:18
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,432
Thanks: 1,078
Thanked 7,039 Times in 2,665 Posts
KaktoR is on a distinguished road
Sorry

Code:
[INISettings]
// Enable Yes (1) or No (0). 
Enable=1
INIFile={app}\steam_emu.ini
Section=Settings
Key=UserName
Value=
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Titeuf (07-02-2019)
  #573  
Old 07-02-2019, 06:43
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 610
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Sorry

Code:
[INISettings]
// Enable Yes (1) or No (0). 
Enable=1
INIFile={app}\steam_emu.ini
Section=Settings
Key=UserName
Value=
KaktoR, thank you for your work this work very well!
just one thing, to be more aesthetic in my language, I need to add spaces for the checks (md5) look at my picture:



the ideal would be that it must be like this (in French)!
Quote:
Total des fichiers: 48 Fichiers traités: 21 Ok:21 manquants:0 mauvais: 0
Where do I have to add spaces, please?
Reply With Quote
  #574  
Old 07-02-2019, 09:17
doofoo24 doofoo24 is offline
Registered User
 
Join Date: Nov 2016
Location: canada
Posts: 408
Thanks: 138
Thanked 469 Times in 227 Posts
doofoo24 is on a distinguished road
is it possible to change WizardForm.BorderStyle color ?
Reply With Quote
  #575  
Old 07-02-2019, 13:39
kocchi96x's Avatar
kocchi96x kocchi96x is offline
Registered User
 
Join Date: Aug 2016
Location: USA
Posts: 29
Thanks: 14
Thanked 14 Times in 12 Posts
kocchi96x is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Open Settings.iss and add this to somewhere

Code:
#define Value ReadIni(SourcePath + "\Settings.ini", "INISettings", "Value", "")
Open Settings.ini and add this to [INISettings] section
Code:
Value=yourname
Because you don't have a type-in field in compact mode.
it worked now thanks

Quote:
Originally Posted by Titeuf View Post
Hello KaktoR,
Is it me who forgot something but in normal mode the input field is not displayed!
hmm maybe i'm so tired! lol
i was going to say this to because i didn't see it as well when I converted that compact one i did to a normal one. I'll check with your Post to test.
Reply With Quote
  #576  
Old 07-02-2019, 13:59
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,432
Thanks: 1,078
Thanked 7,039 Times in 2,665 Posts
KaktoR is on a distinguished road
Need some translations

Code:
Hebrew.EnterPlayerName=Enter your player name:

French.EnterPlayerName=Enter your player name:

German.EnterPlayerName=Enter your player name:

Italian.EnterPlayerName=Enter your player name:

Spanish.EnterPlayerName=Enter your player name:

Polish.EnterPlayerName=Enter your player name:

Russian.EnterPlayerName=Enter your player name:

PortugueseBrazil.EnterPlayerName=Enter your player name:
Attached Images
File Type: png Unbenannt.png (12.8 KB, 165 views)
__________________
Haters gonna hate
Reply With Quote
  #577  
Old 07-02-2019, 23:41
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 610
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Need some translations

Code:
Hebrew.EnterPlayerName=Enter your player name:

French.EnterPlayerName=Enter your player name:

German.EnterPlayerName=Enter your player name:

Italian.EnterPlayerName=Enter your player name:

Spanish.EnterPlayerName=Enter your player name:

Polish.EnterPlayerName=Enter your player name:

Russian.EnterPlayerName=Enter your player name:

PortugueseBrazil.EnterPlayerName=Enter your player name:
Hi,

translated with google translation (except French)

Quote:
Hebrew.EnterPlayerName=הזן את שם הנגן שלך:

French.EnterPlayerName=Entrez votre nom de joueur:

German.EnterPlayerName=Geben Sie Ihren Spielernamen ein:

Italian.EnterPlayerName=Inserisci il nome del tuo giocatore:

Spanish.EnterPlayerName=Ingrese su nombre de jugador:

Polish.EnterPlayerName=Wpisz swoją nazwę gracza:

Russian.EnterPlayerName=Введите имя игрока:

PortugueseBrazil.EnterPlayerName=Digite o nome do seu jogador:
Reply With Quote
  #578  
Old 08-02-2019, 07:47
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 610
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
hello,
here is the translation (Google translation, except for French) for "Create unistaller" in the file "CustomMessages"

Quote:
English.CreateUninstall=Create uninstaller
Hebrew.CreateUninstall=צור מסיר
French.CreateUninstall=Créer un programme de désinstallation
German.CreateUninstall=Deinstallationsprogramm erstellen
Italian.CreateUninstall=Crea un programma di disinstallazione
Spanish.CreateUninstall=Crear desinstalador
Polish.CreateUninstall=Stwórz dezinstalator
Russian.CreateUninstall=Создать деинсталлятор
PortugueseBrazil.CreateUninstall=Criar desinstalador
Reply With Quote
The Following User Says Thank You to Titeuf For This Useful Post:
KaktoR (08-02-2019)
  #579  
Old 11-02-2019, 04:53
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,432
Thanks: 1,078
Thanked 7,039 Times in 2,665 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)
  #580  
Old 11-02-2019, 05:38
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 610
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
  #581  
Old 11-02-2019, 06:22
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 610
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
  #582  
Old 12-02-2019, 07:02
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,432
Thanks: 1,078
Thanked 7,039 Times in 2,665 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)
  #583  
Old 12-02-2019, 14:42
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,432
Thanks: 1,078
Thanked 7,039 Times in 2,665 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)
  #584  
Old 12-02-2019, 21: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
  #585  
Old 13-02-2019, 11: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
Reply

Thread Tools
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
[Help] need Advanced Installer script with Razor1911's UltraArc module rez3vil Conversion Tutorials 3 15-04-2024 03:24
Portable Installer Inno Setup Script y_thelastknight Conversion Tutorials 59 23-10-2020 01:02
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 03:05
Simple Arc Installer 78372 Conversion Tutorials 1 15-06-2017 16:37
MSC+Srep+lzma Simple Script Example gozarck Conversion Tutorials 10 07-09-2015 17:31



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


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