Skip to content

Commit

Permalink
class specific hud1!!1111
Browse files Browse the repository at this point in the history
yoooooooooooooooooooooooooooo
  • Loading branch information
conchkritz committed Feb 16, 2023
1 parent d93c188 commit 22c6ea7
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 349 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ckHUD

**THIS HUD IS A WORK IN PROGRESS!!**
**this hud is kinda not actively maintained cuz i go on steam on a monthly basis**

![Main Menu V.0.3.5](https://user-images.githubusercontent.com/76109782/171527344-b8f2b9c0-ad1f-432f-8aa6-d1b086e3aa19.png)

Expand Down
10 changes: 10 additions & 0 deletions _ckHUD/resource/ui/hudbowcharge.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"Resource/UI/HudBowCharge.res"
{
"ChargeMeter"
{
"xpos" "9999"

"visible" "1"
"enabled" "1"
}
}
340 changes: 0 additions & 340 deletions _test/resource/ui/hudplayerhealth.res

This file was deleted.

23 changes: 23 additions & 0 deletions _test/resource/ui/hudplayerhealth_alt.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
"Resource/UI/HudPlayerHealth.res" // the first file to be redone!!
{
"PlayerStatusHealthValueShadow22"
{
"ControlName" "CExLabel"
"fieldName" "PlayerStatusHealthValueShadow22"
"xpos" "-2"
"ypos" "-2" [$WIN32]
"zpos" "5"

"wide" "150"
"tall" "50"

"visible" "1"
"enabled" "1"
"labeltext" "I FOUND AMONG US"
"textAlignment" "center"
"font" "hudfont48"
"fgcolor" "healthshadow"

"pin_to_sibling" "PlayerStatusHealthValue"
}
}
6 changes: 6 additions & 0 deletions cfg/ckhud.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
alias hudplayerhealth_clear "sixense_clear_bindings; sixense_write_bindings hud_hudplayerhealth.txt"
alias hudplayerhealth_log "con_filter_text #base; con_filter_enable 1; con_logfile cfg/hud_hudplayerhealth.txt"
alias hudplayerhealth_unlog "con_logfile console.log"

alias hudplayerhealth_alt "hudplayerhealth_clear; hudplayerhealth_log; exec hud/hudplayerhealth_alt.cfg; hudplayerhealth_unlog; hud_reloadscheme"
alias hudplayerhealth_def "hudplayerhealth_clear; hud_reloadscheme"
1 change: 1 addition & 0 deletions cfg/hud/hudplayerhealth_alt.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo "#base ../_test/resource/ui/hudplayerhealth_alt.res"
Loading

0 comments on commit 22c6ea7

Please sign in to comment.