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

Reply
 
Thread Tools Display Modes
  #136  
Old 04-05-2019, 11:40
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 3,608
Thanks: 5,636
Thanked 10,078 Times in 2,659 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
Added HF1 in previous post.
I noticed that your CIU logo source is different.
Internally the CIU contains the "STScott.ttf" source, which is loaded at initialize.
Did you remove the font from the script or is your system not recognizing the font?
i removed the complete about settings for testing
i dont remove the font
now smalllogo is not shown
__________________
It would be nice if you appreciate my work with the thanks Button

Last edited by mausschieber; 04-05-2019 at 13:41.
Reply With Quote
Sponsored Links
  #137  
Old 04-05-2019, 15:33
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,014
Thanks: 1,718
Thanked 2,173 Times in 739 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by mausschieber View Post
now smalllogo is not shown
Change key Logo2Opacity=220 to SmallOpacity=220 in section [AboutSettings] or [AboutSettingsAR].

PS: SmallLogo is not visible by default. Only if you inform the opacity is it visible.
I forgot to report this change from the key Logo2Opacity= to SmallLogoOpacity= in the changelog.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
mausschieber (04-05-2019)
  #138  
Old 04-05-2019, 15:58
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 3,608
Thanks: 5,636
Thanked 10,078 Times in 2,659 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
Change key Logo2Opacity=220 to SmallOpacity=220 in section [AboutSettings] or [AboutSettingsAR].

PS: SmallLogo is not visible by default. Only if you inform the opacity is it visible.
I forgot to report this change from the key Logo2Opacity= to SmallLogoOpacity= in the changelog.
not it work perfect thanks
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
  #139  
Old 04-05-2019, 18:54
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,014
Thanks: 1,718
Thanked 2,173 Times in 739 Posts
Cesar82 is on a distinguished road
Hash Check Page (Need Transalation)

I'm going to need new translations of the labels for a new hash check page.

Code:
ButtonVerify=Verify
ButtonStop=Stop
ButtonLog=Log
ButtonInfo=Info

HashPageTitle=Hash Check
HashStatusLabel=Processed %1 of %2 (%3%)
HashResultLabel=(%1%) Ok: %2  Missing: %3  Bad: %4   
HashWaitingLabel=The installer is ready to do the hash check of the files
HashOk=Hash_OK
HashNoFile=File not found!
HashAbort=Check of the files hash has been interrupted!
HashBadParam=Invalid hash algorithm!
HashBadHash=File hash does not match!
HashGeneralError=General Error!
Look at the image for information about the labels. Some of the translations are the results added to Memo.



Only now did I realize that the translations for the ButtonPause and ButtonResume labels only a few languages were translated.
These languages below still require translation for the labelsButtonPause and ButtonResume:
Albanian, Bosnian, ChineseS, ChineseT, Croatian, Czech, Danish, Dutch, Finnish, French, Greek, Hungarian, Indonesian, Italian, Japanese, Korean, Norwegian, Romanian, Swedish, Thai, Vietnamese.
Code:
ButtonPause=Suspend
ButtonResume=Resume
If someone wants to provide the translation with the character "&" before the letter it will be a shortcut to the keyboard.
Note: The letters can not repeat with the letters of other buttons. See the language file for a better understanding.
Here is an example of the English language.
Code:
ButtonPause=Susp&end
ButtonResume=R&esume
ButtonVerify=&Verify
ButtonStop=S&top
ButtonLog=&Log
ButtonInfo=In&fo

Last edited by Cesar82; 05-05-2019 at 17:45. Reason: Labels were exceeding maximum space.
Reply With Quote
The Following 4 Users Say Thank You to Cesar82 For This Useful Post:
KaktoR (05-05-2019), mausschieber (05-05-2019), sajmon83 (11-05-2019), Simorq (05-05-2019)
  #140  
