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 20-01-2019, 02: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 KaktoR,
thank you for your excellent work!
Here are the translations (Google translation) except for the French CustomMessage file for this: "Your system does partially meet the hardware reuirements" :

Quote:
English.HwPartiallyGood=Your system does partially meet the hardware reuirements.
Hebrew.HwPartiallyGood=המערכת שלך עונה באופן חלקי בלבד על דרישות החומרה.
French.HwPartiallyGood=Votre système ne répond que partiellement aux exigences matérielles.
German.HwPartiallyGood=Ihr System erfüllt die Hardwareanforderungen nur teilweise.
Italian.HwPartiallyGood=Il sistema soddisfa solo parzialmente i requisiti hardware.
Spanish.HwPartiallyGood=Su sistema solo cumple parcialmente los requisitos de hardware.
Polish.HwPartiallyGood=Twój system tylko częściowo spełnia wymagania sprzętowe.
Russian.HwPartiallyGood=Ваша система только частично отвечает требованиям к оборудованию.
PortugueseBrazil.HwPartiallyGood=Seu sistema atende apenas parcialmente aos requisitos de hardware.
Reply With Quote
Sponsored Links
  #2  
Old 20-01-2019, 23:15
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
Hi there guys

How Can I change text color of Licence and InfoBefore? I'm not talking about LicencePage and InfoBeforePage but the text loaded from InfoBefore.txt and Licence File. I want to change it to White because I've added Concave.cjstyles file as the skin.


For example InfoBeforePage looks like this:
2019-01-21_08h17_25.png


As You can see the text loaded from InfoBefore.txt file is almost unreadable...


Second problem is that something is covering the text above the EditDir field, and with Polish language "Create Desktop Icon" (in Polish "Utwórz ikonę na pulpicie") the "ę" letter is replaced with some other letter unknown for me.


2019-01-21_08h22_432.png




Edit:
Ok, as for the "Utwórz ikonę na pulpicie" the problem was in CustomMessages.iss file. Ive corrected it and translated rest of the remaining Polish messages, so I'm uploading the file.


The only problem for now is for "Lokalizacja docelowa:" field.
Attached Files
File Type: 7z CustomMessages.7z (5.5 KB, 6 views)

Last edited by Schabik; 20-01-2019 at 23:38.
Reply With Quote
The Following User Says Thank You to Schabik For This Useful Post:
KaktoR (21-01-2019)
  #3  
Old 21-01-2019, 01:29
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
I will see to change the text color for dark themes.

----

Lokalizacja docelowa:
Search for
Code:
with WizardForm.SelectDirLabel do begin
    Caption  := AppNameOverride(msgSelectDirLabel3);
    Left     := FolderImage.Left + 42;
    Top      := ScaleY(0);
    Width    := ScaleX(488);
    Height   := ScaleY(45);
    WordWrap := True;
  end;
and change height to 42 (should be enough)

Will be changed in next version
__________________
Haters gonna hate
Reply With Quote
  #4  
Old 21-01-2019, 02:55
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
I will see to change the text color for dark themes.

----

Lokalizacja docelowa:
Search for
Code:
with WizardForm.SelectDirLabel do begin
    Caption  := AppNameOverride(msgSelectDirLabel3);
    Left     := FolderImage.Left + 42;
    Top      := ScaleY(0);
    Width    := ScaleX(488);
    Height   := ScaleY(45);
    WordWrap := True;
  end;
and change height to 42 (should be enough)

Will be changed in next version



Thanks KaktoR That worked for me


As for LicencePage and InfoBefore page, how about changing the background color?


Ive changed the bg color to lightgrey and it looks like this:


2019-01-21_11h53_47.png


What do You think about this solution?


Just added to

Code:
    with WizardForm.InfoBeforeMemo do begin
      Left   := ScaleX(0);
      Top    := ScaleY(50);
      Width  := ScaleX(520);
      Height := ScaleY(210);
    end;

this line:
Code:
      Color := TColor($d3d3d3);
Reply With Quote
The Following User Says Thank You to Schabik For This Useful Post:
KaktoR (21-01-2019)
  #5  
Old 21-01-2019, 12:06
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 beta 3. I think if all is OK i will post this on post #1 soon.

Changes since last beta
Code:
- Changed background color of License and Info before memo to a bright color
  > On dark themes you couldn't read text properly before
- Made Installer window a bit bigger for better reading
- Added missing dll to ztool

