(adsbygoogle = window.adsbygoogle || []).push({});
Customize LeaderBoard On Ps3
You must first be familiar with the fact that in CoD4, colors are represented in a Red-Green-Blue-Alpha format. That means that a number like 1 0 0 0 gives us "RED" and a 0 1 0 0 gives us "GREEN", 0 0 1 0 is "BLUE" and the alpha value is the transparency of the number.
Some basic scoreboard commands.
seta cg_scoreboardMyColor "1 0.6 0 0"
seta cg_scoreboardPingGraph "1"
seta cg_ScoresPing_BgColor "0.25098 0.25098 0.25098 0.501961"
seta cg_ScoresPing_HighColor "0.8 0 0 1"
seta cg_ScoresPing_LowColor "1 0.2 0 1"
seta cg_ScoresPing_MaxBars "4"
seta cg_ScoresPing_MedColor "0.8 0.8 0 1"
scoreboardMyColor will change the color of your name in the scoreboard
Set PingGraph to "1" if you want a graphical representation of ping rather than numerical.
MaxBars then allows you to specify how many vertical bars represent your ping.
Bg = Background
HighColor = the color to represent high ping (e.g. red)
LowColor = for low ping (e.g. green)
MedColor = medium ping (e.g. yellow)
You must login or register to view this content.
Team colors/names on the scoreboard
The following commands change various bits of text on the scoreboard made obvious by the variable names.
Default colors are provided.
g_teamcolor_myteam 0.4 0.6 0.8509 1
g_teamcolor_enemyteam 0.75 0.25 0.25 1
g_ScoresColor_Allies 0 0 0 0
g_ScoresColor_Axis 0.52 0.27 0.27 1
g_TeamColor_Allies 0 0 0 0
g_TeamColor_Axis 0.52 0.27 0.27 1
g_ScoresColor_Spectator 0.25 0.25 0.25 0
When Your Done Put In MP Or CM~!
Dezired