Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline AdrianeMapMaker  
#1 Posted : Saturday, January 21, 2017 12:02:25 AM(UTC)
AdrianeMapMaker
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 3/8/2016(UTC)
Posts: 1,156
Philippines

Thanks: 312 times
Was thanked: 185 time(s) in 149 post(s)
I'd want to do in my Timer in bold type then the position of Caption's is on the middle,What ini Should i Use Copy and What Should i Replace?
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb

UserPostedImage





Sponsor
Offline acidbrain  
#2 Posted : Saturday, January 21, 2017 1:25:32 AM(UTC)
acidbrain
General
Joined: 12/30/2011(UTC)
Posts: 982

Thanks: 95 times
Was thanked: 574 time(s) in 364 post(s)
You can change the caption settings in InGameUI.ini.
Here are the original settings, play around with them and see what happens, there are a lot more settings in InGameUI.ini, you can change the militairy caption, superweapon counters and the decals also...
Code:

InGameUI
  NamedTimerCountdownPosition   = X:0.90 Y:0.666
  NamedTimerCountdownNormalBold = No
End


Greetz
Panem et kirkinses
thanks 1 user thanked acidbrain for this useful post.
AdrianeMapMaker on 1/21/2017(UTC)
Offline AdrianeMapMaker  
#3 Posted : Saturday, January 21, 2017 4:00:48 AM(UTC)
AdrianeMapMaker
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 3/8/2016(UTC)
Posts: 1,156
Philippines

Thanks: 312 times
Was thanked: 185 time(s) in 149 post(s)
Thanks!!
by the way how to change the color of it?
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb

UserPostedImage





Offline klingondragon  
#4 Posted : Saturday, January 21, 2017 5:28:27 AM(UTC)
klingondragon
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 4/10/2014(UTC)
Posts: 1,591
United Kingdom
Location: Laniakea; Virgo Supercluster; Local Sheet; Local Group; Milky Way Galaxy; Orion–Cygnus Arm; Gould Belt; Local Bubble; Local Interstellar Cloud; Sol System; Sol III; Europe; United Kingdom of Great Britain and Northen Ireland; Great Britain; England; Essex

Thanks: 16 times
Was thanked: 247 time(s) in 217 post(s)
Same way. Extract and open gamedata.ini. Find the line you want, and copy to your map.ini.
Offline AdrianeMapMaker  
#5 Posted : Saturday, January 21, 2017 8:25:18 PM(UTC)
AdrianeMapMaker
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 3/8/2016(UTC)
Posts: 1,156
Philippines

Thanks: 312 times
Was thanked: 185 time(s) in 149 post(s)
Code:
InGameUI
    NamedTimerCountdownPosition         = X:0.01 Y:0.48 
    NamedTimerCountdownNormalColor      = R:255 G:122 B:0
    NamedTimerCountdownNormalPointSize  = 11
    NamedTimerCountdownNormalBold       = Yes
    MilitaryCaptionRandomizeTyping = Yes
    MilitaryCaptionColor           = R:0 G:255 B:0 A:255
End


(found one of the map in cnclabs) the guy just use Number's not by any extracting something and that's my real problem ... i can't understand how can i manipulate my caption by using numbers "R:255 G:122 B:0"Orange Color

Can anyone share their list of their manipulated caption like a blue caption,(the code up there is orange)thanksLaugh .
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb

UserPostedImage





Offline acidbrain  
#6 Posted : Sunday, January 22, 2017 12:11:33 AM(UTC)
acidbrain
General
Joined: 12/30/2011(UTC)
Posts: 982

Thanks: 95 times
Was thanked: 574 time(s) in 364 post(s)
Here is a blue one from a map i made a while ago, font is also changed...
Code:

InGameUI
  NamedTimerCountdownNormalFont  = Algerian
  NamedTimerCountdownNormalColor = R:51 G:153 B:255
End

stuff

Greetz

Edited by user Sunday, January 22, 2017 12:14:23 AM(UTC)  | Reason: Secret

Panem et kirkinses
thanks 1 user thanked acidbrain for this useful post.
AdrianeMapMaker on 1/22/2017(UTC)
Offline acidbrain  
#7 Posted : Sunday, January 22, 2017 4:31:49 AM(UTC)
acidbrain
General
Joined: 12/30/2011(UTC)
Posts: 982

Thanks: 95 times
Was thanked: 574 time(s) in 364 post(s)
Originally Posted by: adrianemapmaker Go to Quoted Post
i can't understand how can i manipulate my caption by using numbers "R:255 G:122 B:0"

R=Red, G=Green and B=Blue
See it as a painters color palette, with the numbers you determine how many of the color you use.
(0, 0, 0) r, g, and b on 0 gives black, #000000 in hexadecimal
(255, 255, 255) all on 255 gives white, #FFFFFF in hexadecimal
(255, 0, 0) g and b on 0 and r on 255 gives red, #FF0000 in hexadecimal
(0, 255, 0) r and b on 0 and g on 255 gives green, #00FF00 in hexadecimal
(0, 0, 255) r and g on 0 and b on 255 gives blue, #0000FF in hexadecimal

255 is the maximum btw, you cant go any higher.
Here and Here is some more info on the subject...
Panem et kirkinses
thanks 1 user thanked acidbrain for this useful post.
AdrianeMapMaker on 1/22/2017(UTC)
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.