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

Reply
 
Thread Tools Display Modes
  #601  
Old 08-11-2020, 00:35
Vlash Vlash is offline
Registered User
 
Join Date: Aug 2020
Location: U.S.
Posts: 7
Thanks: 6
Thanked 0 Times in 0 Posts
Vlash is on a distinguished road
Hello everyone. Just got into game compressing recently and found my way here. Great work and so far I have been learning a lot. Something I cannot seem to figure out is how to change the Autorun button font color. I am sure it some noob mistake but I just cannot figure it out.

This is using CIU 3.0.0.1.b7.u3 (2020.10.20) and running the _Create New CIU Project script and working inside that new project with the lego template. The width changed, and so did the font, but the font color is black no matter what color code I put in.

So what is it that I could have missed to cause the font color to remain black?

Last edited by Vlash; 08-11-2020 at 00:39.
Reply With Quote
Sponsored Links
  #602  
Old 08-11-2020, 02:09
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,413
Thanks: 1,078
Thanked 7,025 Times in 2,659 Posts
KaktoR is on a distinguished road
Code:
[StandardButtonAR]
FontColor=$d75a30
FontColorSelected=$d75a30
FontColorClicked=$d75a30
FontColorDisabled=$908e8d
AR = Autorun

Color Code is $RRGGBB
__________________
Haters gonna hate
Reply With Quote
  #603  
Old 08-11-2020, 10:47
Vlash Vlash is offline
Registered User
 
Join Date: Aug 2020
Location: U.S.
Posts: 7
Thanks: 6
Thanked 0 Times in 0 Posts
Vlash is on a distinguished road
Thanks for the reply Kaktor, and is what I was thining but when I change the color code it has no effect. This is my current [StandardButtonAR] settings.

Code:
Font=Menuetto
FontColor=$ffffff
FontColorSelected=$fdce01
FontColorClicked=$fccd00 
FontColorDisabled=$aaaaaa
FontSize=13
FontSizeSelected=15
And this is the results. If I am not misaken doesn't ffffff = white?
Attached Images
File Type: jpg ScreenHunter_07 Nov. 08 11.43.jpg (19.6 KB, 103 views)
Reply With Quote
  #604  
Old 08-11-2020, 10:53
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 574 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by Vlash View Post
And this is the results. If I am not misaken doesn't ffffff = white?
yes
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
Vlash (08-11-2020)
  #605  
Old 08-11-2020, 11:39
Vlash Vlash is offline
Registered User
 
Join Date: Aug 2020
Location: U.S.
Posts: 7
Thanks: 6
Thanked 0 Times in 0 Posts
Vlash is on a distinguished road
That is what has me puzzled. It's set to white but is displaying black. Figuring I missed something somewhere. Driving me crazy.
Reply With Quote
  #606  
Old 08-11-2020, 11:44
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 3,687
Thanks: 5,796
Thanked 10,296 Times in 2,727 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by Vlash View Post
Thanks for the reply Kaktor, and is what I was thining but when I change the color code it has no effect. This is my current [StandardButtonAR] settings.

Code:
Font=Menuetto
FontColor=$ffffff
FontColorSelected=$fdce01
FontColorClicked=$fccd00 
FontColorDisabled=$aaaaaa
FontSize=13
FontSizeSelected=15
And this is the results. If I am not misaken doesn't ffffff = white?
yes $FFFFFF is the color white
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
The Following User Says Thank You to mausschieber For This Useful Post:
Vlash (08-11-2020)
  #607  
Old 08-11-2020, 11:59
Vlash Vlash is offline
Registered User
 
Join Date: Aug 2020
Location: U.S.
Posts: 7
Thanks: 6
Thanked 0 Times in 0 Posts
Vlash is on a distinguished road
Thanks for the replies, but it is still not working. For a better visual on the issue here is a screenshot of the setup.ini and the setup running autorun side by side. Font should be white right?
Attached Images
File Type: jpg ScreenHunter_10 Nov. 08 12.57.jpg (72.4 KB, 101 views)
Reply With Quote
  #608  
