diff options
| -rw-r--r-- | resource/ClientScheme.res | 201 | ||||
| -rw-r--r-- | resource/crosshairs.ttf | bin | 0 -> 7736 bytes | |||
| -rw-r--r-- | scripts/hudlayout.res | 438 |
3 files changed, 635 insertions, 4 deletions
diff --git a/resource/ClientScheme.res b/resource/ClientScheme.res index e92a185..44225ae 100644 --- a/resource/ClientScheme.res +++ b/resource/ClientScheme.res @@ -2308,6 +2308,7 @@ Scheme // rays fonts and stuff
+ // tournament hud edit
"Blocks48"
{
"1"
@@ -2319,6 +2320,7 @@ Scheme }
}
+ //hud xhairs
"xHairCircle"
{
"1"
@@ -2330,6 +2332,195 @@ Scheme }
}
+ "Crosshairs8"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "8"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+ "Crosshairs10"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "10"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+ "Crosshairs12"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "12"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+ "Crosshairs14"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "14"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+ "Crosshairs16"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "16"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+ "Crosshairs18"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "18"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+ "Crosshairs20"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "20"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+ "Crosshairs22"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "22"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+ "Crosshairs24"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "24"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+ "Crosshairs26"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "26"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+ "Crosshairs28"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "28"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+ "Crosshairs30"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "30"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+ "Crosshairs32"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "32"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+ "Crosshairs34"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "34"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+ "Crosshairs36"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "36"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+ "Crosshairs38"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "38"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+ "Crosshairs40"
+ {
+ "1"
+ {
+ "name" "Crosshairs"
+ "tall" "40"
+ "weight" "0"
+ "antialias" "1"
+ }
+ }
+
+
+
"Cerbetica7"
{
"1"
@@ -4092,16 +4283,22 @@ Scheme "range" "0x0000 0xFFFF"
}
}
- "7"
+ "7" // Main font
{
"font" "resource/Cerbetica.ttf"
"name" "Cerbetica"
}
- "8"
+ "8" // Tournament HUD block
{
"font" "resource/Blocks.ttf"
"name" "Blocks"
}
+ "8" // Fog's xHairs
+ {
+ "font" "resource/crosshairs.ttf"
+ "name" "Crosshairs"
+}
+
}
diff --git a/resource/crosshairs.ttf b/resource/crosshairs.ttf Binary files differnew file mode 100644 index 0000000..7a582ad --- /dev/null +++ b/resource/crosshairs.ttf diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 0598910..23e4424 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -1,12 +1,13 @@ "Resource/HudLayout.res"
{
+ //crosshairs
xHairCircle
{
"controlName" "CExLabel"
"fieldName" "xHairCircle"
"font" "xHairCircle"
- "visible" "0"
- "enabled" "0"
+ "visible" "1"
+ "enabled" "1"
"zpos" "2"
"xpos" "c-100"
@@ -20,6 +21,439 @@ "fgcolor" "255 255 255 100"
}
+
+ ScatterSpread
+ {
+ "controlName" "CExLabel"
+ "fieldName" "ScatterSpread"
+ "visible" "0"
+ "enabled" "0
+ "
+ "zpos" "2"
+
+ "xpos" "c-99"
+ "ypos" "c-99"
+ "wide" "200"
+ "tall" "200"
+
+ "font" "Crosshairs32"
+ "labelText" "0"
+ "textAlignment" "center"
+
+ "fgcolor" "255 255 255 255"
+ }
+
+ BasicCross
+ {
+ "controlName" "CExLabel"
+ "fieldName" "BasicCross"
+ "visible" "0"
+ "enabled" "0"
+ "zpos" "2"
+
+ "xpos" "c-102"
+ "ypos" "c-99"
+ "wide" "200"
+ "tall" "200"
+
+ "font" "Crosshairs26"
+ "labelText" "2"
+ "textAlignment" "center"
+
+ "fgcolor" "255 255 255 255"
+ }
+
+ BasicCrossSmall
+ {
+ "controlName" "CExLabel"
+ "fieldName" "BasicCrossSmall"
+ "visible" "0"
+ "enabled" "0"
+ "zpos" "2"
+
+ "xpos" "c-101"
+ "ypos" "c-99"
+ "wide" "200"
+ "tall" "200"
+
+ "font" "Crosshairs18"
+ "labelText" "2"
+ "textAlignment" "center"
+
+ "fgcolor" "255 255 255 255"
+ }
+
+ BasicCrossLarge
+ {
+ "controlName" "CExLabel"
+ "fieldName" "BasicCrossSmall"
+ "visible" "0"
+ "enabled" "0"
+ "zpos" "2"
+
+ "xpos" "c-101"
+ "ypos" "c-99"
+ "wide" "200"
+ "tall" "200"
+
+ "font" "Crosshairs32"
+ "labelText" "2"
+ "textAlignment" "center"
+
+ "fgcolor" "255 255 255 255"
+ }
+
+ BasicDot
+ {
+ "controlName" "CExLabel"
+ "fieldName" "BasicDot"
+ "visible" "0"
+ "enabled" "0"
+ "zpos" "2"
+
+ "xpos" "c-103"
+ "ypos" "c-100"
+ "wide" "200"
+ "tall" "200"
+
+ "font" "Crosshairs24"
+ "labelText" "3"
+ "textAlignment" "center"
+
+ "fgcolor" "255 255 255 255"
+ }
+
+ CircleDot
+ {
+ "controlName" "CExLabel"
+ "fieldName" "CircleDot"
+ "visible" "0"
+ "enabled" "0"
+ "zpos" "2"
+
+ "xpos" "c-100"
+ "ypos" "c-96"
+ "wide" "200"
+ "tall" "200"
+
+ "font" "Crosshairs34"
+ "labelText" "8"
+ "textAlignment" "center"
+
+ "fgcolor" "255 255 255 255"
+ }
+
+ ThinCircle
+ {
+ "controlName" "CExLabel"
+ "fieldName" "ThinCircle"
+ "visible" "0"
+ "enabled" "0"
+ "zpos" "2"
+
+ "xpos" "c-100"
+ "ypos" "c-96"
+ "wide" "200"
+ "tall" "200"
+
+ "font" "Crosshairs34"
+ "labelText" "9"
+ "textAlignment" "center"
+
+ "fgcolor" "255 255 255 255"
+ }
+
+ WingsPlus
+ {
+ "controlName" "CExLabel"
+ "fieldName" "WingsPlus"
+ "visible" "0"
+ "enabled" "0"
+ "zpos" "2"
+
+ "xpos" "c-100"
+ "ypos" "c-97"
+ "wide" "200"
+ "tall" "200"
+
+ "font" "Crosshairs34"
+ "labelText" "c"
+ "textAlignment" "center"
+
+ "fgcolor" "255 255 255 255"
+ }
+
+ Wings
+ {
+ "controlName" "CExLabel"
+ "fieldName" "Wings"
+ "visible" "0"
+ "enabled" "0"
+ "zpos" "2"
+
+ "xpos" "c-100"
+ "ypos" "c-97"
+ "wide" "200"
+ "tall" "200"
+
+ "font" "Crosshairs34"
+ "labelText" "d"
+ "textAlignment" "center"
+
+ "fgcolor" "255 255 255 255"
+ }
+
+ WingsSmallDot
+ {
+ "controlName" "CExLabel"
+ "fieldName" "WingsSmallDot"
+ "visible" "0"
+ "enabled" "0"
+ "zpos" "2"
+
+ "xpos" "c-100"
+ "ypos" "c-97"
+ "wide" "200"
+ "tall" "200"
+
+ "font" "Crosshairs34"
+ "labelText" "f"
+ "textAlignment" "center"
+
+ "fgcolor" "255 255 255 255"
+ }
+
+ WingsSmall
+ {
+ "controlName" "CExLabel"
+ "fieldName" "WingsSmall"
+ "visible" "0"
+ "enabled" "0"
+ "zpos" "2"
+
+ "xpos" "c-100"
+ "ypos" "c-97"
+ "wide" "200"
+ "tall" "200"
+
+ "font" "Crosshairs34"
+ "labelText" "g"
+ "textAlignment" "center"
+
+ "fgcolor" "255 255 255 255"
+ }
+
+ OpenCross
+ {
+ "controlName" "CExLabel"
+ "fieldName" "OpenCross"
+ "visible" "0"
+ "enabled" "0"
+ "zpos" "2"
+
+ "xpos" "c-85"
+ "ypos" "c-100"
+ "wide" "200"
+ "tall" "200"
+
+ "font" "Crosshairs24"
+ "labelText" "i"
+ "textAlignment" "center"
+
+ "fgcolor" "255 255 255 255"
+ }
+
+ OpenCrossDot
+ {
+ "controlName" "CExLabel"
+ "fieldName" "OpenCrossDot"
+ "visible" "0"
+ "enabled" "0"
+ "zpos" "2"
+
+ "xpos" "c-85"
+ "ypos" "c-100"
+ "wide" "200"
+ "tall" "200"
+
+ "font" "Crosshairs24"
+ "labelText" "h"
+ "textAlignment" "center"
+
+ "fgcolor" "255 255 255 255"
+ }
+
+ TinyCross
+ {
+ "controlName" "CExLabel"
+ "fieldName" "TinyCross"
+ "visible" "0"
+ "enabled" "0"
+ "zpos" "2"
+
+ "xpos" "c-100"
+ "ypos" "c-101"
+ "wide" "200"
+ "tall" "200"
+
+ "font" "Cerbetica16"
+ "labelText" "+"
+ "textAlignment" "center"
+
+ "fgcolor" "255 255 255 255"
+ }
+
+ //fighter pilot crosshair, enable all of then together for best results
+
+ "Crosshair_vertical"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "VerticalLine"
+ "xpos" "427"
+ "xpos_lodef" "279"
+ "xpos_hidef" "309"
+ "ypos" "75"
+ "zpos" "-5"
+ "wide" "1"
+ "tall" "154"
+ "tall_lodef" "206"
+ "tall_hidef" "212"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "fillcolor" "255 255 255 255"
+ "alpha" "50"
+ }
+
+ "Crosshair_horizontal"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "VerticalLine"
+ "xpos" "40"
+ "xpos_lodef" "279"
+ "xpos_hidef" "309"
+ "ypos" "240"
+ "zpos" "-5"
+ "wide" "374"
+ "tall" "1"
+ "tall_lodef" "206"
+ "tall_hidef" "212"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "fillcolor" "255 255 255 255"
+ "alpha" "50"
+ }
+
+ "Crosshair_horizontal"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "VerticalLine"
+ "xpos" "439"
+ "xpos_lodef" "279"
+ "xpos_hidef" "309"
+ "ypos" "240"
+ "zpos" "-5"
+ "wide" "374"
+ "tall" "1"
+ "tall_lodef" "206"
+ "tall_hidef" "212"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "fillcolor" "255 255 255 255"
+ "alpha" "50"
+ }
+
+ "dark_top"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "VerticalLine"
+ "xpos" "426"
+ "xpos_lodef" "278"
+ "xpos_hidef" "308"
+ "ypos" "190"
+ "zpos" "-5"
+ "wide" ""
+ "tall" "38"
+ "tall_lodef" "206"
+ "tall_hidef" "212"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "fillcolor" "255 255 255 255"
+ "alpha" "100"
+ }
+ "dark_bottom"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "VerticalLine"
+ "xpos" "427"
+ "xpos_lodef" "279"
+ "xpos_hidef" "309"
+ "ypos" "252"
+ "zpos" "-5"
+ "wide" "1"
+ "tall" "38"
+ "tall_lodef" "206"
+ "tall_hidef" "212"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "fillcolor" "255 255 255 255"
+ "alpha" "150"
+ }
+ "dark_left"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "VerticalLine"
+ "xpos" "365"
+ "xpos_lodef" "279"
+ "xpos_hidef" "309"
+ "ypos" "240"
+ "zpos" "-5"
+ "wide" "50"
+ "tall" "1"
+ "tall_lodef" "206"
+ "tall_hidef" "212"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "fillcolor" "255 255 255 255"
+ "alpha" "100"
+ }
+
+
+ "dark_right"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "VerticalLine"
+ "xpos" "439"
+ "xpos_lodef" "279"
+ "xpos_hidef" "309"
+ "ypos" "240"
+ "zpos" "-5"
+ "wide" "50"
+ "tall" "1"
+ "tall_lodef" "206"
+ "tall_hidef" "212"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "fillcolor" "255 255 255 255"
+ "alpha" "100"
+ }
+
+ //end fighter pilot crosshair
+
+
HudPlayerStatus
{
"fieldName" "HudPlayerStatus"
|
