First Try At It, And I Need Help..
FacTor
Wyoming, MI Join Date: 2002-12-17 Member: 10916Members
well..i made a HUD, a crappy one out of Carbon's sweet blue one.. and i need some help
<img src='http://utcmp.actionrealm.com/maps/FacTor/newhud.jpg' border='0' alt='user posted image'>
I want to know, how do i make the text on the bottom of screen(no, not the one above..but ingame) white, so it matches the hud, and not blue..
and if anyone wants a better look at this , some people seem to not be able to see screenshots all the time..
<a href='http://utcmp.actionrealm.com/maps/FacTor/silverhud.zip' target='_blank'>Here</a>
<img src='http://utcmp.actionrealm.com/maps/FacTor/newhud.jpg' border='0' alt='user posted image'>
I want to know, how do i make the text on the bottom of screen(no, not the one above..but ingame) white, so it matches the hud, and not blue..
and if anyone wants a better look at this , some people seem to not be able to see screenshots all the time..
<a href='http://utcmp.actionrealm.com/maps/FacTor/silverhud.zip' target='_blank'>Here</a>
Comments
There's a con_color "xxx xxx xxx" how about a hud_color "xxx xxx xxx"?
// 320x240 text scheme file
// DEFAULT BUTTON TEXT
SchemeName = "PieMenuScheme"
FontName = "Helvetica"
FontSize = 10
FgColor = "255 170 0 255"
BgColor = "0 0 0 141"
FgColorArmed = "255 255 255 255"
BgColorArmed = "255 170 0 67"
// Minimap, radar
SchemeName = "HierarchyScheme"
FontName = "Helvetica"
FontSize = 5
FgColor = "255 170 0 255"
BgColor = "40 40 40 128"
FgColorArmed = "255 255 255 255"
BgColorArmed = "255 170 0 0"
// Particle editing
SchemeName = "PSEScheme"
FontName = "Arial"
FontSize = 10
FgColor = "240 179 17 255"
BgColor = "50 50 50 141"
// Overwatch
SchemeName = "OverwatchScheme"
FontName = "Arial"
FontSize = 10
FgColor = "240 179 17 255"
BgColor = "50 50 50 141"
// Action buttons in lower right
SchemeName = "ActionButtonScheme"
FontName = "Arial Bold"
FontSize = 7
FgColor = "172 244 255 255"
BgColor = "0 0 0 0"
// Upper left resources, reinforcements
SchemeName = "CommanderStatusScheme"
FontName = "Arial Bold"
FontSize = 7
FgColor = "172 244 255 255"
BgColor = "0 0 0 0"
SchemeName = "MarineStatusScheme"
FontName = "Arial Bold"
FontSize = 7
FgColor = "0 153 255 255"
BgColor = "0 0 0 0"
// Scoreboard title
SchemeName = "Scoreboard Title Text"
FontName = "Arial Bold"
FontSize = 7
FgColor = "243 252 10 255"
BgColor = "0 0 0 0"
// Scoreboard text (ignores color, uses hard-coded team color instead)
SchemeName = "Scoreboard Small Text"
FontName = "Arial"
FontSize = 7
FgColor = "255 170 0 255"
BgColor = "0 0 0 141"
FgColorArmed = "255 255 255 255"
BgColorArmed = "255 170 0 67"
// Tiny text (used for number of players)
SchemeName = "Scoreboard Tiny Text"
FontName = "Arial"
FontSize = 10
FgColor = "255 170 0 255"
BgColor = "0 0 0 141"
FgColorArmed = "255 255 255 255"
BgColorArmed = "255 170 0 67"
// Research area, pop-up text for action buttons
//SchemeName = "MiddleHelpScheme"
//FontName = "Helvetica"
//FontSize = 14
//FgColor = "172 244 255 255"
//BgColor = "0 0 0 0"
// Make the logout button obvious
//SchemeName = "LogoutButtonScheme"
//FontName = "Arial"
//FontSize = 34
//FgColor = "255 255 255 255"
//BgColor = "0 0 0 0"