Old 08-11-2020, 12:25
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,413
Thanks: 1,078
Thanked 7,025 Times in 2,659 Posts
KaktoR is on a distinguished road
Did you changed colors of other Autorun buttons ([UnInstallButton], [Play#Button], ...) to black color maybe?
__________________
Haters gonna hate
Reply With Quote
  #609  
Old 08-11-2020, 12:36
Vlash Vlash is offline
Registered User
 
Join Date: Aug 2020
Location: U.S.
Posts: 7
Thanks: 6
Thanked 0 Times in 0 Posts
Vlash is on a distinguished road
No, In fact I created a new project and did not touch the setup.ini just to be sure. Looks like even the font is not correct. For further testing I tried with CIU 3.0.0.0.u9 (2020-07-02) with same steps, make new project and compiled the InstallerScript_3.0.0.0.u9 [2020.07.02] and outcome was correct font and color. So I am guessing I missed something in the setup.ini? Attached setup if needed
Attached Files
File Type: zip Setup.zip (8.2 KB, 15 views)
Reply With Quote
  #610  
Old 08-11-2020, 13:05
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 574 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by Vlash View Post
No, In fact I created a new project and did not touch the setup.ini just to be sure. Looks like even the font is not correct. For further testing I tried with CIU 3.0.0.0.u9 (2020-07-02) with same steps, make new project and compiled the InstallerScript_3.0.0.0.u9 [2020.07.02] and outcome was correct font and color. So I am guessing I missed something in the setup.ini? Attached setup if needed
T tried this setup.ini with CIU 3.0.0.0.u9 (2020-07-02) script and it work fine. you have to compile the AutorunScript_3.0.0.0.u9.iss and InstallerScript_3.0.0.0.u9.iss to get the font color, also i tried few color samples and it worked too.
Attached Images
File Type: png Untitled.png (42.5 KB, 104 views)
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
Vlash (08-11-2020)
  #611  
Old 08-11-2020, 13:22
Vlash Vlash is offline
Registered User
 
Join Date: Aug 2020
Location: U.S.
Posts: 7
Thanks: 6
Thanked 0 Times in 0 Posts
Vlash is on a distinguished road
Oh my god! I didn't know that about the ; but I do now. Thanks!
Reply With Quote
  #612  
Old 08-11-2020, 13:37
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 574 Times in 213 Posts
y_thelastknight is on a distinguished road
but that works fine for me.
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
  #613  
Old 08-11-2020, 14:33
Vlash Vlash is offline
Registered User
 
Join Date: Aug 2020
Location: U.S.
Posts: 7
Thanks: 6
Thanked 0 Times in 0 Posts
Vlash is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
but that works fine for me.
I don't have a clue. I seen you were using 3.0.0.0.u9 and I was using 3.0.0.1.b7.u3 but I would not think that would make a difference when compiling the script. ¯\_(ツ)_/¯

Defiantly a learning moment for me.
Reply With Quote
  #614  
Old 09-11-2020, 05:39
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Is there any incompatibility between "CIU 3.x+ZTOOL+XTOOL" extraction process & new AMD CPU series ?

Anybody have tested ZTOOL with below CPU ?

AMD Ryzen™ 9 3900X "12-Core 3.8 GHz" (4.6 GHz Max Boost) Socket AM4 105W

My installer created with "CIU 3.x+SrepInsidex64+ZToolx64+LOLZx64" works pretty well on ALL of mid range CPUs(Corei3+Corei5+Corei7) but when extracting on NEW AMD Ryzen™ 9 3900X, installer stuck on "0.0" percent progress bar & "ZTool.exe" won't launch on task manager!!!

Is "ZTool.exe" incompatible with new 12-Core CPUs ?
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart.
Reply With Quote
  #615  
Old 09-11-2020, 05:56
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Code:
https://www.amazon.com/AMD-Ryzen-3900X-24-Thread-Processor/dp/B07SXMZLP9
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart.
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
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 03:05
[GSERIES] Custom Installer Ultimate V2g Gupta Conversion Tutorials 226 01-06-2018 14:12
Crysis 3 DVD9 to 3xDVD5 Custom Installer spawniectes PC Games - CD/DVD Conversions 79 31-08-2017 08:19



All times are GMT -7. The time now is 12:04.


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