Old 05-05-2019, 04:28
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,363
Thanks: 1,076
Thanked 6,962 Times in 2,632 Posts
KaktoR is on a distinguished road
German (I took it from ASIS because it's overall the same)

Code:
ButtonVerify=&Prüfen
ButtonStop=&Abbrechen
ButtonLog=&Log
ButtonInfo=&Info

HashPageTitle=Hash-Überprüfung
HashStatusLabel=Dateien geprüft %1 von %2 (%3%)
HashResultLabel=(%1%) Ok: %2  Fehlend: %3  Fehlerhaft: %4   
HashWaitingLabel=Das Setup ist nun bereit die Dateien zu überprüfen.
HashOk=Hash_OK
HashNoFile=Datei nicht gefunden!
HashAbort=Dateiüberprüfung wurde unterbrochen!
HashBadParam=Ungültiger Hash-Algorithmus!
HashBadHash=Datei-Hash stimmt nicht überein!
HashGeneralError=Allgemeiner Fehler!
I don't have much time at the moment, sorry
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
Cesar82 (05-05-2019), mausschieber (05-05-2019)
  #141  
Old 05-05-2019, 06:46
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,836 Times in 809 Posts
Grumpy is on a distinguished road
@Cesar82

Quote:
HashWaitingLabel=The installer is ready for the hash check of the installation files.
^You have a Double Space between 'ready' and 'for' (it does not show up in my quote of your post, but there is a 'double space' in your post)


Quote:
HashAbort=Check of files hash been interrupted
^shouldn't that be ...

Quote:
HashAbort=Check of files hash has been interrupted
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
Reply With Quote
The Following 3 Users Say Thank You to Grumpy For This Useful Post:
Cesar82 (05-05-2019), GTX590 (07-05-2019), pakrat2k2 (05-05-2019)
  #142  
Old 05-05-2019, 14:03
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,014
Thanks: 1,718
Thanked 2,173 Times in 739 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Grumpy View Post
@Cesar82

^You have a Double Space between 'ready' and 'for' (it does not show up in my quote of your post, but there is a 'double space' in your post)

^shouldn't that be ...
@Grumpy
Thanks!
I removed the duplicate space from my post.

Would it be better this way? Or as you suggested it gets better?
Code:
HashAbort=Check of the files hash has been interrupted!
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
Grumpy (06-05-2019)
  #143  
Old 05-05-2019, 15:54
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,363
Thanks: 1,076
Thanked 6,962 Times in 2,632 Posts
KaktoR is on a distinguished road
Yes it's still valid.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Behnam2018 (17-02-2020)
  #144  
Old 05-05-2019, 17:43
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,836 Times in 809 Posts
Grumpy is on a distinguished road
@Cesar82

Quote:
HashAbort=Check of the files hash has been interrupted!

^Yes that would be better
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
Reply With Quote
The Following 2 Users Say Thank You to Grumpy For This Useful Post:
Behnam2018 (17-02-2020), Cesar82 (05-05-2019)
  #145  
Old 08-05-2019, 14:00
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,304 Times in 464 Posts
Simorq is on a distinguished road
Hi Cesar82
Disk does not work. Only Disk number 1 shows.


Last edited by Simorq; 08-05-2019 at 14:13.
Reply With Quote
The Following User Says Thank You to Simorq For This Useful Post:
Cesar82 (08-05-2019)
  #146  
Old 08-05-2019, 14:42
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,304 Times in 464 Posts
Simorq is on a distinguished road
@Cesar82
Thanks
The problem was solved.
Reply With Quote
  #147  
Old 09-05-2019, 03:22
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,304 Times in 464 Posts
Simorq is on a distinguished road
@Cesar82
Great thanks

Reply With Quote
The Following User Says Thank You to Simorq For This Useful Post:
pakrat2k2 (10-05-2019)
  #148  
Old 11-05-2019, 04:24
sajmon83's Avatar
sajmon83 sajmon83 is offline
Registered User
 
Join Date: Jun 2017
Location: Poland
Posts: 30
Thanks: 230
Thanked 44 Times in 29 Posts
sajmon83 is on a distinguished road
Polish
Code:
ButtonPause=Wstrzymaj
ButtonResume=Wznów
ButtonVerify=Zweryfikuj
ButtonStop=Zatrzymaj 
ButtonLog=Log
ButtonInfo=Info
Code:
HashPageTitle=Sprawdzanie Hash
HashStatusLabel=Przetworzone %1 z %2 (%3%)
HashResultLabel=(%1%) Ok: %2  Brakuje: %3  Uszkodzone: %4
HashWaitingLabel= Instalator jest gotowy do sprawdzenia hash plików 
HashOk=Hash OK
HashNoFile=Nie znaleziono pliku!
HashAbort= Sprawdzenie hash plików zostało przerwane!
HashBadParam= Nieprawidłowy algorytm hash!
HashBadHash=Niezgodny hash plików!
HashGeneralError=Błąd ogólny!
Code:
Open=Otwórz

Last edited by sajmon83; 20-05-2019 at 07:53.
Reply With Quote
The Following User Says Thank You to sajmon83 For This Useful Post:
Cesar82 (11-05-2019)
  #149  
Old 11-05-2019, 17:45
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,304 Times in 464 Posts
Simorq is on a distinguished road
Reply With Quote
  #150  
Old 12-05-2019, 04:34
omdj's Avatar
omdj omdj is offline
Conversion Designer
 
Join Date: Feb 2008
Location: Land of injustice and evil
Posts: 597
Thanks: 1,644
Thanked 2,829 Times in 449 Posts
omdj is on a distinguished road
Spanish

Quote:
ButtonVerify = Verificar
ButtonStop = Detener
ButtonLog = Log
ButtonInfo = Información

HashPageTitle = Comprobación de Hash
HashStatusLabel =% 1 procesado de% 2 (% 3%)
HashResultLabel = (% 1%) Ok:% 2 Falta:% 3 Malo:% 4
HashWaitingLabel = El instalador está listo para hacer la comprobación de hash de los archivos
HashOk = Hash_OK
HashNoFile = Archivo no encontrado!
HashAbort = ˇLa verificación del hash de archivos ha sido interrumpida!
HashBadParam = ˇAlgoritmo de hash inválido!
HashBadHash = ˇEl hash de archivo no coincide!
HashGeneralError = ˇError general!
Reply With Quote
The Following 3 Users Say Thank You to omdj For This Useful Post:
Cesar82 (12-05-2019), mausschieber (12-05-2019), Simorq (12-05-2019)
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
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
[GSERIES] Custom Installer Ultimate V2g Gupta Conversion Tutorials 226 01-06-2018 13:12
Crysis 3 DVD9 to 3xDVD5 Custom Installer spawniectes PC Games - CD/DVD Conversions 79 31-08-2017 07:19



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


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