KNOWN BUGS
- ScrollBar on LicensePage and InfoBeforePage are broken if you use cjstyle skin
I still have to figure out why the scrollbars are broken on codejock styles
Attached Files
File Type: 7z 7.1.1b.beta3.7z (492.6 KB, 17 views)
File Type: 7z 7.1.1b.beta3_FIX.7z (492.6 KB, 24 views)
__________________
Haters gonna hate

Last edited by KaktoR; 22-01-2019 at 01:55.
Reply With Quote
The Following 4 Users Say Thank You to KaktoR For This Useful Post:
kocchi96x (22-01-2019), mausschieber (21-01-2019), pakrat2k2 (21-01-2019), Titeuf (21-01-2019)
  #6  
Old 21-01-2019, 23:03
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 there's a problem with background button in 7.1.1b.Beta3, even if I turn it off (The background I mean) in settings file while running the Installer there is a message that there is an unknown Custom message name "BackgroundON" in cm constant.


Another thing, I think that You forgot to write an IF statement to BackgroundCB and BackgroundButton to look like:


Code:
#if UseInstallBackground == "1"
  BackgroundCB := TNewCheckBox.Create(WizardForm);
  with BackgroundCB do begin
    Parent  := WizardForm;
    Left    := ScaleX(0);
    Top     := ScaleY(0);
    Width   := ScaleX(0);
    Height  := ScaleY(0);
    Visible := False;
    Checked := False;
  end;

  BackgroundButton := TNewButton.Create(WizardForm);
  with BackgroundButton do begin
    Parent  := WizardForm;
    Left    := WebsiteButton.Left - WebsiteButton.Width - 10;
    Top     := WebsiteButton.Top;
    Width   := WebsiteButton.Width;
    Height  := WebsiteButton.Height;
    Caption := ExpandConstant('{cm:BackgroundON}');
    OnClick := @BackgroundButtonClick;
  end;
#endif

Without that no matter if You enable or disable UseInstallBackground it will be enabled, if I recall.

Last edited by Schabik; 21-01-2019 at 23:30.
Reply With Quote
The Following User Says Thank You to Schabik For This Useful Post:
KaktoR (22-01-2019)
  #7  
Old 22-01-2019, 00:46
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
The unknown Custom message name is because you don't use the new CustomMessages.iss

Will fix the button
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
pakrat2k2 (22-01-2019)
  #8  
Old 22-01-2019, 01:52
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
The unknown Custom message name is because you don't use the new CustomMessages.iss

Will fix the button

Nope, I am using the new CustomMessages.iss
Reply With Quote
  #9  
Old 22-01-2019, 01:55
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
Use the FIX in previous post.
__________________
Haters gonna hate
Reply With Quote
  #10  
Old 22-01-2019, 10:36
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
i get this

from these, I even tried it without doing the small edits I have done and still get it.
Reply With Quote
  #11  
Old 22-01-2019, 13:29
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
Quote:
Originally Posted by kocchi96x View Post
i get this

from these, I even tried it without doing the small edits I have done and still get it.
Bug fixed. It was because BackgroundButton gets WebsiteButton dimensions even if WebsiteButton is turned off.

Code:
Beta 4
-Added ability to change Hardware label colors in [SystemRequirement] section
-Fixed some other bugs
Attached Files
File Type: 7z 7.1.1b.beta4.7z (493.7 KB, 22 views)
File Type: 7z 7.1.1b.beta4_FIX.7z (493.7 KB, 24 views)
__________________
Haters gonna hate

Last edited by KaktoR; 22-01-2019 at 17:02.
Reply With Quote
  #12  
Old 22-01-2019, 16:08
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
it works now just not when its installing the background isn't changing to the other pictures i have set with the installer, it stays on the first picture.

Edit: The other pictures are loaded as they do show in tmp folder but just not being shown when installing only one that is being show is the one named 1.jpg

Last edited by kocchi96x; 22-01-2019 at 16:20.
Reply With Quote
The Following User Says Thank You to kocchi96x For This Useful Post:
KaktoR (22-01-2019)
  #13  
Old 22-01-2019, 11:07
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
Send me your settings.ini please

Btw what do you think about this?
__________________
Haters gonna hate

Last edited by KaktoR; 22-01-2019 at 11:46.
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Titeuf (22-01-2019)
  #14  
Old 22-01-2019, 12:27
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
Btw what do you think about this?
that looks great, we can change colors to match game

Last edited by pakrat2k2; 22-01-2019 at 22:17.
Reply With Quote
  #15  
Old 22-01-2019, 12:16
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
i like that makes it pop out.
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 13:56.


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