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 06-11-2020, 13:06
alucard1973 alucard1973 is offline
Registered User
 
Join Date: Apr 2015
Location: Madrid
Posts: 45
Thanks: 1
Thanked 3 Times in 3 Posts
alucard1973 is on a distinguished road
little bug that I just saw without realizing it, the decompression percentage never goes to 100, all my decompression ends at 33% instead of 100
Reply With Quote
Sponsored Links
  #2  
Old 07-11-2020, 23: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; 07-11-2020 at 23:39.
Reply With Quote
  #3  
Old 08-11-2020, 01:09
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 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
  #4  
Old 08-11-2020, 09: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, 106 views)
Reply With Quote
  #5  
Old 08-11-2020, 09:53
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 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)
  #6  
Old 08-11-2020, 10: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
  #7  
Old 08-11-2020, 10:44
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,311
Thanks: 6,755
Thanked 11,698 Times in 3,223 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)
  #8  
Old 08-11-2020, 10: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, 104 views)
Reply With Quote
  #9  
Old 08-11-2020, 11:25
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 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
  #10  
Old 08-11-2020, 11: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
  #11  
Old 08-11-2020, 12:05
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 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, 107 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)
  #12  
Old 08-11-2020, 12:37
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 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
  #13  
Old 08-11-2020, 13: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
  #14  
Old 08-11-2020, 12: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
  #15  
Old 09-11-2020, 04: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
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
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 18:38.


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