diff --git a/Check out the customizations folder!!.txt b/Check out the customizations folder!!.txt new file mode 100644 index 0000000..34c4d2b --- /dev/null +++ b/Check out the customizations folder!!.txt @@ -0,0 +1 @@ +epic \ No newline at end of file diff --git a/__customization/_enabled/Hitmarker/scripts/hitmarker.res b/__customization/_enabled/Hitmarker/scripts/hitmarker.res new file mode 100644 index 0000000..febfd00 --- /dev/null +++ b/__customization/_enabled/Hitmarker/scripts/hitmarker.res @@ -0,0 +1,24 @@ +"Resource/HudLayout.res" +{ + Hitmarker + { + "controlName" "CExLabel" + "fieldName" "Hitmarker" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "textAlignment" "center" + "enabled" "1" + + "visible" "1" + + "labelText" "6" // changes to what style you want + "font" "hitmarkerfont" // inside '_ckHUD/resource/scheme/clientscheme_fonts', then ctrl+f hitmarkerfont + + "xpos" "cs-0.4999" // changes these if the crosshair/hitmarker is off (very sensitive) + "ypos" "cs-0.4999" // cs-0.5 standard, cs-0.4999 default + + "fgcolor" "255 0 0 0" // color determined by scripts/hudanimations_custom + + } +} \ No newline at end of file diff --git a/_ckHUD/resource/ui/mainmenuoverride.res b/_ckHUD/resource/ui/mainmenuoverride.res index e3348dc..ac0d07f 100644 --- a/_ckHUD/resource/ui/mainmenuoverride.res +++ b/_ckHUD/resource/ui/mainmenuoverride.res @@ -1112,13 +1112,13 @@ "xpos" "rs1" "ypos" "rs0.7" "zpos" "1" - "wide" "110" + "wide" "75" "tall" "25" "font" "hudfont12" "textAlignment" "east" - "labelText" "ckHUD 0.3.5-ALPHA" + "labelText" "ckHUD 0.3.5" "wide_minmode" "145" "labelText_minmode" "pls turn off minmode" diff --git a/_ckHUD/resource/ui/targetid.res b/_ckHUD/resource/ui/targetid.res index 63ffb9c..be7c7d0 100644 --- a/_ckHUD/resource/ui/targetid.res +++ b/_ckHUD/resource/ui/targetid.res @@ -136,18 +136,24 @@ "MoveableSubPanel" { + "zpos" "99" + "MoveableIconBG" { "xpos" "9999" + "wide" "0" } "MoveableIcon" { "xpos" "9999" + "wide" "0" } + "MoveableSymbolIcon" { "xpos" "9999" + "wide" "0" } "MoveableKeyLabel" @@ -156,9 +162,10 @@ "xpos" "0" "ypos" "5" - "zpos" "1" + "zpos" "99" } } + "AvatarImage" { "xpos" "4" diff --git a/cfg/valve.rc b/cfg/valve.rc new file mode 100644 index 0000000..bac1042 --- /dev/null +++ b/cfg/valve.rc @@ -0,0 +1,22 @@ +// load the base configuration +//exec default.cfg +r_decal_cullsize 1 + +// Setup custom controller +exec joystick.cfg + +// run a user script file if present +exec autoexec.cfg + +// +// stuff command line statements +// +stuffcmds + +// display the startup level +startupmenu + +sv_unlockedchapters 99 + +// hud stuff +cl_hud_minmode 0 \ No newline at end of file