diff options
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/ClientScheme.res | 12 | ||||
| -rw-r--r-- | resource/fonts/Garm3nFont.ttf | bin | 0 -> 40684 bytes | |||
| -rw-r--r-- | resource/fonts/crosshairs.ttf | bin | 0 -> 7736 bytes | |||
| -rw-r--r-- | resource/scheme/clientscheme_xhairs.res | 269 | ||||
| -rw-r--r-- | resource/ui/MainMenuOverride.res | 2 | ||||
| -rw-r--r-- | resource/ui/basechat.res | 68 |
6 files changed, 350 insertions, 1 deletions
diff --git a/resource/ClientScheme.res b/resource/ClientScheme.res index 03a15e0..006b969 100644 --- a/resource/ClientScheme.res +++ b/resource/ClientScheme.res @@ -63,5 +63,17 @@ Scheme "font" "resource/fonts/KnucklesCrosses.ttf" "name" "KnucklesCrosses" } + + "13" // Fog's xHairs + { + "font" "resource/fonts/crosshairs.ttf" + "name" "Crosshairs" + } + + "14" // Konr Wings + { + "font" "resource/fonts/Garm3nFont.ttf" + "name" "Garm3nFont" + } } }
\ No newline at end of file diff --git a/resource/fonts/Garm3nFont.ttf b/resource/fonts/Garm3nFont.ttf Binary files differnew file mode 100644 index 0000000..54af19a --- /dev/null +++ b/resource/fonts/Garm3nFont.ttf diff --git a/resource/fonts/crosshairs.ttf b/resource/fonts/crosshairs.ttf Binary files differnew file mode 100644 index 0000000..7a582ad --- /dev/null +++ b/resource/fonts/crosshairs.ttf diff --git a/resource/scheme/clientscheme_xhairs.res b/resource/scheme/clientscheme_xhairs.res index 64e019d..fa8933f 100644 --- a/resource/scheme/clientscheme_xhairs.res +++ b/resource/scheme/clientscheme_xhairs.res @@ -882,5 +882,274 @@ Scheme "outline" "1" } } + "xHairCircle" + { + "1" + { + "name" "Courier New" + "tall" "72" + "weight" "0" + "antialias" "1" + } + } + + "xHairCircleOutline" + { + "1" + { + "name" "Courier New" + "tall" "72" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + + "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" + } + } + + "CrosshairsOutline18" + { + "1" + { + "name" "Crosshairs" + "tall" "18" + "weight" "0" + "antialias" "1" + "outline" "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" + } + } + + "CrosshairsOutline24" + { + "1" + { + "name" "Crosshairs" + "tall" "24" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + + "Crosshairs26" + { + "1" + { + "name" "Crosshairs" + "tall" "26" + "weight" "0" + "antialias" "1" + } + } + + "CrosshairsOutline26" + { + "1" + { + "name" "Crosshairs" + "tall" "26" + "weight" "0" + "antialias" "1" + "outline" "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" + } + } + + "CrosshairsOutline32" + { + "1" + { + "name" "Crosshairs" + "tall" "32" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + + "Crosshairs34" + { + "1" + { + "name" "Crosshairs" + "tall" "34" + "weight" "0" + "antialias" "1" + } + } + + "CrosshairsOutline34" + { + "1" + { + "name" "Crosshairs" + "tall" "34" + "weight" "0" + "antialias" "1" + "outline" "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" + } + } } }
\ No newline at end of file diff --git a/resource/ui/MainMenuOverride.res b/resource/ui/MainMenuOverride.res index c710f51..98fdc1a 100644 --- a/resource/ui/MainMenuOverride.res +++ b/resource/ui/MainMenuOverride.res @@ -1775,7 +1775,7 @@ "ControlName" "CExLabel" "fieldname" "VersionNumber" "font" "Cerbetica14" - "labelText" "v2017.10.28" + "labelText" "v2017.10.29" "xpos" "r55" "ypos" "r13" "wide" "80" diff --git a/resource/ui/basechat.res b/resource/ui/basechat.res new file mode 100644 index 0000000..156bec9 --- /dev/null +++ b/resource/ui/basechat.res @@ -0,0 +1,68 @@ +"Resource/UI/BaseChat.res" +{ + "HudChat" + { + "ControlName" "EditablePanel" + "fieldName" "HudChat" + "visible" "1" + "enabled" "1" + "xpos" "3" + "ypos" "30" + "wide" "240" + "tall" "120" + "PaintBackgroundType" "0" + } + + ChatInputLine + { + "ControlName" "EditablePanel" + "fieldName" "ChatInputLine" + "visible" "1" + "enabled" "1" + "xpos" "3" + "ypos" "395" + "wide" "237" + "tall" "0" + "PaintBackgroundType" "0" + } + + "ChatFiltersButton" + { + "ControlName" "Button" + "fieldName" "ChatFiltersButton" + "xpos" "202" + "ypos" "0" + "wide" "33" + "tall" "8" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#chat_filterbutton" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Default" "0" + } + + "HudChatHistory" + { + "ControlName" "RichText" + "fieldName" "HudChatHistory" + "xpos" "0" + "ypos" "0" + "wide" "242" + "tall" "75" + "wrap" "1" + "autoResize" "1" + "pinCorner" "1" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "south-west" + "font" "ChatFont" + "maxchars" "-1" + } +} + |
