This file has 3 sections. Some of the adjustments are self explanatory like...
"visible" "1" so I won't repeat the description of them every time and instead just place the items of most interest in that section. NOTE: When moving items around, don't forget there is a page to help speed that up a little. Have a read here. "MGHeatBackground" ...It's the background
{
"ControlName" "EditablePanel"
"fieldName" "MGHeatBackground"
"xpos" "150" ...Adjusting this will move left and right.
"ypos" "9" ...Adjusting this will move up and down.
"wide" "105" ...Makes it wider/narrower.
"tall" "9" ...Makes it taller/smaller.
"visible" "0" ... "0" makes it disable.
"enabled" "1" ... "0" makes it disable.
"CornerToCut" "bottom_left" ...The corner you want to "cut".
"CornerCutSize" "5" ...The size of the cut in the corner.
}
"MGHeatIcon" ...It's the ICON
{
"ControlName" "ImagePanel"
"fieldName" "MGHeatIcon"
"xpos" "213"
"ypos" "0"
"wide" "40"
"tall" "18"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon_mg42" "mgheat_mg42"
"warning_level" ".8" ...is the percentage level of when it changes colour. icon changes colour. (Colour controlled by the ClientScheme.res file).
}
"MGHeatProgressBar" ...It's the segmented bar graph.
{
"ControlName" "Panel"
"fieldName" "MGHeatProgressBar"
"xpos" "157"
"ypos" "11"
"wide" "56"
"tall" "5"
"visible" "1"
"enabled" "1"
"slice_width" "2" ...The size of the single bars.
"slice_spacer" "1" ...The size of the gap between the bars
"warning_level" ".5" ...is the percentage level of where it changes colour in the Bar graph ".5" will be the middle of the bar. (Colours, four of them, controlled by theClientScheme.res file).
Fireselect Bar.