Skip to content

Commit

Permalink
hell yeaeaeh
Browse files Browse the repository at this point in the history
  • Loading branch information
conchkritz committed Jun 2, 2022
1 parent 9ff725b commit 4cdff23
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 3 deletions.
1 change: 1 addition & 0 deletions Check out the customizations folder!!.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
epic
24 changes: 24 additions & 0 deletions __customization/_enabled/Hitmarker/scripts/hitmarker.res
Original file line number Diff line number Diff line change
@@ -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

}
}
4 changes: 2 additions & 2 deletions _ckHUD/resource/ui/mainmenuoverride.res
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 8 additions & 1 deletion _ckHUD/resource/ui/targetid.res
Original file line number Diff line number Diff line change
Expand Up @@ -136,18 +136,24 @@

"MoveableSubPanel"
{
"zpos" "99"

"MoveableIconBG"
{
"xpos" "9999"
"wide" "0"
}

"MoveableIcon"
{
"xpos" "9999"
"wide" "0"
}

"MoveableSymbolIcon"
{
"xpos" "9999"
"wide" "0"
}

"MoveableKeyLabel"
Expand All @@ -156,9 +162,10 @@

"xpos" "0"
"ypos" "5"
"zpos" "1"
"zpos" "99"
}
}

"AvatarImage"
{
"xpos" "4"
Expand Down
22 changes: 22 additions & 0 deletions cfg/valve.rc
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4cdff23

Please sign in to comment.