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 05-02-2019, 04:15
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
Hello KaktoR,
when do you think you can download the next beta version?
in advance thank you for your answer,
cordially
Reply With Quote
Sponsored Links
  #2  
Old 06-02-2019, 03:45
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
Here is new beta 5 which adds the text input for user name for INI files

Components for language archives is a bit more complicated then I thought. Could take a while.
Attached Files
File Type: 7z 7.1.2.beta5.7z (1.85 MB, 47 views)
__________________
Haters gonna hate
Reply With Quote
The Following 4 Users Say Thank You to KaktoR For This Useful Post:
K4miKaZe (06-02-2019), kocchi96x (07-02-2019), mausschieber (06-02-2019), Titeuf (06-02-2019)
  #3  
Old 06-02-2019, 05:18
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
Here is new beta 5 which adds the text input for user name for INI files

Components for language archives is a bit more complicated then I thought. Could take a while.
Hello KaktoR,
Ok thanks for your work.
Reply With Quote
  #4  
Old 06-02-2019, 10:07
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
Here is new beta 5 which adds the text input for user name for INI files

Components for language archives is a bit more complicated then I thought. Could take a while.
You're the best KaktoR, I know You can do it :-)
Reply With Quote
The Following User Says Thank You to Schabik For This Useful Post:
Titeuf (06-02-2019)
  #5  
Old 07-02-2019, 02:02
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
Here is new beta 5 which adds the text input for user name for INI files

Components for language archives is a bit more complicated then I thought. Could take a while.


This happens if you use compact mode didnt get it from non compact though.
Reply With Quote
The Following User Says Thank You to kocchi96x For This Useful Post:
Titeuf (07-02-2019)
  #6  
Old 07-02-2019, 02:06
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 kocchi96x View Post


This happens if you use compact mode didnt get it from non compact though.
Hello kocchi96x, I have not seen this problem because I have not used the compact mode yet on this new version !

@Schabik: have you seen this problem?
Reply With Quote
  #7  
Old 07-02-2019, 02:20
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
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.
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
kocchi96x (07-02-2019), Titeuf (07-02-2019)
  #8  
Old 07-02-2019, 02:45
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
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
  #9  
Old 07-02-2019, 12: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
  #10  
Old 07-02-2019, 03:18
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
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)
  #11  
Old 07-02-2019, 05:43
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
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
  #12  
Old 07-02-2019, 08:17
doofoo24 doofoo24 is offline
Registered User
 
Join Date: Nov 2016
Location: canada
Posts: 408
Thanks: 138
Thanked 474 Times in 227 Posts
doofoo24 is on a distinguished road
is it possible to change WizardForm.BorderStyle color ?
Reply With Quote
  #13  
Old 07-02-2019, 12:59
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
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, 167 views)
__________________
Haters gonna hate
Reply With Quote
  #14  
Old 07-02-2019, 22:41
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
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
  #15  
Old 08-02-2019, 06:47
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
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)
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:32.


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