diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index dfe0770..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto diff --git a/README.md b/README.md index 26cfab3..d321cd1 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ A hud made by conch, inspired by e.v.e Hud, Isaac Hud, and ToonHUD. -Last updated 11 December 2022 - [Imgur Album](https://imgur.com/a/oX2zvhA) # Compatibility diff --git a/__customization/_enabled/Hitmarker/scripts/hitmarker.res b/__customization/_enabled/Hitmarker/scripts/hitmarker.res deleted file mode 100644 index febfd00..0000000 --- a/__customization/_enabled/Hitmarker/scripts/hitmarker.res +++ /dev/null @@ -1,24 +0,0 @@ -"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/__customization/_enabled/Hitmarker/scripts/in hudlayout.txt b/__customization/_enabled/Hitmarker/scripts/in hudlayout.txt deleted file mode 100644 index e69de29..0000000 diff --git a/_ckHUD/resource/ui/hudmannvsmachinestatus.res b/_ckHUD/resource/ui/hudmannvsmachinestatus.res index c818ca5..eb5535d 100644 --- a/_ckHUD/resource/ui/hudmannvsmachinestatus.res +++ b/_ckHUD/resource/ui/hudmannvsmachinestatus.res @@ -5,7 +5,7 @@ "xpos" "c-24" "ypos" "r55" } - + "ServerChangeMessage" { "Background" diff --git a/_test/resource/ui/hudplayerhealth.res b/_test/resource/ui/hudplayerhealth.res new file mode 100644 index 0000000..57bb6bb --- /dev/null +++ b/_test/resource/ui/hudplayerhealth.res @@ -0,0 +1,340 @@ +"Resource/UI/HudPlayerHealth.res" // the first file to be redone!! +{ + "HudPlayerHealth" + { + "xpos" "0" + "ypos" "r120" + "zpos" "2" + + "wide" "350" + "tall" "120" + } + + "PlayerStatusHealthImage" + { + "xpos" "127" + "ypos" "47" + "zpos" "4" + + "wide" "31" + "tall" "31" + } + + "PlayerStatusHealthImageBG" + { + "xpos" "2" + "ypos" "2" + "zpos" "3" + + "wide" "35" + "tall" "35" + + "pin_to_sibling" "PlayerStatusHealthImage" + } + + "PlayerStatusHealthBonusImage" + { + "xpos" "182" + "ypos" "40" + "zpos" "2" + + "wide" "45" + "tall" "45" + } + + "PlayerStatusHealthValue" + { + "xpos" "130" + "ypos" "37" + "zpos" "5" + + "wide" "150" + "tall" "50" + + "textAlignment" "center" + "font" "hudfont48" + "fgcolor" "health" + } + + "PlayerStatusHealthValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueShadow" + "xpos" "-2" + "ypos" "-2" [$WIN32] + "zpos" "5" + + "wide" "150" + "tall" "50" + + "visible" "1" + "enabled" "1" + "labeltext" "%health%" + "textAlignment" "center" + "font" "hudfont48" + "fgcolor" "healthshadow" + + "pin_to_sibling" "PlayerStatusHealthValue" + } + + "PlayerStatusMaxHealthValueBG" // redability + { + "xpos" "39" + "ypos" "55" + "zpos" "4" + + "wide" "31" + "tall" "10" + + "visible" "0" + + "fillcolor" "colorblack" + } + + "PlayerStatusMaxHealthValue" + { + "xpos" "37" + "ypos" "43" + "zpos" "6" + + "wide" "35" + "tall" "35" + + "font" "hudfont14sec" + "fgcolor" "colorwhite" + + "visible" "0" + } + + "PlayerStatusPin" //budhud + { + "ControlName" "Label" + "fieldName" "PlayerStatusPin" + "xpos" "230" + "ypos" "47" + "zpos" "0" + "wide" "10" + "tall" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + } + + // the bruh moments + + "PlayerStatusBleedImage" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatusHookBleedImage" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatusMilkImage" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatusGasImage" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatusMarkedForDeathImage" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatusMarkedForDeathSilentImage" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_MedicUberBulletResistImage" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_MedicUberBlastResistImage" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_MedicUberFireResistImage" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_MedicSmallBulletResistImage" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_MedicSmallBlastResistImage" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_MedicSmallFireResistImage" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_WheelOfDoom" + { + "xpos" "40" + "ypos" "60" + } + + "PlayerStatus_SoldierOffenseBuff" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_SoldierDefenseBuff" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_SoldierHealOnHitBuff" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_SpyMarked" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_Parachute" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_RuneStrength" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_RuneHaste" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_RuneRegen" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_RuneResist" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_RuneVampire" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_RuneReflect" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_RunePrecision" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_RuneAgility" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_RuneKnockout" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_RuneKing" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_RunePlague" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatus_RuneSupernova" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } + + "PlayerStatusSlowed" + { + "pin_to_sibling" "PlayerStatusPin" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "0" + } +} diff --git a/sound/sound.cache b/sound/sound.cache deleted file mode 100644 index b3e4248..0000000 Binary files a/sound/sound.cache and /dev/null differ